kasy add
Turn on features after kasy new.
Implementation
Via MCP (recommended): ask your assistant "add revenuecat to my project" (or stripe, ads, ai_chat, drive, notifications...). It checks available features (list_features) and runs add_feature for you. See Kasy MCP.
-
Run the command for the feature you want:
kasy add revenuecat kasy add notifications kasy add authentication kasy add drive -
Answer the guided prompts (credentials, deploy,
.env). The CLI edits the project and deploys when needed. -
Confirm what is on:
kasy add --list
Commands that change the project require an active license.
Information
What ships by default vs what you add later
| Module | Quick Firebase | Quick Supabase/API | Later (kasy add) |
|---|---|---|---|
| Home + design system | Always | Always | — |
| Auth | Yes | Yes (asks Google) | kasy add authentication |
| Settings (+ Admin) | Yes | Yes | kasy add settings |
| Push | Yes | Asks (default no) | kasy add notifications (creates FCM companion) |
| Drive | No | No | kasy add drive |
| RC, Stripe, ads, AI, kanban… | Almost all in Quick | Almost all in Quick | kasy add <feature> |
An existing project does not change by itself. If you skipped push/Google/Drive at new, turn them on later with kasy add (or MCP add_feature). To remove: kasy remove.
Examples
| Command | What it does |
|---|---|
kasy add notifications | Push + Firebase companion (FCM) on Supabase/API |
kasy add authentication | Login screens and flow |
kasy add settings | Settings + Admin |
kasy add stripe | Web Stripe + webhook |
kasy add revenuecat | Mobile paywall |
kasy add ads | AdMob (4 formats) |
kasy add ai_chat | Server-side AI chat |
kasy add drive | Ride-hailing (Mapbox, passenger + driver) |
Last updated on 08/23/2026

