Landing page and developer blog for Mellea — a composable, multi-agent framework for building reliable AI agents at production scale.
Built with Next.js 15, statically exported, and deployed to GitHub Pages at mellea.ai.
| Route | Description |
|---|---|
/ |
Landing page — hero, feature overview, recent blog posts |
/blogs |
Full list of all blog posts |
/blogs/[slug] |
Individual blog post (rendered from Markdown) |
There are two distinct ways to contribute — pick the one that applies:
No development environment needed. Just drop a Markdown file in content/blogs/ and run npm run build to verify. See CONTRIBUTING.md § Adding a blog post for the frontmatter reference.
npm install
npm run dev # http://localhost:4000See CONTRIBUTING.md for the full development guide — commands, testing, and CI pipeline.
- Next.js 15 — App Router, static export (
output: 'export') - react-markdown — Markdown rendering
- gray-matter — Frontmatter parsing
- IBM Plex Sans & IBM Plex Mono — typography