Use case
API backends
Service-only backends — Hono + oRPC, typed end to end, no frontend overhead.
Outcome
A pure HTTP API with type-safe RPC, contracts published for clients, and zero React in the dependency graph.
Stack
What shipping looks like
When the frontend is separate — native apps, partner integrations, embedded dashboards — you still want the same type-safety and contract guarantees. DeesseJS's API surface is a Hono + oRPC stack with the same shared contracts the marketing app consumes, so the wire format is the source of truth, not the local types.
Get started
Pick a template that matches this use case and start: