Skip to content

generative-computing/mellea-website

Repository files navigation

Mellea Website

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.


Pages

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)

Contributing

There are two distinct ways to contribute — pick the one that applies:

Writing a blog post

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.

Changing the site (UI, CI, dependencies)

npm install
npm run dev   # http://localhost:4000

See CONTRIBUTING.md for the full development guide — commands, testing, and CI pipeline.


Tech Stack

  • Next.js 15 — App Router, static export (output: 'export')
  • react-markdown — Markdown rendering
  • gray-matter — Frontmatter parsing
  • IBM Plex Sans & IBM Plex Mono — typography

About

Landing page and developer blog for mellea.ai — open-source Python framework for predictable AI.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors