Source Control Native
Everything in NeoArc Studio is a file. Your diagrams, documents, and schemas live in Git alongside your code, with full version history and standard collaboration workflows.
NeoArc Studio takes a different approach. Everything you create is a text-based JSON file stored in your Git repository. Your diagrams, design documents, API specifications, schemas, and decision records sit alongside your code in the same folder structure you already use.
Why This Matters
File Formats
All NeoArc content uses human-readable JSON files with clear extensions:
No Vendor Lock-in
CI/CD Integration
Because your documentation is just files in Git, you can integrate it into your existing CI/CD pipelines:
Works with Your Existing Infrastructure
NeoArc Studio works with any Git provider: GitHub, GitLab, Azure DevOps, Bitbucket, or self-hosted Git servers. Your documentation benefits from whatever security, access controls, and compliance features you already have in place for your code repositories.
The Documentation Workflow That Actually Works
Baseline-Driven API Comparison
Baselines do more than track general drift. When you compare against a baseline, the system classifies every API contract change as breaking, additive, deprecation, or cosmetic across all six API types (REST, GraphQL, gRPC, AsyncAPI, Webhooks, MCP). The drift dashboard shows API contract drift alongside architectural drift, and the system recommends version bumps based on change severity.
Track how your APIs change over time with baseline-driven comparison, structured change classification, version recommendations, and published changelogs. Covers all six API types: REST, GraphQL, gRPC, AsyncAPI, Webhooks, and MCP.
Treat documentation like code: store in Git, review in pull requests, and deploy automatically. Learn the docs-as-code workflow with NeoArc Studio.
Step-by-step guide to using Git workflows for documentation collaboration, including branching, reviewing, and merging.
Connect NeoArc Studio with GitHub repositories for source control, collaboration, and CI/CD workflows.