Next.js template for building production apps
Top 47.1% on sourcepulse
This boilerplate provides a production-ready Next.js application with integrated Supabase for authentication and database management, and Stripe for payment processing. It targets developers looking to quickly launch a full-stack application with essential features like dark mode, responsive design, and AI-powered development assistance via MCP.
How It Works
The application leverages Next.js 14's App Router for a structured frontend. Supabase handles user authentication (email/password, Google OAuth, magic links) and database operations, with Row Level Security (RLS) and a handle_new_user
trigger function for robust data management. Stripe is integrated for payment processing, including subscription management, trial periods, and webhook handling. The unique aspect is the Model Control Protocol (MCP) integration, allowing AI assistants (like those in the Cursor editor) to directly interact with Stripe and Supabase for debugging and configuration.
Quick Start & Requirements
npm install
or yarn install
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The MCP integration is specific to the Cursor editor and requires separate configuration for AI tools. The README emphasizes not committing the mcp.json
file to version control due to sensitive credentials.
2 days ago
1 day