Fluid design system
Type and spacing interpolate continuously between 360px and 1440px, so nothing jumps at a breakpoint and nothing looks oversized on a tablet.
A production-grade starter that pairs a fluid design system with a hardened Google sign-in flow, so you can ship the interesting part instead of the plumbing.
Trusted by teams shipping every day
Every piece below is wired up and running in this demo — not a screenshot, not a TODO.
Type and spacing interpolate continuously between 360px and 1440px, so nothing jumps at a breakpoint and nothing looks oversized on a tablet.
The Google credential is verified server-side against Google's JWKS, then exchanged for an httpOnly session cookie that JavaScript can never read.
Locale list, routing, html lang and dir, and the language switcher all derive from a single config file. Arabic flips the whole layout to RTL.
Session and UI live in two separate contexts with memoized values, so opening a dropdown never re-renders your user data.