Consent Management Redefined

Leverage native React components for seamless integration and high performance in a robust Consent Management solution that empowers your development team while prioritizing privacy and compliance.

Consent Management
diagram

Features

Developer Experience

TypeScript-first APIs that feel natural to use.

React
React Components

Beautiful UI components built on Radix Primitives. Ready to go.

Headless Options

No UI, no bloat, just the tools you need.

i18n included

Built-in internationalization support.

Automatic Fetch / XHR Blocking

Automatically block fetch and XHR requests until consent is granted.

Performance First

Minimal bundle impact, tree-shakable.

Privacy by Design

Built-in GDPR compliance and privacy best practices.

Open Source

GNU3 license and open source from day one.

Examples

import { ConsentManagerProvider,ConsentManagerDialog, CookieBanner } from "@c15t/react"
 
function Layout({ children }: { children: ReactNode }) {
  return (
    <ConsentManagerProvider>
      <CookieBanner />
      <ConsentManagerDialog/>
      {children}
    </ConsentManagerProvider>
  )
}

Transform Your Project with Ready-to-Go Drop-In React Components.

c15t.com