This application exercises SSR, client-only pages, static prerendering, React hydration, CSS, and Tailwind.
Prerequisites
Go 1.26.0+
A C toolchain (QuickJS backend)
JavaScript packages installed in node_modules
Development
cd example
make dev
Production build and start
cd example
make start
The build records "runtime": "quickjs" in .bifrost/manifest.json. BIFROST_QUICKJS_WORKERS defaults to min(GOMAXPROCS, 8) and can be overridden when starting the app.