KidsMobi Worker Demo • Cloudflare Workers

Fast demo shell for the API Worker.

This landing page lives inside the Worker so you can open the service root and immediately see a polished front-end demo, then jump into live API endpoints, smoke checks, and contract parity data.

Runtime
Workers
The page uses the same origin as the deployed Worker, so every button can hit live endpoints.
Status
Checking
Fetching /healthz (canonical), /api/v2/health (alias), and categories data from the live API.
Categories
--
Pulled from R2-backed configuration and counts.
Highlighted path
/api/v2
Routes remain the API surface; this is only the front-end demo shell.
Contract
--
Waiting for first API response header x-api-contract-version.

Live endpoints

Each card opens a real endpoint from this Worker so the demo doubles as a quick smoke surface.

Base URL: https://api.balancebiketoddler.com

API preview

Choose an endpoint below and inspect the live JSON payload directly in the browser.

Defaults to same-origin, but you can switch base URL for staging/prod comparison.

Preview base URL
Current base: https://api.balancebiketoddler.com
Demo talk track
  1. Use P0/P1/P2 buttons to run single-API and API-combo orchestration scenarios.
  2. Open the latest history row and use Replay to show deterministic re-run behavior.
  3. Use Export JSON to deliver the exact request evidence from this demo session.
Share links
Generate ready-to-share demo entry URLs with cache-busting timestamp.
Compare payload
Current live productIds and request body used by compare preview/P1/P2.
Current IDs: B07Y5VQYFW, B0CXXRN2QS
{
  "categoryId": "stroller",
  "productIds": [
    "B07Y5VQYFW",
    "B0CXXRN2QS"
  ],
  "includeResources": true
}
Orchestration stages
Run staged scenarios to demonstrate dynamic UI composition from API combinations.
Scenario status: idle
Preview output
Select an endpoint
Live JSON response
Click an action above to load live JSON.
Dynamic composition board
This board is rendered from API outputs and updates after each P0/P1/P2 run.
Run P0/P1/P2 to generate dynamic UI content.
Recent requests
Last 5 preview calls with status and one-click cURL copy.
No preview request captured yet.

Quick pointers

Use the cards above to jump to the API, then compare the JSON response with the deploy smoke and parity artifacts.