Skip to content

Releases: formigio/nexo

v1.0.0 — Initial Public Release

Choose a tag to compare

@drdouglasghd drdouglasghd released this 03 Mar 23:48

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

  • CLInexo 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.json for per-project settings
  • Docker Compose — one command to spin up SurrealDB + API + Console

Install

npm install -g @formigio/nexo

See the README for full setup instructions.