Minimal, headless cookie consent management for modern web applications.
- @consentify/core — Headless cookie consent SDK (TypeScript-first, SSR-safe, zero dependencies)
- Future:
@consentify/react,@consentify/next
# Install dependencies
pnpm install
# Build all packages
pnpm -r build
# Build core only
pnpm -w --filter @consentify/core buildCI publishes on tags matching core-v*. Ensure NPM_TOKEN is set in GitHub secrets.
# Create a new version with changeset
pnpm changeset
# Version packages
pnpm changeset version
# Publish (via CI or manually)
git tag core-v0.1.0
git push origin core-v0.1.0If you find this project useful, consider supporting its development:
- ⭐ GitHub Sponsors
- ☕ Ko-fi
MIT © 2025 Roman Denysov