Skip to content
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.

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 dev

Source on GitHub

Pages here mirror ConversoKit/docs. Run pnpm fetch-docs to pull the latest revisions into the site bundle.