Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 892 Bytes

File metadata and controls

38 lines (28 loc) · 892 Bytes

Assembly Studio Website

Marketing website for Assembly Studio — the AI workflow platform.

Getting Started

npm install
npm run dev

Open http://localhost:3000.

Pages

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

Tech Stack

Contributing

  1. Create a feature branch
  2. Make your changes
  3. Run npm run build to verify
  4. Open a PR