Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 723 Bytes

File metadata and controls

23 lines (15 loc) · 723 Bytes

JSON:API Tree Browser

Interactive single-page app to paste a JSON:API document and browse its entity tree.

Live: https://jsonapi-browser.pages.dev/

Features

  • Entity tree view starting from the root resource(s)
  • Relationships are resolved recursively from included resources
  • Circular references are detected and marked
  • Stats bar showing primary, included, total resource counts and type breakdown
  • Example payload included for quick testing

Deployment

The app is hosted as a Cloudflare Page. Deployment is currently manual:

npx wrangler pages deploy . --project-name jsonapi-browser

Wrangler will prompt for the account interactively if multiple are available.