Quickstart
Create repo, run /setup, start building. That's it.
The fastest way to start a Catalyst project. For developers ready to build.
Before you begin
Need help installing prerequisites? See the full Setup guide.
Create your repo from template
Go to Catalyst on GitHub → click Use this template → create and clone your repo.
Or with GitHub CLI:
gh repo create my-project --template WEARERIVER/catalyst-ai-dev-kit --private --cloneDon't have access? Contact RIVER Group
Run /setup
Open your project in VS Code, start an AI chat, and run:
AI will install dependencies, create your env file, start the dev server, and ask a few questions to configure your project.
Success: localhost:3000 is running
Start building
Start every AI chat with:
This loads your project context. Then describe what you want to build:
Update the landing page with a hero, features, and CTA for my projectOther commands to know
All commands →Something not working? Try deleting node_modules and running pnpm install again. For more help, see the full Setup guide.