A fast, end-to-end type-safe backend framework for TypeScript. Build APIs with built-in validation, real-time subscriptions, and automatic client generation without the overhead.
bun add hedystiaYour server schemas are perfectly mirrored to the client. Real-time updates with zero code generation delays.
No external parsers. Route schemas drive the TypeScript inference entirely, preserving safety across the network bridge.
Designed natively for Bun's extreme performance. Cold starts are lightning-fast with minimal overhead for every request.
Subscriptions via WebSockets and SSE are treated like HTTP endpoints. Type-safe streams directly mapped to identical contexts.
Forget external dependencies. The native `h` schema builder seamlessly generates types and acts as a runtime validator automatically.
Encapsulate logic beautifully. Any module export can be `.use()`d directly as a distinct application, enabling immense scale.
Your typing directly reflects the OpenAPI specification. Install a plugin to autogenerate pristine interactive documentation instantly.
Trusted By & Contributors