Toggle navigation

Welcome to the Handbook

Learn what this Astro + Tailwind handbook offers and how to navigate it.

Why this handbook?

This handbook gives your team a curated space for engineering standards, product guidelines, or playbooks. Everything is powered by Astro and Tailwind CSS v4, so you can ship fast static content with a modern toolchain.

  • Astro brings fast build times, hybrid rendering, and content collections.
  • Tailwind delivers utility-first styling, adaptive design tokens, and incremental adoption.
  • Markdown keeps authoring approachable for engineers and non-technical contributors alike.

What you will find

The left sidebar reflects the handbook’s navigation groups. Each article highlights actionable callouts, component libraries, and cross-links so readers stay oriented.

You can adapt the layout to match different product lines or internal programs without rewriting the foundation. Switch between light and dark themes, edit typography scales, and reorganize sections directly from configuration.

How to customize quickly

  1. Update the navigation order in each Markdown file’s frontmatter.
  2. Tweak the typography scale or layout variables in src/styles/global.css.
  3. Extend Tailwind tokens in tailwind.config.ts to add new spacing, typography, or component patterns while still using the default color palette.

Ready to dive in? Continue with the quick start to start running the site locally.