KasyKasy

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.

  1. Run the command for the feature you want:

    kasy add revenuecat
    kasy add notifications
    kasy add authentication
    kasy add drive
  2. Answer the guided prompts (credentials, deploy, .env). The CLI edits the project and deploys when needed.

  3. 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

ModuleQuick FirebaseQuick Supabase/APILater (kasy add)
Home + design systemAlwaysAlways
AuthYesYes (asks Google)kasy add authentication
Settings (+ Admin)YesYeskasy add settings
PushYesAsks (default no)kasy add notifications (creates FCM companion)
DriveNoNokasy add drive
RC, Stripe, ads, AI, kanban…Almost all in QuickAlmost all in Quickkasy 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

CommandWhat it does
kasy add notificationsPush + Firebase companion (FCM) on Supabase/API
kasy add authenticationLogin screens and flow
kasy add settingsSettings + Admin
kasy add stripeWeb Stripe + webhook
kasy add revenuecatMobile paywall
kasy add adsAdMob (4 formats)
kasy add ai_chatServer-side AI chat
kasy add driveRide-hailing (Mapbox, passenger + driver)

Last updated on 08/23/2026