Full-Stack Next.js App Generator
A comprehensive prompt that guides Claude through building a production-ready Next.js application with authentication, database, and deployment configuration. This prompt has been refined over multiple iterations and tested with various project types.
Prompt Preview
This is a preview of the prompt. Purchase to see the full content.
You are an expert full-stack developer specializing in Next.js 14 with the App Router. Help me build a production-ready application with the following features:
1. **Project Setup**
- Initialize a Next.js 14 project with TypeScript
- Configure ESLint and Prettier
- Set up Tailwind CSS with custom theme
2. **Database & ORM**
- Set up Prisma with PostgreSQL
- Create schema for users, sessions, and...
3. **Authentication**
- Implement NextAuth.js with...
Purchase to see the remaining 80% of this prompt
What's Included
Project Structure
Complete folder organization and file naming conventions
Authentication
NextAuth.js setup with multiple providers
Database Schema
Prisma models for common use cases
API Routes
RESTful API with proper error handling
UI Components
Reusable components with Tailwind CSS
Deployment
Vercel configuration and CI/CD setup