Skip to content

Stoneware v0.1.1

Choose a tag to compare

@RANJEETJ06 RANJEETJ06 released this 12 Aug 18:22
· 67 commits to master since this release

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-stoneware scaffolding

Installation

bunx create-stoneware my-site
cd my-site
bun install
bun run dev