Back to Discover
🚌 Lovable Prompt Library - New Task Manager
Example from Lovable's library for starting a task management project (specifies stack, features, initial page). Identical to 'New Task Manager Dashboard'., provided under the MIT license
Prompt
I need a task management application with:
- Tech Stack: Next.js frontend, Tailwind CSS for styling, Supabase for auth and database.
- Core Features: Project and task creation, assigning tasks to users, due date reminders, and a dashboard overview.
Start by building the main dashboard page, containing:
- A header with navigation,
- A list of projects with their status,
- and a button to create a new project.
Provide dummy data for now, and ensure the design is clean and responsive.