Welcome
The shortest path from zero to your first Flutter app with Kasy.
Kasy generates production-ready Flutter apps. The recommended path today is the MCP in Cursor: you ask in plain language and the assistant runs the commands for you. The CLI still exists underneath (the MCP calls real kasy commands), but you do not need to memorize the terminal.
Start here (in this order)
Follow this sequence the first time. Skipping steps usually blocks create_project or credentials setup.
1. Install the MCP
Paste the JSON in Cursor, restart the app, and test prepare_machine.
2. Prerequisites
Git, Node 18+, Flutter. Green doctor before creating the project.
3. First app
create_project in Quick mode. Supabase, Firebase, or API backend.
4. Run the app
run_app, Device Preview, and a tour of what already ships in the template.
After that: Concepts (how the code is organized), credentials (RevenueCat, push, authentication), and publishing to the stores.
What Kasy includes
MCP + CLI
Cursor tools to create projects, run the app, configure keys, and publish. The CLI runs underneath.
Generated Flutter app
Riverpod, GoRouter, and the Kasy design system. Ready to configure, not to rewrite from scratch.
Three backends
Firebase, Supabase, or REST API. Same UI and same features across all three.
Included features
Auth, subscriptions, push, admin, kanban, AI chat, and more. Modular: turn on or off at new or with kasy add/remove.
When to use Kasy
| Situation | Kasy solves it |
|---|---|
| You want an app with login, backend, and modern UI | Yes. Everything comes configured |
| You want to choose Firebase, Supabase, or your own API | Yes. Same features across the 3 |
| You want to publish to the App Store, Play, or web | Yes. Guides and MCP included |
| You just want a standalone Flutter widget | No. Kasy generates complete projects |
The rest of the docs
| Section | What it is for |
|---|---|
| Concepts | Architecture, UI, navigation, backends, auth |
| Features | Subscriptions, push, admin, kanban, and kit modules |
| Customization | Icon, splash, colors, Pen and Figma |
| Manage | kasy add, remove, and update in your project |
| Publish | iOS, Android, and web |
| Components | Live-preview catalog for every component |
| Reference | Commands, secrets, schema, troubleshooting |
Use search at the top (⌘K / Ctrl+K). Docs are available in pt, en, and es. On every page you can copy the Markdown or ask an AI for help with the open content.
Last updated on 08/23/2026

