Privacy controls
Keep non-essential cookies blocked before consent, roll out across WordPress, Shopify, Webflow, Wix, and headless stacks, and stay in control of billing, domains, and verification from one focused product.
Core application data hosted in the EU. Payments processed via Revolut's EU entity. Support handled from the EU.
Cookie banner preview
Lightweight. Fast. Clear by default.
Cookie consent. Done easy.
Lightweight consent that keeps your site fast and your data intact.
Most consent tools look acceptable in a screenshot, then turn into a trail of exceptions, tag leaks, and last-minute QA.
A banner can look fine while analytics and marketing still start before the visitor gives valid consent.
Too much client-side logic turns a simple consent layer into a performance tax.
It focuses on the parts that matter in production: consent-aware behavior, clear install paths, and operational checks that stay readable.
Optional analytics and marketing stay off until consent conditions are actually met.
WordPress and Hugo ship as dedicated downloads, Wix runs through a private app flow, and Webflow, Shopify, and headless setups use Platform Core paths.
Cookiezy is deliberately focused, so teams can explain it internally without needing a diagram and a warning label.
Cookiezy is meant to be understandable by the people who ship the site, not only by the people who buy the tool.
Code snippet
<script src="/cookie-consent.js"></script>
<script>
window.Cookiezy.init({
mode: 'auto',
locale: 'en',
analytics: 'consent-aware'
})
</script>These answers help teams understand what Cookiezy is, how it behaves, and why it fits modern production sites.
Cookiezy is a cookie consent and privacy control product for modern websites. It combines a necessary-first runtime with platform paths, customer downloads, hostname verification, and billing-aware rollout paths.
Cookiezy is built around runtime behavior, rollout clarity, and operational checks. It is meant to be more than banner UI and lighter than a bloated enterprise CMP.
That is the intended model. Cookiezy is designed so optional analytics and marketing stay disabled until the visitor gives valid consent and your tags or scripts respect the consent signals.
For many teams it makes procurement and internal approval easier to explain. Cookiezy combines a necessary-first consent model with core application data hosted in the EU, payments processed via Revolut's EU entity, and support handled from the EU.
Cookiezy is built for teams that want clean consent behavior, cleaner operations, and fewer moving parts between idea and launch day.
Try the full paid web product for 14 days, then choose Starter for one domain, Growth for up to 10 domains, or Scale for bigger rollout needs.
Without a shared rollout model, teams end up maintaining special-case installs across stacks.
The messy part usually starts after launch, when downloads, domains, and verification stop matching the live site.
Map categories into the runtime behavior modern analytics and advertising setups expect.
Review active cookies, expose the audit on a policy page, and keep that view connected to the live site.
Keep installation, billing, and verification aligned instead of scattering the rollout across random snippets.
Dedicated package for static sites with partials, assets, and config scaffolding.
Keep optional analytics and marketing disabled until valid consent is in place.