Move to Consentify in one command
A small command line tool that switches a site over to Consentify for you. It reads your project, removes whatever consent tool you have now, keeps your existing tracking, and drops the Consentify banner in the right place for your framework.
Run it from your project folder:
Set up once, without the busywork
Adding a consent banner by hand means finding the old cookie scripts, deleting them, pasting a new tag in the right file, and doing it again for every site you run. The tool does that part for you, so switching to Consentify takes a minute instead of an afternoon.
What it does
Reads your project
It works out which framework you use and finds the exact file the banner belongs in, so the script lands where it should and not just anywhere.
Removes your old consent tool
Cookiebot, OneTrust, CookieYes, Iubenda, Usercentrics and many more are recognised and taken out of your code. If the site has no consent tool yet, it just sets Consentify up fresh.
Keeps your tracking
It picks up the analytics and marketing tools already on your site and sets them up in Consentify, so they stay gated behind consent instead of disappearing.
Creates your domain
You log in once and the tool creates the domain on your Consentify account and wires up the banner, ready to customise in the dashboard.
Commits the change
It puts the changes on a separate git branch and commits them, so you can review everything before it goes live. Nothing touches your main branch without you.
Works with your stack
The banner goes in the correct place for each framework, whether that is the root layout in Next.js, a plugin in Nuxt, the app template in SvelteKit, or the theme header in WordPress.
Made for agencies and teams
Point it at a folder full of client sites and it sets up every one in a single run. Each site gets its own domain, its own commit, and a report at the end listing what changed and what still needs a look. If one site fails, the rest keep going.
Coming from another consent tool?
You do not need to be on Cookiebot to use this. The tool recognises the common consent platforms and lifts your site off whichever one you use today, or sets things up from scratch if you have none.
Ready to migrate?
The tool is free and open on npm. Run it in your project, or create a free Consentify account first if you do not have one yet.
Free and open source, published on npm.