frames·cloud
frames-cloud

Live datasets from any public GitHub repo.

A frame is a folder with schema.yml and events.ndjson. Push it to GitHub — the URL works. JSON API, table view, and per-cell source provenance, served from any commit.

example

frames9
entities262
updated2026-05-05
commit8043f8a
api reference

URL = filesystem path inside the repo. <frame_path> is optional for single-frame repos.

pathresponse
/<user>/<repo>[/<frame_path>]html — entity table
/<user>/<repo>[/<frame_path>]/entities/<id>html — entity detail with evidence
/api/v1/<user>/<repo>[/<frame_path>]/entitiesjson — paginated, cursor on entity_id
/api/v1/<user>/<repo>[/<frame_path>]/entities/<id>json — full entity + all evidence
/api/v1/<user>/<repo>[/<frame_path>]/schemajson — schema as JSON
/api/v1/<user>/<repo>/_framesjson — every schema.yml in the repo