Itera

Get started

Quickstart

You can get to your first iteration quickly. Here's the path.

  1. Connect your repository. Itera works on your existing production codebase. Connect via GitHub, self-hosted GitLab, or Bitbucket Cloud. See Connecting your repository.
  2. 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.
  3. 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 to 0.0.0.0 and listen on port 3000.
  4. 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.
  5. 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.

Was this page helpful?