// Home page (route: /). SSR-first: the view is server-rendered, then components // (.wrn files under app/components) hydrate in the browser. Styled with Tailwind. page Home { seo { title = "Home" description = "web — built with WrNexus, an SSR-first Bun framework." } view {
W web

SSR-first · Bun-native

Server-rendered.
Instantly interactive.

web runs on WrNexus — write .wrn components, ship no client boilerplate, and let the server do the work.

live · hydrated on the server
This button works. You wrote zero client JavaScript.

edit app/pages/index.wrn to make it yours

} }