Updated for Astro v6! ๐
Tech Stack
- Astro v6
- DatoCMS
- Tailwind CSS 4
Features
- โ Multi-Brand Architecture โ One main site, multiple brand landing pages
- โ Rapid Deployment โ Add a new brand in minutes, not weeks
- โ Monorepo Setup โ All brands in one repository for easy management
- โ AI-Powered Translation โ Multi-language support with AI-assisted translations
- โ Geo-Redirects โ Serve region-specific content automatically
- โ Brand-Specific Customization โ Each brand gets its own colors and assets
- โ Dark & Light Mode
Quick Start
- Create an account on DatoCMS
- Deploy on Vercel with GitHub Integration
- Clone DatoCMS Project
Local Setup
Prerequisites
- Node.js
- Bun
Project Structure
multilaunch/
โโโ apps/
โ โโโ core/ # Main retail company page
โ โโโ brands/ # Brand landing pages
โโโ packages/
โโโ ui/ # Shared UI components
Getting Started
# Install dependencies bun install # Set up environment variables cp .env.example .env
Environment Variables
- Go to DatoCMS project Settings
- Navigate to API tokens
- Copy Read-only API token
- Paste into .env file
Available Scripts
# Run development server bun dev # Build for production bun run build # Preview production build bun run preview
Contributing
Contributions are welcome!









