Stoneware v0.1.1
Stoneware v0.1.1
Initial public release of Stoneware, a Bun-native server-first web framework.
Highlights
- Server-first HTML rendering
- Zero JavaScript for routes without islands
- Opt-in interactive islands
- Preact Signals for island reactivity
- No VDOM or client-side tree diffing
- File-based routing
- Automatic HTML escaping
- CSRF protection by default
- Strict CSP by default
- Bun-native build and development tooling
bunx create-stoneware/npx create-stonewarescaffolding
Installation
bunx create-stoneware my-site
cd my-site
bun install
bun run dev