Build REST APIs with automatic type checking between client and server code.
Create web services where data type errors are caught before deployment.
Develop HTTP endpoints with built-in validation and type safety.
Requires Bun runtime to be installed; standard npm/bun install otherwise.
Elysia is a web server framework written in TypeScript, designed to make building HTTP servers feel straightforward and developer-friendly. Its main selling points are end-to-end type safety, meaning errors caused by mismatched data types between different parts of your code can be caught before the app runs, and a focus on good developer experience. It is built to run on Bun, a JavaScript runtime environment. The readme is sparse and points to external documentation for details.
Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.