Open Source Iubenda Alternatives
A curated collection of the 1 best open source alternatives to Iubenda.
The best open source alternative to Iubenda is OpenPolicy. If that doesn't suit you, we've compiled a ranked list of other open source Iubenda alternatives to help you find a suitable replacement.
Iubenda alternatives are mainly Compliance & Risk Management. Browse these if you want a narrower list of alternatives or looking for a specific functionality of Iubenda.
Typed configuration that generates privacy and cookie policies and drives the consent gating the cookies they describe, rendered inside your app.

PolicyStack collapses a privacy policy, a cookie policy and the consent that gates those cookies into a single typed config. What renders is components inside your React, Vue, Svelte, Solid or Angular app, never a third party iframe dropped on the page.
The pieces are separable, so you take what you need. A Vite plugin compiles the config at build time and scans the project for third parties you never declared, while the consent core is a headless state machine under 4kb. No banner interface ships with it, which means the banner is built from your own components and matches the rest of the app.
The building blocks divide along clear lines.
- Policy: your privacy and cookie policy as a typed config, rendered as components or Markdown.
- Consent: a headless consent state machine with adapters for five frameworks and no bundled UI.
- Build checks: the Vite plugin fails the build when a cookie is set without a consent gate.
- Script loaders: a package of consent gated loaders for third party scripts.
- CLI: an init command installs the right packages for your stack and writes a starter config.
- Cloud: an optional hosted control plane for versioning, audit trails and consent analytics.
Everything except Cloud is Apache 2.0 and every package versions together under one scope. The project is direct about its limits, since it generates documents rather than legal advice, and expects a lawyer to read the result before publication.