Documentation Index
Fetch the complete documentation index at: https://sunpeak.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The sunpeak CLI commands support a complete development lifecycle, from project creation to production builds. This page explains how the commands work together.Development Lifecycle
1. Create
Start a new project:2. Develop
Run the development server with hot reload:- pnpm
- npm
- yarn
- The inspector at
http://localhost:3000for local development - An MCP server at
http://localhost:8000for testing with real MCP clients - A sandbox proxy for cross-origin iframe isolation (matching production host behavior)
3. Build
Create production-ready bundles:- pnpm
- npm
- yarn
4. Start
Start the production MCP server:- pnpm
- npm
- yarn
auth() function if present. See the Deployment Guide for details on publishing to ChatGPT.
Dive Deeper
CLI API Reference
Detailed documentation for all CLI commands and options.