Pular para o conteúdo principal

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.

  1. Click ExtensionsSupabase
  2. Enter your Supabase URL and anon key
  3. 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.

  1. Click ExtensionsStripe
  2. Enter your Stripe publishable key (and secret key for backend)
  3. 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.

  1. Click ExtensionsOpenRouter
  2. Enter your OpenRouter API key
  3. Ask the AI: "Integrate OpenRouter for AI features"

Get credentials: openrouter.ai → Keys


Google AdSense

Available for: Websites

Monetize your website with display ads.

  1. Click ExtensionsAdSense
  2. Enter your Publisher ID and Ad Slot ID
  3. 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.

  1. Click ExtensionsAdMob
  2. Enter your AdMob App ID and Ad Unit IDs
  3. 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.

  1. Click ExtensionsRevenueCat
  2. Enter your RevenueCat API key
  3. 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

Next Steps