GitHub + AI

Connect your GitHub and generate architecture automatically

ARK95 AI analyzes your repository and creates ready-to-use architecture diagrams in seconds.

How It Works

1

Connect your GitHub (OAuth)

Authorize ARK95 with your GitHub account securely in one click.

2

Select a repository

Choose any codebase you want to map visually.

3

AI analyzes your structure

Our artificial intelligence scans the code to identify services, APIs and connections.

4

Automatic diagram generation

The diagram is generated instantly on the canvas, ready to be explored.

Automation Advantages

  • AI-generated architecture automatically
  • Native versioning with Git
  • Complete trackable change history
  • Export to structured JSON
  • Architecture always in sync with code
  • One-click commit — no terminal needed
  • Guaranteed privacy — ark95-diagrams private repo

What Gets Committed

Each diagram is exported as a clean, structured JSON file inside your private GitHub repo.

diagrams/my-architecture.json
{
  "name": "My Architecture",
  "version": "1.5",
  "exportedAt": "2026-03-23T22:00:00Z",
  "nodes": [
    { "type": "service", "subtype": "api", "name": "Gateway" },
    { "type": "database", "subtype": "sql", "name": "PostgreSQL" },
    { "type": "cache", "subtype": "redis", "name": "Session Cache" },
    { "type": "queue", "subtype": "message_queue", "name": "Events" }
  ],
  "edges": [
    { "from": "Gateway", "to": "PostgreSQL", "verb": "SELECT, INSERT" },
    { "from": "Gateway", "to": "Session Cache", "verb": "GET, SET" }
  ]
}

Ready to version-control your architecture?

Join engineers who treat architecture diagrams as code — versioned, trackable, and always in sync.

Start for free