The platform

Consent, rights, audit,
governance — one platform.

Explore what each module does for your team below — and how it all writes to the one audit trail that has your back when a regulator calls.

01 · CONSENT 02 · RIGHTS (DSR) 03 · AUDIT & RECEIPTS 04 · GOVERNANCE & DPIA 05 · LANGUAGES 06 · RISK SCAN 07 · OPS CENTER
Module 02 · Data-subject rights

The right to be forgotten,
actually executed.

Most rights-request tools are just ticketing systems: the request gets logged, someone gets emailed, and the data stays exactly where it was. Consent Tree executes it: the person’s records are hard-deleted from the platform’s own stores, the deletion is dispatched to each system you have connected, and the destruction itself is written into the audit chain. A request cannot be marked complete at all if that execution path isn’t configured.

DATABASES

Where records live

PostgreSQL — a parameter-bound delete against the table and column you nominate, returning the row count the database itself reports.

CLOUD STORAGE

Where files hide

Amazon S3 and S3-compatible stores — every object under the subject’s prefix deleted in batches, with the deleted count returned.

SAAS TOOLS

Where copies multiply

Salesforce, HubSpot, Zoho and Freshdesk — deletion through each vendor’s own API. Razorpay publishes no deletion API, so its connector says so and flags a manual filing rather than reporting a success it cannot achieve.

Shipped: erasure connectors for Salesforce, HubSpot, Zoho, Freshdesk, PostgreSQL, Amazon S3 — and any system you can expose an HTTP endpoint for Shipped: SLA tracking & grievance-redressal workflows
Module 03 · Audit & evidence

Evidence that verifies
without trusting us.

Every consent event, erasure, notice publication and policy change becomes a linked record, each one bound to the one before it. Alter any past record, and that break is visible immediately.

Then we go one step further: periodically, the current state of that record is stamped by an independent outside authority — a neutral third party who can attest “this existed, unchanged, at this moment.” Even a skeptical auditor can verify your history without taking our word for it, or yours.

How the hash-chained, Ed25519-signed trail actually works, and why that's a different claim from “we log everything”: read the post →

Shipped: tamper-evident audit trail · verified live Shipped: periodic independent-timestamp anchoring of the audit chain Shipped: PDF consent receipts · regulator-format exports Shipped: live compliance event feed
verify the chain — anyone canPSEUDOCODE
for entry in ledger:
    # each record commits to its predecessor
    assert sha256(entry.body + entry.prev_hash) == entry.hash

# and the head is attested by an independent TSA,
# so history can’t be quietly rewritten later
assert tsa_verify(ledger.head.hash, ledger.head.tsa_token)
Why this matters in practice

When someone disputes “I never consented to this,” you don’t produce a database entry — you produce a receipt that’s independently verified by a party that isn’t you. That is the difference between an assertion and evidence.

Module 04 · Governance & DPIA

The paperwork layer,
minus the paper.

Impact assessments, control catalogs and policy approvals — structured, assigned, and gated so the right role signs off before anything counts as “done.”

New to the terms? Consent Manager, Significant Data Fiduciary and Data Protection Board, plainly defined with section numbers: read the glossary →

Structured DPIA

Guided Data Protection Impact Assessments built from a structured screening, risk register and control catalog — not a freeform document you fill in from scratch.

Control catalog

A controls library aligned to RBI's cybersecurity framework, monitored continuously, and mapped to the 12-pillar compliance scorecard.

Policy approval workflow

Draft → review → approve → publish for privacy policies, with version history and forced re-consent on material changes.

DPO approval gates

Sign-off on governance actions is restricted to your DPO and admins. Task assignment, ownership and due-date tracking built in.

Shipped: structured DPIAs, governance workflows, RBI cybersecurity-framework catalog, approval gates
Module 05 · Languages

Consent is only informed
if it’s understood.

The DPDP Act expects notices to be available in the languages of the Eighth Schedule. We translate notices and consent flows into 22 Indian languages using a self-hosted translation model that runs on our own infrastructure — no third-party API, nothing leaves our systems.

Shipped: notices & consent flows in 22 Indian languages, translated locally
Try it — one notice, ten scripts
Module 06 · Outside-in risk scan

See your site the way
an assessor sees it.

Our scanner loads your public pages like a stranger would and reports what it finds — before consent is given, after it’s refused, and everywhere in between.

TRACKERS

70+ tracker and pixel signatures detected before consent is given — the classic case of analytics firing before the banner even loads.

DARK PATTERNS

Detects manipulative banner design: buried reject buttons, pre-ticked boxes, consent walls.

SIGNALS

Checks whether Google's Consent Mode is set up correctly, and whether Global Privacy Control (GPC) — the browser signal for "don't track me" — is actually honoured.

POLICY DEPTH

Grades whether your privacy policy substantively covers DPDP/GDPR duties, or just gestures at them.

Shipped: outside-in risk scanner · 70+ tracker database · GPC & Consent Mode checks
Module 07 · Compliance Ops Center

One dashboard,
for the people accountable.

The scorecard, the scanner, the audit feed and the task queue meet in an operations center designed for DPOs — with an AI assistant that answers from your tenant’s real data, in plain language.

12-pillar scorecard

A weighted compliance posture score across twelve pillars, with a configuration assistant that recommends the highest-impact next fix.

Shipped: compliance scorecard with next-best-fix recommendations

Data inventory & lineage

A single source of truth for data assets, with visual lineage tracing how personal data flows between systems and purposes.

Shipped: unified data inventory + visual lineage

AI guidance assistant

An AI assistant trained on the platform's own documentation and your organization's context — for DPOs and end-users alike.

Shipped: AI guidance assistant, grounded in your own documentation