Deployment
All public projects are deployed on Vercel with the following workflow:- Development — Local development with Vite or framework of choice
- Build — Production build via
npm run build - Deploy — Vercel CLI deployment to production
- Alias — Clean URL alias assigned
- 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 tomain (when GitHub is connected to Vercel).