Integration Templates
Spawned generates production-ready code for popular services. You add your own API keys and deploy.
How it works: When you ask "add Stripe payments", Spawned generates ~500 lines of integration code (client, hooks, components). You then create your own Stripe account, get API keys, and add them as environment variables.
Available Templates
Generate code for these services. You'll need your own accounts and API keys for each.
| Integration | Category | Use Case |
|---|---|---|
| Supabase | Backend | Auth, database, storage, real-time |
| Stripe | Payments | Subscriptions, checkout, billing |
| GitHub | Code | Import, sync, version control |
| Vercel | Deployment | Hosting, CDN, custom domains |
| OpenAI | AI | Chat, images, transcription |
| ElevenLabs | Voice | Text-to-speech, voice synthesis |
| Perplexity | Search | Web research, live search |
| Firecrawl | Data | Web scraping, extraction |
| Shopify | E-commerce | Products, checkout, inventory |
| Resend | Transactional, newsletters | |
| Analytics | Tracking | PostHog, Mixpanel, GA4 |
| MCP Servers | Tools | Notion, Linear, Jira |
| Custom APIs | Any | Connect to any REST API |
Backend & Data
- Supabase
- Stripe Payments
- Resend Email
- Analytics
AI & Voice
- OpenAI (GPT-4, DALL-E)
- ElevenLabs Voice
- Perplexity Search
- Firecrawl Scraping
Deploy & Connect
- GitHub Sync
- Vercel Deploy
- Shopify Stores
- MCP Servers
How It Works
- 1. Ask the AI to add an integration (e.g., "Add Stripe payments")
- 2. AI generates production-ready code files for your project
- 3. Create your own account with the service (Stripe, Shopify, etc.)
- 4. Get your API keys and add them as environment variables
- 5. Deploy your project — the code connects to your accounts
# Example prompt
"Add Stripe checkout for a $29/month subscription"
# AI generates: client, API routes, webhook handlers, pricing component