Documentation

State Backend + Insights Free Forever

Self-serve. Deploy on your infrastructure and connect Terraform.

Full Platform Starter / Professional / Enterprise

Requires an activation call. Includes everything in the free tier plus:

Quick Start

  1. Deploy with Docker Compose — Start Stategraph in minutes
  2. Configure your first state — Connect Terraform to Stategraph
  3. Explore your infrastructure — Search, visualize dependencies, analyze blast radius

Infrastructure

Applies to all tiers.

Architecture

┌─────────────┐     ┌─────────────────────────────────┐
│  Terraform  │────▶│         Stategraph              │
│    CLI      │     │  ┌─────────┐    ┌───────────┐   │
└─────────────┘     │  │  nginx  │───▶│  Backend  │   │
                    │  └─────────┘    └─────┬─────┘   │
┌─────────────┐     │       │               │         │
│   Browser   │────▶│       ▼               ▼         │
│   (UI)      │     │  ┌─────────┐    ┌───────────┐   │
└─────────────┘     │  │   UI    │    │PostgreSQL │   │
                    │  └─────────┘    └───────────┘   │
                    └─────────────────────────────────┘
  • nginx — Reverse proxy handling request routing
  • Backend — OCaml server handling API requests and state operations
  • UI — Next.js web interface for Inventory and Insights
  • PostgreSQL — State storage, transaction logs, and metadata

Support