Binary compression for typed APIs at the edge of entropy.
Typed APIs already know what their data can contain. Production traffic reveals what the data usually contains. Hyperfly intends to use both to generate specialized binary protocols for a route, instead of shipping generic JSON over a generic compressor.
Pre-release. Nothing here is benchmarked yet.
apps/web hyperfly.dev — landing page (Next.js on OpenNext / Cloudflare Workers)
packages/lb legacy load balancer, previously published as `hyperfly`
packages/tooling shared eslint and typescript configs
bun install
bun run dev # all apps
bun run build # all packages
bun run check-typescd apps/web && bun run deploy