df91e24fea2e61e7b9d444e115e4ecfca45ae752
Reanimator Chart
chart is a small read-only web viewer for Reanimator hardware JSON snapshots.
It is intended to be embedded into other Go applications that collect audit data in different ways and want a consistent HTML view of the resulting Reanimator JSON.
Product Scope
- render a Reanimator JSON snapshot as HTML
- preserve the source payload shape
- show all fields from JSON
- use compact tables and section navigation
- color statuses for quick scanning
Explicit Non-Goals
- no ingest pipeline
- no audit collection
- no background jobs
- no summary generation beyond what already exists in JSON
- no mutation of the input data
- no vendor-specific parsing logic
Architecture Docs
Project-specific architecture lives in bible-local/README.md.
Description
Languages
Go
67.4%
CSS
19.7%
HTML
12.8%
Makefile
0.1%