Read by topic

Hono is a super fast and lightweight web framework designed for building applications across multiple JavaScript runtimes, like Cloudflare, AWS Lambda, Bun, Node.js, and more.

It's noted for its small size (the tiny preset is under 14kB), extensive support for middleware, and first-class TypeScript support, all contributing to a delightful developer experience.

Hono's architecture relies exclusively on Web Standard APIs, ensuring the same codebase can run everywhere.

Clack provides two packages:

  • @clack/core: unstyled, feature-rich components designed to be a strong foundation for your custom CLIs.
  • @clack/prompts: out-of-the-box with beautiful prompts and a straightforward API.