Get started
Quickstart
You can get to your first iteration quickly. Here's the path.
- Connect your repository. Itera works on your existing production codebase. Connect via GitHub, self-hosted GitLab, or Bitbucket Cloud. See Connecting your repository.
- Create a project. A project points at a frontend repository, which is the repository you'll prototype against. When your product uses separate backend or shared-service code, connect those backend or other reference repositories so Itera can use them for context.
- Configure the dev server command. In project setup, save the command Itera should run to start your frontend, such as
npm run dev -- --host 0.0.0.0 --port 3000. The app must bind to0.0.0.0and listen on port3000. - Install the Itera skill in your coding agent. Itera provides setup paths for Claude Code, Codex, Cursor, and Copilot. The skill lets your agent claim PRs and pull iteration context.
- Run your first iteration. Open a project, click New iteration, describe the change in plain language, and follow the phases.
If anything breaks during setup, your engineering team should check the troubleshooting guide on docs.iteradev.ai. For everything else, contact us at support@iteradev.ai.