NDPA Section 27 · Free · No email required

Nigeria Privacy Policy Generator — Free, NDPA 2023 Compliant

A free, open-source privacy-policy generator built for Nigerian apps. Generates the disclosures NDPA 2023 Section 27 requires — lawful basis, data-subject rights, retention, cross-border transfers, sensitive data, children's data, automated decisions, and the NDPC complaint route — with HTML / Markdown / PDF / DOCX export. No email signup, no SaaS lock-in.

What Nigerian law requires in a privacy policy

NDPA 2023 Section 27(1) lists the information a data controller must provide to data subjects before collecting personal data. The privacy policy is the standard surface for these disclosures:

The NDPR Toolkit generator covers all of these, with section references baked into the output so your DPO can verify compliance at a glance.

Sections the generator includes

Use it as a SaaS or self-host

The generator is a React component; you can either run it inside your own admin / DPO portal, or use the headless usePrivacyPolicy hook to build a custom UI on top of the policy engine. Either way the output is the same: a typed PrivacyPolicy object that you can render to HTML, Markdown, PDF, or DOCX via the exportHTML / exportMarkdown / exportPDF / exportDOCX helpers.

import { NDPRPrivacyPolicy } from '@tantainnovative/ndpr-toolkit/presets';

<NDPRPrivacyPolicy
  organization={{ name: 'Acme NG', address: 'Lagos, Nigeria', dpoEmail: 'dpo@acme.ng' }}
  features={{ hasChildrenData: true, hasCrossBorderTransfer: true }}
/>;

Not legal advice

Every artifact this toolkit produces — including the privacy policies generated here — ships with a clear "not legal advice" notice. NDPC's subsidiary guidance evolves; your DPO or qualified Nigerian privacy counsel should sign off on the final wording before publication. The generator covers the Section 27 list mechanically; counsel makes the judgement calls.

Not sure what to put in the policy?

The free 5-minute audit walks you through every Section 27(1) disclosure — and 7 other compliance areas — and tells you exactly what to add.

Run the free NDPA audit →

Related