Loading...
Loading...
Set up a complete RevenueCat project from scratch — creates apps, products, entitlements, offerings, and packages in the correct order.
npx skill4agent add revenuecat/ai-toolkit create-revenuecat-projectlist-projectscom.company.appnamelist-projectscreate-projectcreate-apptest_storecreate-appcreate-productcreate-entitlementattach-products-to-entitlementcreate-offeringcreate-packageattach-products-to-packagelist-app-public-api-keysProject Setup Complete!
=======================
Project: {project_name} ({project_id})
Apps Created:
iOS: {app_name} - API Key: appl_xxxxx
Android: {app_name} - API Key: goog_xxxxx
Products:
- monthly_premium (subscription, P1M)
- annual_premium (subscription, P1Y)
Entitlements:
- premium → monthly_premium, annual_premium
Offering: default (current)
└── $rc_monthly → monthly_premium
└── $rc_annual → annual_premium
Next Steps:
1. Configure store credentials in RevenueCat dashboard
2. Create products in App Store Connect / Play Console
3. Add SDK to your app (see /rc:create-app)
4. Implement paywall UI using the "default" offering