Extensions Library
Add powerful integrations to your project with one click.
How It Works
When you add an extension, your API keys are saved to the dedicated config file for your app type (.env for websites, app.json / .env for mobile apps, manifest.json environment for extensions). After saving your keys, ask the AI to integrate the service — it will wire everything up automatically.
Available Integrations
Not all integrations are available for every app type. Here's what's supported:
Supabase
Available for: Websites, Mobile Apps, Chrome Extensions
PostgreSQL database, user authentication, file storage, and real-time subscriptions.
- Click Extensions → Supabase
- Enter your Supabase URL and anon key
- Ask the AI: "Integrate Supabase into my project"
Get credentials: supabase.com → Project Settings → API
Stripe
Available for: Websites, Mobile Apps
Payment processing, subscription management, and invoicing.
- Click Extensions → Stripe
- Enter your Stripe publishable key (and secret key for backend)
- Ask the AI: "Add Stripe payments to my project"
Get credentials: stripe.com/dashboard → Developers → API keys
OpenRouter
Available for: Websites, Mobile Apps, Chrome Extensions
Access to the latest AI models via a unified API.
- Click Extensions → OpenRouter
- Enter your OpenRouter API key
- Ask the AI: "Integrate OpenRouter for AI features"
Get credentials: openrouter.ai → Keys
Google AdSense
Available for: Websites
Monetize your website with display ads.
- Click Extensions → AdSense
- Enter your Publisher ID and Ad Slot ID
- Ask the AI: "Add AdSense ads to my website"
Get credentials: adsense.google.com
AdMob
Available for: Mobile Apps
Monetize your mobile app with in-app advertising.
- Click Extensions → AdMob
- Enter your AdMob App ID and Ad Unit IDs
- Ask the AI: "Integrate AdMob ads into my app"
Get credentials: admob.google.com
RevenueCat
Available for: Mobile Apps
In-app purchases and subscription management for iOS and Android.
- Click Extensions → RevenueCat
- Enter your RevenueCat API key
- Ask the AI: "Add RevenueCat subscriptions to my app"
Get credentials: revenuecat.com → Project Settings → API Keys
Security
- API keys are stored in your project's dedicated config files — never hardcoded
- Server-side keys stay in
.env(not committed to Git) - All requests use HTTPS