Ship faster on Lovable with battle-tested prompts and reference guides.
A community reference for every part of the Lovable stack — Cloud, AI Gateway, authentication, payments, SEO, email, integrations, design, and deploy. Copy a prompt, paste it in Lovable, ship the feature.
113
Total skills
58
Prompt recipes
55
Reference guides
9
Categories
Browse by category
Nine surfaces of the Lovable stack — pick where you're building.
Cloud
Database, storage, edge functions, secrets — Lovable Cloud.
AI
Lovable AI Gateway: chat, images, embeddings, TTS/STT.
Auth
Sign-up, social login, sessions, roles, protected routes.
Payments
Stripe & Paddle: checkout, subscriptions, webhooks, tax.
SEO
head() metadata, sitemaps, structured data, programmatic SEO.
Transactional email, custom domain branding, templates.
Integrations
Notion, n8n, GitHub, Shopify, Slack, Airtable, and more.
Design
Design tokens, dark mode, shadcn, motion, typography.
Deploy
Publish, domains, PWA, GitHub sync, performance, rollback.
Featured skills
A handpicked starter set covering the highest-leverage Lovable workflows.
User roles the safe way
Never store role on the profile table. Use a dedicated user_roles table + has_role() SECURITY DEFINER function to prevent privilege escalation.
Chat completion via Lovable AI Gateway
Call a hosted Gemini/OpenAI chat model from a server function — no API keys needed.
Stripe webhook the safe way
Verify the signature, use the raw body, respond fast, be idempotent.
Open Graph image
Add a 1200×630 og:image at the leaf route.
Protected route pattern
Use the built-in _authenticated/ layout — never gate in a loader on a public route.
Launch checklist
Ten things to verify before you tweet.