Verifiability
You can inspect the methodology before you spend a dollar. The Standard Module Interface, the 4-Layer Permission Model, the anti-patterns we caught and fixed — all of it is public, all of it is real working code.
Free · Apache 2.0
The open-source reference implementation of the sovereign methodology. Four conforming modules, a working tenant switcher, an audit log, and a Standard Module Interface contract you can build the rest of your platform against.
What's in the box
| Module | What it does |
|---|---|
| Users | Identity, auth (Twilio OTP reference + pluggable adapters), magic links, password reset, MFA, user profile |
| Companies | Multi-tenant company model, company-scoped role catalog (Owner / Admin / Manager / Member / Viewer), audit log |
| Workspaces | Workspaces inside companies, workspace-scoped role catalog (Owner / Manager / Member / Viewer), invitations, audit log |
| Comms | Outbound email + SMS, deliverability hooks, the comms service for the rest of the portal |
docker-compose up and the whole portal runs locallyWhy open source
You can inspect the methodology before you spend a dollar. The Standard Module Interface, the 4-Layer Permission Model, the anti-patterns we caught and fixed — all of it is public, all of it is real working code.
Every modern coding assistant (Claude, Copilot, Cursor, Cody) can be primed on the architecture because the docs and code are public. This lowers the bar for your dev team to start building sovereign modules.
You own the code. Apache 2.0 license. No call-home telemetry. No license keys. No hosted dependency.
License
Use it commercially. Modify it. Distribute it. Build proprietary modules on top of it. The only requirement is attribution.
Quickstart
git clone https://github.com/freshifyv2/sovereign-portal.git
cd sovereign-portal
docker-compose up
open http://localhost:3000Within five minutes you have a running multi-tenant portal with Users, Companies, Workspaces, and Comms, and an operator account ready to switch tenants and inspect the audit log.
What you can build
The Editions roadmap is exactly this — pre-assembled portals for specific verticals, built on the Sovereign Portal.
Documentation
Roadmap
Build faster
You can build modules entirely by hand. You can also subscribe to the Sovereign Dev Pass — an AI engine trained on this methodology that reviews your schemas, your PRs, and your SMI contracts as you write them. It catches sovereign-specific mistakes that generic LLMs miss.