GitHub

How Chorus uses GitHub to manage your code.

GitHub is where your project's source code lives. Chorus creates and manages a repository for each project in your GitHub account.

What Chorus does with GitHub

  • Creates a repository when you start a new project
  • Commits code changes as your AI team implements features
  • Maintains a clean commit history with descriptive messages
  • Triggers Vercel deployments automatically via push

Can I edit the code myself?

Yes. It's your repository. Clone it, edit it, push changes — Chorus will pick up where you left off. If there are merge conflicts, your AI team can help resolve them.

Repository structure

Chorus projects use Next.js with TypeScript and Tailwind CSS. The repository follows standard Next.js conventions so it's familiar to any web developer.

Last updated: February 17, 2026