Skip to main content

Multi tenant SaaS, built for scale.

Dashify is a single codebase platform that runs many organizations safely. Hardened authentication, three tier RBAC, real time collaboration, on prem AI, and a stack of observability that makes failure visible. This site is the long form story of how every piece works.

3 tier
RBAC hierarchy
47%
smaller main bundle
25
phased releases
100%
tenant isolated
The shape of it

One codebase. Many tenants.

Browser talks to a Node API. The API reads and writes Mongo, talks to Redis for sessions and queues, dispatches background work to a worker process, and pushes real time updates over Socket.IO. AI lives entirely on prem via Ollama and Qdrant. Every box belongs to you.

Open the full diagram →
┌──────────────┐ │ Browser │ React · PWA · Workbox └──────┬───────┘ │ httpOnly cookies + CSRF ┌──────▼───────┐ │ API tier │ Express · Pino · Helmet └──┬─┬─┬─┬─┬───┘ │ │ │ │ │ │ │ │ │ └──► Qdrant tenant vectors │ │ │ └────► Ollama local LLM │ │ └──────► BullMQ jobs · worker │ └────────► Redis sessions · pubsub └──────────► MongoDB per tenant docs
N
Built solo by Nauman Majeed in Multan, Pakistan, across twenty five phased releases, with a deliberate eye on security and scale.
Meet Nauman →