[C] Consentify

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 TagSDK (npm)Shadcn Registry
Best forAny website, no-codeReact/Next.js developersFull UI ownership
SetupOne <script> tagnpm install + confignpx shadcn add
CustomizationData attributes + dashboardFull programmatic controlEdit source code directly
Cloud AnalyticsBuilt-inOptional via @consentify/cloudPre-configured
UIAuto-rendered bannerBuild your own or use @consentify/reactPre-built React component

How It Works

  1. Create a site in the Consentify dashboard and configure your consent categories
  2. Choose an integration method and add consent to your site
  3. Visitor consent decisions are stored in cookies and recorded in your analytics dashboard

On this page