What problem does it solve?
This Skill consolidates management and deployment of multiple Astro sites from a single monorepo, routing them through one shared nginx container to simplify hosting, updates, and operations.
Core Features & Use Cases
- Multi-site Astro monorepo hosted on AWS ECS with a single nginx container.
- Per-site local development ports and hostname-based routing via ALB and Route53.
- HubSpot embedded forms per site and optional SES email verification per domain.
- Simple onboarding for new sites by adding a folder, configuring site settings, and updating deployment scripts.
- Production deployment workflow: push to master, tag per-site versions, and build all sites into the shared container.
Quick Start
Start a specific site in development by navigating to its folder and running the dev server.
-
cd astro-sites/brent-run
-
npm run dev
This opens at http://localhost:3010
-
cd astro-sites/requestdesk-ai
-
npm run dev
This opens at http://localhost:3003