Marketing website for Assembly Studio — the AI workflow platform.
npm install
npm run devOpen http://localhost:3000.
| Route | Description |
|---|---|
/ |
Homepage — hero, how it works, comparison, testimonials, FAQ, CTA |
/customers |
Customer case studies |
/templates |
Template gallery |
/templates/[slug] |
Individual template detail |
/security |
Security features and compliance |
/pricing |
Plans and pricing |
/docs |
External — hosted on Mintlify |
- Next.js 16 (App Router)
- Tailwind CSS v4
- TypeScript
- Deployed on Vercel
- Create a feature branch
- Make your changes
- Run
npm run buildto verify - Open a PR