6 catalog entries
Stack guides
Implementation checks for established frontend stacks.
Next.js App RouterUse Server Components by default, narrow client boundaries, framework routing and metadata, and explicit static-generation contracts.React Component SystemModel state explicitly, preserve semantic elements, keep component ownership local, and avoid unsafe HTML or unnecessary effects.Tailwind Utility CSSUse a shared token vocabulary, stable responsive rules, and extracted components only where repetition creates real ownership.Plain HTML and CSSPrefer semantic document structure, progressive enhancement, modern layout primitives, and minimal JavaScript for stateful behavior.Native Mobile UIUse platform components, navigation, safe-area behavior, dynamic type, accessibility APIs, and native feedback conventions.Three.js Interactive 3DUse a proven 3D engine, stable full-bleed canvas geometry, explicit loading and fallback states, and measured input performance.