Standalone server online

Zesty API

This service runs the shared Hono backend for web and mobile. Use it for Better Auth, oRPC procedures, health checks, and webhooks from a single dedicated origin.

Health check Quick liveness probe for Render, monitoring, and smoke tests.
/api/health
Readiness check Database-backed readiness probe for deployment and production smoke gates.
/api/ready
Auth session Better Auth session endpoint used by web and Expo clients.
/api/auth/get-session
oRPC endpoint base Procedure routes live under /api/rpc/<procedure>.
/api/rpc/…
Origin
http://api.zesty.id
Port
10000
Status
Ready
The root URL is a status page only. API traffic should target the linked /api/* endpoints.