Internal CRM
“B2B CRM with leads, deals, accounts, team roles and an audit log of every change.”
- 5 entities, 18 fields, 3 indexes
- 8 admin views with filters
- Roles: admin / manager / agent
- Deployed to Vercel + Neon
Prompt
Open the CLI or the web builder and write a plain-English description of what you want. MangoX will ask one or two clarifying questions before doing anything else.
> mango create
“Internal CRM with leads, deals and team roles”
Generate
The planner agent drafts entities, the coder writes the schema and APIs, the tester validates each endpoint. You see every step in a live log.
Deploy
One command pushes Postgres, the APIs, the admin panel and the frontend to Vercel, Fly or AWS — with a real URL and CI configured.
https://crm.mangox.app
Examples
Internal CRM
“B2B CRM with leads, deals, accounts, team roles and an audit log of every change.”
Subscription SaaS
“Stripe-billed SaaS with metered usage, customer portal and webhook-driven plan changes.”
Data app
“Internal data app: ingest CSV uploads, expose an analytics dashboard and an export API.”
Anatomy
Tailwind + shadcn, themed to your brand and editable in your IDE.
Typed handlers, parameterized SQL, OpenAPI spec exported.
Schema, migrations, seed data — yours to inspect and extend.
SAML / OIDC / JWT, per-entity permissions enforced API-side.
Vercel / Fly / AWS / your VPS — IaC committed to your repo.
Eject any time. Extend in TypeScript.