conversokit
v0.1.2
Published
CLI for ConversoKit — scaffold ChatGPT Apps in <30 minutes. Includes `create`, `add`, and `deploy` commands.
Downloads
408
Maintainers
Readme
conversokit
CLI for ConversoKit — scaffold ChatGPT Apps in <30 minutes. Includes create, add, and deploy commands.
Part of ConversoKit — a boilerplate for building ChatGPT Apps (Apps SDK / MCP) in <30 minutes.
Install
You don't need to install — just run via npx:
npx conversokit create my-app --template commerceOr install globally:
pnpm add -g conversokit
# or
npm install -g conversokitUsage
# Scaffold a new app from a template
npx conversokit create my-shop --template commerce
# Add a widget, integration, or template to an existing project
npx conversokit add widget ProductCard
npx conversokit add integration stripe
npx conversokit add template booking
# Generate deploy configs
npx conversokit deploy vercel
npx conversokit deploy docker
npx conversokit deploy railwayTemplates: commerce, booking, saas-onboarding, travel, dashboard. Each scaffold pulls @conversokit/* packages from npm by semver.
Documentation
Full docs and runnable examples live in the main repo.
License
Apache-2.0 © Martín Aberastegue
