New projects
1
Install sunpeak
Requirements: Node.js 20+Install sunpeak globally:
- pnpm
- npm
- yarn
2
Create a project
Create a new project:
3
Install dependencies
Navigate to your project and install dependencies:
- pnpm
- npm
- yarn
4
Develop locally
Run the development server to use your local simulator:Open
http://localhost:6767 to see the ChatGPT simulator running your app.5
Develop in ChatGPT
Run the MCP server and a tunnel to allow ChatGPT to connect to it:You can then connect to the tunnel
Forwarding URL at the /mcp path (e.g. https://your-random-subdomain.ngrok-free.dev/mcp) from ChatGPT
in developer mode: User > Settings > Apps & Connectors > Create.Project Scaffold
Explore your new ChatGPT App project.