> ## Documentation Index
> Fetch the complete documentation index at: https://theaigentscompany.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Deployment

> How projects are deployed

# Deployment

All public projects are deployed on **Vercel** with the following workflow:

1. **Development** — Local development with Vite or framework of choice
2. **Build** — Production build via `npm run build`
3. **Deploy** — Vercel CLI deployment to production
4. **Alias** — Clean URL alias assigned
5. **Release** — GitHub repo updated with deployment URL

### URL Convention

Projects are deployed under: `<short-name>-the-ai-gents-company.vercel.app`

### CI/CD

Automatic deployments are triggered on push to `main` (when GitHub is connected to Vercel).
