
Categories
Project Length
Ongoing (2025-Present)
Deliverables
Open Source Framework, AI Agent Runtime, Django + React Composer, MCP Integration, REBAC Permissions
Define your vision. Agents build the reality. — Angee.AI is the self-building SaaS platform where autonomous AI agents scaffold, wire, and extend production-ready software. It pre-packages the architecture challenges every SaaS, ERP, or internal tool eventually has to answer — authentication, authorization, tenancy, audit, files, secrets, integrations, real-time, agents — as already-solved opinionated decisions, delivered either as framework primitives or as batteries-included addons.
Consumers inherit the answers and spend their code budget on what's actually unique to their product. angee-django is the reference implementation: a Django backend, a React frontend, and a deterministic build pipeline that composes them into a host. Built by Apexive after a decade of shipping production SaaS for clients, Angee codifies the patterns we wish every framework already solved.
Every team that builds a non-trivial application — SaaS, ERP, or internal tool — eventually re-implements the same dozen cross-cutting concerns: how to authenticate, how to authorize, how to issue stable external IDs, how to audit changes, how to ship files, how to keep secrets, how to expose a typed API, how to do real-time, how to seed data, how to render an admin, how to localize, how to background work, how to talk to third parties. These problems are solved every time, slightly differently, by a different engineer, at every company. The cost is enormous and the surface area for bugs is huge.
Key challenges teams face today:
Apexive built Angee.AI to collapse this entire cost center into a single opinionated framework — one that is agent-native from day one, treats AI as a first-class participant rather than a bolt-on, and ships a deterministic build pipeline so the framework's promises are mechanically verifiable.
Angee is a framework, not an app. Used to build SaaS, ERP — which we re-cut as ARP (Agentic Resource Planning) — and personal self-hosted apps. Framework models declare class Meta: abstract = True; concrete tables are emitted, not shipped. Each feature area is a Python package shipping abstract bases that the composer assembles into a concrete Django app. Cross-addon contributions are resolved by Python MRO during angee build — no monkey-patching, no runtime hooks.
Apps get a permissioned agent surface via the agents addon — Software 3.0 from day one. Every agent is a first-class principal with declared capabilities, REBAC-addressable identity, audited actions, and per-session grants. Connect Claude, Cursor, or any MCP client directly to your running Angee instance.
Every operation passes through a permission backend. anonymous, authenticated, and system roles are framework-reserved. There is no "skip permissions" path — the system is secure by construction, not by convention.
The composer is the only domain that bridges Python and JS. Backend and frontend never reference each other directly; their interface is the typed contract the composer emits. Byte-identical inputs produce byte-identical outputs; CI verifies. No datetime.now(), no uuid4(), no unsorted iteration at build time.
Angee splits into three repos with distinct ownership:
@angee/sdk, @angee/auth, @angee/storage, etc.)@angee/arp
v1 ships the composer, backend primitives, frontend SDK, and core addons (auth, storage, knowledge, integrate, connect, agents, operator). v1.1 adds the mcp addon (fastmcp-backed tool surface over operator) and workflows addon (queue + scheduled jobs + state machines). v1.3 adds the tenants addon (multi-tenant lifecycles on top of REBAC). Within v1, addons release in lockstep with no backwards-compatibility shims; consumers upgrade the platform as a whole.
Angee.AI delivers an opinionated, agent-native framework that collapses the cost of building production SaaS from months to days. Teams describe what they need; Angee's agents autonomously scaffold, wire, and deploy production-ready software — APIs, real-time channels, background workers, database migrations — all auto-discovered by the platform.
What Angee decides for you (so you don't have to):
Already on the roadmap, same contract: workflows (queue + scheduled jobs + state machines, v1.1), mcp (agent tool surface over operator, v1.1), tenants (multi-tenant lifecycles on top of REBAC, v1.3).
Business Impact:
curl https://angee.ai/install.sh | shBuilding Applications Describe what you need. Agents autonomously scaffold, wire, and deploy production-ready software — AP Is, real-time channels, workers, migrations — all auto-discovered.
Native Agents Every agent is a first-class resident with fine-grained permissions, declared capabilities, and per-session grants. Connect Claude, Cursor, or any MCP client directly.
Permissions Zanzibar-shape, schema-driven, identity-agnostic authorization. Every operation passes through it — no "skip permissions" path exists in the system.
First with REST Sidecar Auto-generated CRUD from abstract model declarations; custom ops via @query / @mutation / @subscription. REST via django-ninja for clients that can't speak GraphQL.
Driven Build Abstract Django models compose into concrete runtime apps via MRO. Composer emits typed Type Script contracts; the React SDK consumes them. Byte-identical inputs → byte-identical outputs.
React SDK@angee/sdk is headless — contracts, hooks, providers, GraphQL wiring. Active binding (@angee/ant or @angee/mantine) ships primitives, Preset Shells, and rendered widgets.
Time Out of the Box GraphQL subscriptions over Web Socket (channels + daphne) on the backend; urql on the client. Real-time is a first-class contract, not a bolt-on.
Secrets & Audit Trail Per-row Encrypted Text Field ( Fernet at rest, projection-excluded). Shadow tables per model via django-simple-history. Audit by construction, not by convention.
Hosted or Cloud PostgreSQL with vector search, Redis, real-time streaming, encrypted secrets, full audit trail. Docker deployment — one command either way.
Licensed & Open Source Entire framework, SDK, and addon ecosystem ship under MIT. Self-hostable, forkable, and free of vendor lock-in.
Want to build your next AI-native SaaS on Angee?
Start Your Project