Troubleshooting

Catalogue visualisation is blank or frozen

/api/languages.json returns 404

/v1/… returns 404

The public site is static plus a small Cloudflare Worker for /api/agent/*. /v1/* routes (GET /v1/transfer, etc.) come from the Node server in this repo when you self-host it. They are not on cachesphere.com unless you deploy that server or proxy it. The Transfer page on the public site computes hints client-side from /api/languages.json instead.

Hosted agent routes

On cachesphere.com, GET /api/agent/tools should list select-context-packs, decision-kit, and experiment-context. If those POST routes fail, check you are hitting the production host and sending JSON bodies — see For agents.

Preview vs dev

npm run preview serves the built static site. If you need API routes locally, run npm run dev:api separately. See README “Front end + API together”.

Still stuck?

Email [email protected] with your browser, URL, and what you expected vs saw.

← Quickstart