About

A starter that stays out of your way.

Northwind is plain HTML and CSS on top of Astro. No build-time magic, no utility classes to memorize — just semantic markup and a single stylesheet you fully control.

How it's organized

📄

Pages

Each route is a file in src/pages. Plain HTML in .astro files.

🧱

Components

Reusable pieces like the header and footer live in src/components.

🎨

Styles

One stylesheet, src/styles/main.css — one semantic class per rule.