Back to blog
May 5, 2026Prompts
10 prompts every Lovable builder should have saved
💬
The Lovestack team
8 min read
The prompts we paste into the first hour of every new project. Copy them, save them, stop retyping them.
The setup ten
- “Add a clean Supabase auth flow with email magic-links and Google. Show a friendly empty state on the dashboard for new users.”
- “Wire up Stripe subscriptions with monthly and yearly plans. Include a Customer Portal link on the settings page.”
- “Add a top navigation with logo on the left, primary links centered, and a user menu on the right with avatar.”
- “Create a settings page with three tabs: Profile, Billing, Workspace. Use the existing UI tokens.”
- “Add role-based access — owners can invite, members can view, viewers are read-only.”
- “Generate realistic seed data so the dashboard looks alive on first login.”
- “Add an email layout with header, body, and footer. Use it for welcome and password-reset emails.”
- “Add an in-app notifications bell with unread badge and a dropdown showing the last 20 events.”
- “Add a global search (cmd+k) that searches across the top three resources in this app.”
- “Add a public marketing landing page at / with hero, three feature blocks, and a CTA to sign up.”
How to actually use them
Paste them one at a time, in order, before you describe what your app *does*. The boring scaffolding lands first, so when you finally describe your unique feature, Lovable builds it on top of a real product — not in a vacuum.