@kenkaiiii/queen-nextjs
Version: 
Create a modern Next.js application with Queen Claude foundation, Claude Code configuration, and Queen Styles design system enforcement
69 lines (51 loc) ⢠1.94 kB
Markdown
# create-nextjs-queen
A modern Next.js scaffold with Queen Claude foundation - clean, opinionated, and ready to build.
## Features
- ā” **Next.js 15** with App Router
- š **TypeScript** in strict mode  
- šØ **Tailwind CSS** with dark mode
- š ļø **ESLint & Prettier** configured
- š¦ **Latest dependencies** at install time
- š **Zero configuration** needed
## Quick Start
```bash
npx create-nextjs-queen my-app
cd my-app
npm install
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) - your app is ready!
## What You Get
### Perfect Foundation
- Modern Next.js setup with App Router
- TypeScript with strict configuration
- Tailwind CSS with sensible defaults
- Professional ESLint and Prettier setup
### Clean Structure
```
src/
āāā app/          # Next.js App Router
āāā components/   # React components (ready to use)
āāā lib/          # Utilities and helpers
āāā types/        # TypeScript definitions
```
### Ready-to-Use Scripts
- `npm run dev` - Development server
- `npm run build` - Production build
- `npm run lint` - Code linting
- `npm run format` - Code formatting
- `npm run type-check` - TypeScript validation
## Philosophy
**Bare-bones but complete** - Everything you need to start building, nothing you don't.
- ā
 **Infrastructure included**: All tooling configured perfectly
- ā **Opinions excluded**: No auth, database, or deployment assumptions
- šÆ **Latest everything**: Dependencies fetched fresh at install time
## Part of Queen Claude System
This scaffold is Phase 1 of the Queen Claude spec-driven development system. Future phases will add:
- MCP integration for AI collaboration
- Database-driven project management  
- Constitutional development principles
- Real-time development dashboards
For now, enjoy the cleanest Next.js foundation available.
---
Built with ā¤ļø for developers who want to start building immediately.