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

What it deliberately does not do

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.

← Back to file list