Releases: formigio/nexo
Releases · formigio/nexo
Release list
v1.0.0 — Initial Public Release
Nexo v1.0.0 — Specification graph system.
Make your entire app architecture queryable: screens, components, API endpoints, data entities, business rules, and features as a typed graph.
Highlights
- CLI —
nexo traverse,nexo impact,nexo lint,nexo ingest, and more - MCP Server — expose the graph to AI agents via stdio
- Web Console — React + D3 force-directed graph visualization
- HTTP API — read-only JSON endpoints for querying the graph
- Project Config —
.nexo/config.jsonfor per-project settings - Docker Compose — one command to spin up SurrealDB + API + Console
Install
npm install -g @formigio/nexoSee the README for full setup instructions.