Docs
Everything you need to ship your first ChatGPT App.
Start with the 30-second quick path or jump into a topic. Source files live in the ConversoKit repo — this site mirrors them.
App-review checklist
Pre-submission checklist for the ChatGPT App Store review.
Compliance
Personal data, consent scaffolding, retention policy.
Deployment
Deploy MCP server + widget UI to Vercel, Railway, Docker.
Integrations
Wire real providers: Stripe, HubSpot, Resend, Cloudflare Email, Supabase.
MCP basics
OpenAI Apps SDK + MCP primer: tool flow, input/output shape.
Setup
Local dev environment, pnpm install, dev servers.
Widget authoring
How to build new widgets and the contract they expose.
30-second quick path
From zero to a running ChatGPT App skeleton.
bash
npx conversokit create my-app --template commerce
cd my-app
pnpm install
pnpm devSource on GitHub
Pages here mirror ConversoKit/docs. Run pnpm fetch-docs to pull the latest revisions into the site bundle.