Skip to content

RomanDenysov/consentify

Repository files navigation

consentify

npm version npm downloads license TypeScript

Minimal, headless cookie consent management for modern web applications.

Packages

  • @consentify/core — Headless cookie consent SDK (TypeScript-first, SSR-safe, zero dependencies)
  • Future: @consentify/react, @consentify/next

Development

# Install dependencies
pnpm install

# Build all packages
pnpm -r build

# Build core only
pnpm -w --filter @consentify/core build

Publishing

CI 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.0

Support

If you find this project useful, consider supporting its development:

License

MIT © 2025 Roman Denysov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published