Live site: https://aiagentflow.dev Role: Solo developer — design, frontend build, content, SEO, i18n Stack: Next.js 14 (App Router), TypeScript, Tailwind CSS, Framer Motion, next-intl
A production marketing site for AI Agent Flow, an open-source CLI that orchestrates multi-agent AI workflows for software development (architect, coder, reviewer, security, tester, and judge agents working in a closed loop). Built end-to-end: information architecture, custom design system, animated components, docs engine, programmatic SEO, and internationalization.
- Custom design system — no UI library. Hand-built components (Hero, Pipeline, TerminalAnimation, InteractiveDemo, Comparison, Testimonials) styled with CSS variables for light/dark theming and Framer Motion for scroll-triggered animation.
- Docs engine — Markdown-driven documentation (
/docs/[slug]) with a table of contents, sidebar navigation, syntax-highlighted code blocks, and callout components, rendered viareact-markdown+remark-gfm+rehypeplugins. - Programmatic SEO — a
content/pseocollection driving comparison landing pages (e.g. "AI Agent Flow vs LangChain", "Devin alternative", "Cursor alternative") from structured Markdown + frontmatter, each with its own metadata and OG image. - Blog — full Markdown blog (
/blog/[slug]) withgray-matterfrontmatter parsing, auto-generated slugs, and RSS-friendly structure. - Internationalization —
next-intlwith locale-prefixed routing (en,es,bn), translated navigation and page copy, and locale-aware middleware. - Technical SEO — dynamic
sitemap.ts,robots.ts, anllms.txtroute for AI crawler discoverability, and per-page OpenGraph image generation vianext/og. - Performance-first — App Router with server components by default, self-hosted variable fonts (Geist), no client-side bloat from third-party UI kits.
This isn't a template. It shows I can take a product with zero existing brand assets and ship:
- A distinctive visual identity (not another shadcn/ui clone)
- A content system non-technical stakeholders could extend (Markdown + frontmatter)
- SEO infrastructure that actually drives organic traffic (pSEO, sitemaps, structured OG)
- Multi-language support wired through routing, not just translated strings
- Clean, typed, componentized code — the kind that's easy to hand off
- Live site: https://aiagentflow.dev
- Source (this repo): landing page / marketing site
- Related project: AI Agent Flow CLI — the open-source tool this site promotes