create-convexvalue
v0.5.0
Published
Scaffold a new ConvexValue app.
Readme
create-convexvalue
Scaffold a new ConvexValue app.
npm create convexvalue@latest my-app
cd my-app
npm install
cvx login
npm run devThe default scaffold is the Joy ridgeline app starter. Generated apps include AGENTS.md and CLAUDE.md with the ConvexValue app-origin, data API, command parsing, and upload context that coding agents need to continue building the app. The scaffold also initializes a git repository with a project .gitignore.
npm run dev runs the local Vite server for UI iteration. Use npm run build
and npm run upload to test authenticated data access from the ConvexValue app
origin.
Use the minimal vanilla starter instead:
npm create convexvalue@latest my-app -- --template vanilla --app my-appFor local development from this repository before publishing packages:
create-convexvalue my-app --app my-app --local