Lovable·Prompt

Lovable Prompt: Build a Complete Web Application

When to Use This Prompt

Use this as your starting prompt for any new Lovable project. It gives Lovable enough structure to generate a complete, functional app.

The Prompt

Build a [YOUR APP DESCRIPTION] with the following:

Pages:
- Landing page with hero, features, and pricing
- Sign up / login with email authentication
- Dashboard showing user's [main data]
- Settings page for profile and preferences
- Admin page (for admin users only)

Database:
- Users table (extends Supabase auth)
- [Main resource] table with CRUD operations
- Row-level security on all tables

Features:
- Responsive design (mobile-first)
- Real-time updates when data changes
- Search and filter on list pages
- Export data as CSV

Design: clean, modern, professional. Use a blue/indigo color scheme.

What to Customize

Replace [YOUR APP DESCRIPTION] and [main data]/[main resource] with your specific application details. Adjust the page list and features to match your needs.

Expected Output

Lovable will generate a complete app with 8-12 pages, Supabase database schema, authentication, and responsive UI. Ready for deployment in one click.