A yummy, minimal, web framework.
Built on Deno and Preact, Bratwurst empowers developers to build web applications that use the platform without the complexity of popular metaframeworks.
- Minimal & simple
- SSR (server-side rendering)
- Fully-typed & validating
getStaticProps-like API - Fully-typed & validating
trpc-like API - Fully typed
URLSearchParams-like API - Layouts
- Websockets
- Routing
- Great error feedback
- Client:
URLParamSchema(),Page(data, params) - Server:
Head(),DataSchema(),Data()