# Next.js Supabase Todo App .cursorrules prompt file Author: Mckay Wrigley ## What you can build ## Benefits ## Synopsis Developers aiming to create a structured full-stack Todo app with modern frameworks and best practices would benefit from this prompt. ## Overview of .cursorrules prompt The .cursorrules file provides a structured guideline for building a Todo web application. It specifies the use of certain technologies, including Next.js for the frontend and Supabase for the backend. Other tools in the tech stack include Tailwind, Shadcn, Framer Motion for UI components, Clerk for authentication, and Stripe for payment processing. The file sets clear organizational rules, stating where specific files should be placed, such as components in the `/components` directory and actions in the `/actions` directory, along with recommended naming conventions.