A CLI generator for bootstrapping modern web projects with Next.js, Shadcn/ui, and AI examples. Perfect for getting started quickly with Claude Code!
- ✅ Interactive CLI - Choose your template with guided prompts
- ✅ Next.js 15+ with TypeScript and Tailwind CSS
- ✅ Shadcn/ui components pre-configured
- ✅ AI Examples using Vercel AI SDK
- ✅ Git initialized with commits
- ✅ Zero configuration - works out of the box
# Install globally
npm install -g code-kickstart
# Create a new project (interactive)
code-kickstart
# Or use direct commands
code-kickstart init my-app # Simple starter
code-kickstart ai my-ai-app # AI-powered app
Perfect for beginners learning Claude Code:
- Next.js 15+ with TypeScript
- Tailwind CSS styling
- Shadcn/ui component examples
- Interactive demos (buttons, cards, forms)
Advanced examples with AI capabilities:
- All simple starter features
- Vercel AI SDK integration
- Chat with streaming responses
- Text improvement tool
- AI idea generator
- Ready for OpenAI API
code-kickstart
Guides you through project name and template selection.
code-kickstart init <project-name> # Simple starter
code-kickstart ai <project-name> # AI examples
code-kickstart help # Show help
- Get your OpenAI API key from OpenAI Platform
- Create
.env.local
in your project:echo "OPENAI_API_KEY=your-key-here" > .env.local
- Start development:
npm run dev
code-kickstart init my-blog
cd my-blog
npm run dev
code-kickstart ai my-ai-app
cd my-ai-app
echo "OPENAI_API_KEY=sk-..." > .env.local
npm run dev
Both templates include:
- Next.js 15+ with App Router
- TypeScript configuration
- Tailwind CSS
- ESLint configuration
- Shadcn/ui components
- Git repository with initial commits
AI template additionally includes:
- Vercel AI SDK
- OpenAI integration
- Chat interface with streaming
- Text improvement tool
- Idea generator
- Structured AI outputs with Zod
- Node.js 18+
- npm or yarn
This tool is designed for learning and rapid prototyping. Feel free to fork and customize for your needs!
Private - All rights reserved