About
InfoBuilder JSON Store is a tiny, read-only viewer for JSON files that live in this repository. It is part of the wider InfoBuilder project, which tracks a small collection of JSON documents over time.
What it does
- Lists JSON files stored under
/data. - Displays a selected file with syntax-coloured, collapsible sections.
- Provides a direct link to the raw JSON for download or copy/paste.
What it deliberately does not do
- No editing, uploading, or deleting of files in the browser.
- No backend, database, or build step — pure HTML, CSS, and vanilla JS.
- No third-party JavaScript frameworks or runtime dependencies.
How files get added
Files are added via pull request to the repository. The viewer reads
/data/index.json, which is a small manifest listing every
file to surface, along with a title and short description. Adding a new
file means dropping the JSON into /data/ and adding an entry
to the manifest.
Hosting
The site is deployed via Cloudflare Pages.
Every push to main is published as static assets — there is no
server-side rendering.