Introduction
Consentify is a cookie consent platform with 3 integration paths - script tag, npm SDK, and shadcn registry.
Consentify is a cookie consent management platform that helps website owners collect and manage cookie consent in compliance with privacy regulations.
Key Features
- 3 Integration Paths - script tag, npm SDK, or shadcn registry component
- Lightweight - cookie-based storage via
@consentify/core, zero heavy dependencies - Policy Versioning - consent auto-invalidates when categories change
- Multi-tab Sync - consent state syncs across browser tabs instantly
- Customizable Banner - configurable position, theme (light/dark/auto), accent color, and text
- Consent Categories - define custom cookie categories (Functional, Analytics, Marketing, etc.)
- Real-time Analytics - track consent decisions with daily aggregated stats
- REST API - full developer API for programmatic site and consent management
- Google Consent Mode v2 - built-in
enableConsentMode()adapter in@consentify/core
Choose Your Integration
| Script Tag | SDK (npm) | Shadcn Registry | |
|---|---|---|---|
| Best for | Any website, no-code | React/Next.js developers | Full UI ownership |
| Setup | One <script> tag | npm install + config | npx shadcn add |
| Customization | Data attributes + dashboard | Full programmatic control | Edit source code directly |
| Cloud Analytics | Built-in | Optional via @consentify/cloud | Pre-configured |
| UI | Auto-rendered banner | Build your own or use @consentify/react | Pre-built React component |
How It Works
- Create a site in the Consentify dashboard and configure your consent categories
- Choose an integration method and add consent to your site
- Visitor consent decisions are stored in cookies and recorded in your analytics dashboard