Source for the official product website at agent-assembly.com.
This is a single-product marketing site (homepage, product page, blog) built with
Docusaurus + TypeScript. Technical documentation lives on
docs.agent-assembly.com; the SaaS console on app.agent-assembly.com.
pnpm install
pnpm start # dev server at http://localhost:3000
pnpm build # production build to ./build
pnpm serve # preview the production build
pnpm lint # eslint
pnpm format # prettier --write
pnpm format:check # prettier --check
pnpm typecheck # tsc --noEmit
pnpm lefthook install # one-time: enable pre-commit hooksblog/ Blog posts + authors.yml + tags.yml
src/pages/index.tsx Custom homepage
src/pages/product.tsx Product page
src/components/home/ Homepage section components
static/img/ Images and brand assets
docusaurus.config.ts Site config (nav, footer, blog)
- Docs routing is disabled here on purpose — docs are a separate hub.
- Deployment to
agent-assembly.comis tracked separately (depends on the domain/DNS work).