Waku 1.0 (beta)
Version skew handling, Vite 8 with Rolldown, and a focus on compatibility.

technical director of candycode
We're excited to announce the release of Waku 1.0-beta!
Waku is a minimal React Server Components framework with a simple API and a fast dev server powered by Vite and Hono. It shines for sites that are mostly static with some dynamic routes, such as marketing sites, blogs, docs, and light ecommerce. A single route can be fully static, fully dynamic, or a blend of both, depending on the layouts, slices, and page that compose it.
The beta marks our shift toward compatibility and production readiness. It introduces graceful version skew handling: when you redeploy, clients that loaded against the previous build now recover instead of breaking. We've also upgraded to Vite 8, bringing its new Rolldown bundler to Waku's build pipeline.
Other recent additions include performance tracks for server components in browser developer tools, Content-Security-Policy support, a more flexible router (slug slices, prefixed slugs, trailing-slash handling, layout slug props), and Node 26 support.
We'd love for you to keep battle-testing Waku as we work toward v1-rc! Let us know how it goes in our GitHub discussions or Discord server.

