brisa.build - Brisa - The Web Platform Framework

Description: Brisa is a web platform framework that provides a refreshing development experience.

web (36815) web development (15609) typescript (1231) framework (839) signals (130) web platform (42) static site generator (41) brisa (23) jsx (13) server side rendering (7)

Example domain paragraphs

$ bun create brisa my-app рџљЂ Build fast apps fast Brisa pages are dynamically server-rendered JSX components, so there's zero JavaScript shipped to the browser by default .

Simple to write; fast to run.

In Brisa everything by default runs only on the server, except the src/web-components folder that also runs on the client. Web components are rendered on the server ( SSR ) and hydrated on the client using native Web APIs, as they are transformed into Web Components with Signals .