Bootstrap reanimator chart viewer

This commit is contained in:
Mikhail Chusavitin
2026-03-15 17:28:19 +03:00
commit df91e24fea
22 changed files with 1231 additions and 0 deletions

26
README.md Normal file
View File

@@ -0,0 +1,26 @@
# 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`](/Users/mchusavitin/Documents/git/reanimator/chart/bible-local/README.md).