Files
warmbly/site
Matthew Meszaros 9cc42546a4 feat: align the deliverability handbook with the registry and real caps
The hand-rolled flagship page now reads the shared learn registry for its
rail (it had drifted and was missing an essay), emits the BlogPosting
JSON-LD every other essay already had, and corrects its repeated 100/day
per-mailbox claim: the product default is 50/day, with 100 only as the
validation ceiling under positive reputation evidence.
2026-06-10 17:16:07 +02:00
..

site

Warmbly's public marketing site. Astro 5 + Tailwind v4, separate from the in-product dashboard at web/ and the admin app at admin/.

Run it locally

pnpm install
pnpm dev          # boots on http://localhost:4321
pnpm build        # static output into ./dist
pnpm preview      # serve the production build locally

From the repo root you can also use make site, which is a shortcut for cd site && pnpm dev. make app does not start this site — it lives outside the docker compose stack and ships on its own cadence.

Layout

site/
├── astro.config.mjs   # sitemap integration + Tailwind v4 Vite plugin
├── public/            # static assets served as-is
├── scripts/           # build-time helpers
└── src/               # pages, layouts, components, content