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

  1. “Add a clean Supabase auth flow with email magic-links and Google. Show a friendly empty state on the dashboard for new users.”
  2. “Wire up Stripe subscriptions with monthly and yearly plans. Include a Customer Portal link on the settings page.”
  3. “Add a top navigation with logo on the left, primary links centered, and a user menu on the right with avatar.”
  4. “Create a settings page with three tabs: Profile, Billing, Workspace. Use the existing UI tokens.”
  5. “Add role-based access — owners can invite, members can view, viewers are read-only.”
  6. “Generate realistic seed data so the dashboard looks alive on first login.”
  7. “Add an email layout with header, body, and footer. Use it for welcome and password-reset emails.”
  8. “Add an in-app notifications bell with unread badge and a dropdown showing the last 20 events.”
  9. “Add a global search (cmd+k) that searches across the top three resources in this app.”
  10. “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.