Frontend

Web frontend rules. Pick the framework page that matches the work, then drop back to html and css for the primitives every page rests on.

Pages

  • html: Semantic HTML, accessibility, head and meta hygiene.
  • css: Modern CSS, layout, custom properties.
  • tailwind: Tailwind v4 utility-first patterns.
  • astro: Astro for content-heavy static sites.
  • react: React component patterns.
  • nextjs: Next.js 15 App Router conventions.
  • shadcn: shadcn/ui composition.
  • blueprint: Palantir Blueprint for data-dense UIs.