A forkable scaffold for building server-rendered Lit apps with oRPC,
dark mode, and a CSS custom property design system. Copy this
directory, rename the --foo-* prefix, and start building.
Components in universal/ are rendered on the server
and hydrated on the client. They work with and without JavaScript.
Components in client/ render exclusively in the
browser. Use for Canvas, WebGL, or anything requiring browser
APIs.
The router in server/router.ts provides end-to-end
type-safe RPC with OpenAPI docs at /api.