morffy
v0.2.2
Published
A read-only architecture diagram visualizer that shows how a system evolves across a timeline. Combines a Visio-style graph canvas with a Gantt-style timeline view.
Maintainers
Readme
morffy
A read-only visualizer that shows how a system-architecture diagram evolves over a timeline. It pairs a Visio-style graph canvas with a Gantt-style timeline, both driven by a single AI-generated JSON/YAML file.
Running the app
There are two ways to view a diagram.
1. Browser file picker (no setup)
Open the app and click Load file (top bar or empty state) to pick a JSON or YAML diagram from disk.
2. CLI — serve a file by path (with live reload)
morffy <diagram.json|yaml> [--port 4173] [--no-open] [--no-watch]The CLI serves the app and auto-loads the given file. It also watches the
file — edit it on disk and the diagram refreshes on screen automatically
(disable with --no-watch).
[!NOTE] The published package ships a prebuilt app, so
npx morffy diagram.jsonjust works — no build step. The CLI watches your diagram file and refreshes the diagram on every change.
