Interactive Example

Worker EndpointsDemo

Direct Cloudflare Worker endpoints that bypass TanStack Start for maximum performance and edge computing capabilities.

Direct Bypass
Worker Endpoints
Direct Cloudflare Worker handlers that bypass TanStack Start entirely. Maximum performance for health checks, webhooks, and edge computing.

Endpoints

GET /worker/healthPOST /worker/echo

Handler

src/core/worker/direct-handler.ts
TanStack Start
API Endpoints
Standard API endpoints that go through TanStack Start's full routing layer. Framework features like middleware, context, and SSR integration available.

Endpoint

GET /api/status

Routing

TanStack Start (full framework)