Early access is open — limited cohort. Request a spot →
Documentation

Everything, from connect to reuse.

Getting started

Introduction

Codiflow turns your Git repositories into a living, searchable model of your codebases — their domains, abilities, dependencies and risks. This guide walks you from connecting your first repository to asking the model questions and reusing solutions across teams.

Prerequisites

  • A GitLab or GitHub account with access to the repository you want to analyze.
  • Permission to authorize a read-only integration for your organization.
  • Optional: the Codiflow CLI for picking up prepared tasks in your terminal.

Connect

Authorize Codiflow against your Git host. Access is read-only — we never write to your repositories, and self-hosted runners are coming soon.

bash
$ codiflow connect gitlab.com/acme/payments-service

What you get next

Around ten static-analysis layers read every line and build your model. Once it's ready you can explore domains and abilities, chat with the code, generate documentation, and route Jira tasks — all covered in the sections on the left.

← How it works CLI install →