Overview
Thesunpeak new command creates a new sunpeak project with a minimal, convention-based structure for building ChatGPT App UIs (MCP Resources).
Usage
Create a new project:What Gets Created
The framework includes:- Convention-based structure - MCP Resources auto-discovered from
src/resources/*-resource.tsx - Simulations - JSON files auto-discovered from
src/simulations/*-simulation.json - Pre-configured tooling - Vite, TypeScript, Tailwind CSS 4, Vitest
- Development scripts - Ready-to-use
dev,build,mcp, andtestcommands - Example components - Sample MCP Resource to get started quickly
Project Structure
Next Steps
After creating your project:- Install dependencies:
pnpm install - Start the dev server:
sunpeak dev - Open
http://localhost:6767to see the ChatGPT simulator
Project Scaffold
Learn more about the project structure and available commands.