bash
❯
dart pub add finch
Resolving dependencies...
+ finch 1.5.2
Changed 1 dependency!
❯
dart run
🐦 Finch is listening on :8080
Everything you need to ship a backend
Finch bundles the pieces every Dart backend needs, so you can focus on your product instead of wiring plumbing.
API Docs with Swagger
Rapid API development with auto-generated OpenAPI documentation.
Real-Time WebSockets
Build live features with first-class WebSocket support.
Multi-Database Support
MongoDB, MySQL and SQLite integrations, ready out of the box.
Scheduled Tasks
Run cron jobs directly from your Finch application.
Multi-Language & i18n
Localization is built into routing, templates and content.
Database Migrations
Manage schema changes with a built-in migration system.
Explore the documentation
Jump straight into the topic you need.