I've been working on Hyperwave, a full-stack starter kit for building RESTful apps (or Hypermedia-Driven, if you prefer). I chose to use Bun to reduce the total dependencies as much as possible,...
I've been working on Hyperwave, a full-stack starter kit for building RESTful apps (or Hypermedia-Driven, if you prefer). I chose to use Bun to reduce the total dependencies as much as possible, so you're getting a lot of bang for your buck with just a few dependencies: Hono (web server), HTMX, Tailwind CSS, and typed-html. As a developer experience, it's pretty awesome to write functions that return JSX on the backend, and ship 0 unnecessary javascript.
I've been working on Hyperwave, a full-stack starter kit for building RESTful apps (or Hypermedia-Driven, if you prefer). I chose to use Bun to reduce the total dependencies as much as possible, so you're getting a lot of bang for your buck with just a few dependencies: Hono (web server), HTMX, Tailwind CSS, and typed-html. As a developer experience, it's pretty awesome to write functions that return JSX on the backend, and ship 0 unnecessary javascript.
Enjoy!