Custom optimized SSR template built on React 19, Vite, and Fastify.
- React 19 + TypeScript
- Vite
- Fastify
- tsup
- Streaming SSR via
renderToPipeableStream - Critical CSS inlining with Beasties
- LRU HTML cache with request deduplication (thundering herd protection)
- Brotli compression for SSR responses and static assets
- ETag support for HTML
- Immutable cache headers for fingerprinted assets
- Graceful shutdown on
SIGTERM/SIGINT
npm run devnpm run build
npm run preview