Skip to content

Add Mandu — agent-native fullstack framework#1705

Open
konamgil wants to merge 1 commit intoenaqx:masterfrom
konamgil:add-mandu
Open

Add Mandu — agent-native fullstack framework#1705
konamgil wants to merge 1 commit intoenaqx:masterfrom
konamgil:add-mandu

Conversation

@konamgil
Copy link
Copy Markdown

Adds Mandu under React → React Frameworks, alongside Next, Remix, Gatsby, Refine, and Vike.

Mandu is a Bun-native, agent-native fullstack framework on top of React:

  • File-system routing under app/**/page.tsx, with .island.tsx for client hydration
  • Runtime architecture Guard that rejects layer/import violations as the dev server runs (no waiting for lint)
  • Contract-first APIsMandu.contract({...}) declares zod request/response schemas once and auto-derives TS types, validation, and OpenAPI
  • 100+ MCP tools so AI editors (Claude Code, Cursor, OpenAI Codex, GitHub Copilot) can scaffold routes, run guard checks, generate tests, and deploy without leaving the chat
  • Static export, SSR, edge adapters (CF Workers, Vercel Edge, Deno Deploy, Netlify Edge), and a CLI that emits platform-specific deploy configs

Site / docs: https://mandujs.com · source: https://github.com/konamgil/mandu

Happy to revise the description if it should be tighter to match neighbouring entries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant