/platform · v3

One platform.
Every product, every tenant.

eMedHub, AyurMedHub, HrBuddie, TrustEdge CRM and Fixdesk all run on the same multi-tenant Django + AWS platform. Auth, audit log, RBAC, the API, the webhook bus, the customisation seams — written once, used by every tenant across India.

tenant_middleware.py
Python · Django
class TenantMiddleware:
def __call__(self, request):
# Resolve tenant from subdomain / header
tenant = resolve_tenant(request)
request.tenant = tenant
# Scope the DB connection on AWS RDS
connection.set_tenant(tenant.id)
# Audit, then dispatch the view
audit.write(tenant, request.user, request.path)
return self.get_response(request)
every request, every product · tenant-scoped · audited

What the platform gives every product

Capabilities you would normally bolt on later — already there.

Multi-tenant architecture

Per-tenant isolation at the database layer. Onboard a new customer without forking the codebase or rebooting the cluster.

Role-based access & audit log

Scoped roles, fine-grained permissions, and an immutable audit trail on every privileged action.

API + webhooks first

Documented REST APIs and outbound webhooks on every product — so your CRM, ERP and data warehouse stay in sync.

SSO & SAML

Google, Microsoft, Okta and SAML 2.0. Provisioning via SCIM on enterprise plans.

Observability built-in

Structured logs, request tracing, error budgets and per-tenant performance dashboards. We see issues before customers do.

Compliance-aware

HIPAA, DPDP and GDPR alignment baked into the data model. ISO 27001 in progress.

Cloud, on-prem, or hybrid

Same product, multiple deployment targets — AWS, GCP, Azure, or your own datacentre.

Owned data, exportable

No lock-in. Full data export in standard formats. Your data is yours, always.

Architecture, in one screen

Same backbone under all six products.

eMedHub

HrBuddie

TrustEdge CRM

Fixdesk

AyurMedHub

Longevity

▼ runs on ▼

Gateway layer · Django + DRF

Auth · RBAC · Rate limit · Audit log · Webhook bus

Tenant service

Auth & SSO

Billing engine

Notification bus

AWS RDS · MySQL

AWS RDS · PostgreSQL

Redis (cache & queue)

AWS S3 (object store)

The stack

Boring tech, picked on purpose.

PythonTypeScriptJavaScriptReactNext.jsTailwind CSSDjangoDjango REST FrameworkCeleryMySQL (AWS RDS)PostgreSQLRedisAWS EC2AWS RDSAWS S3AWS CloudFrontDockerCloudWatchSentry

Integrations

Plays well with what you already run.

AWS RDS · MySQLPostgreSQLRedisRazorpayStripeWhatsApp BusinessTallySAP B1Zapier
Call usWhatsApp