kourosh 2605ad6073
Test CI CD / test-job (push) Failing after 45s
v4 instead of v4
2026-08-10 00:13:59 +02:00
2026-08-10 00:13:59 +02:00
2026-08-10 00:10:11 +02:00

🍪 Kuki SaaS - Cookie Consent Solution

A lightweight, GDPR/CCPA compliant Cookie Consent banner widget, management dashboard, and backend API.


🚀 Features

  • Ultra-lightweight Client (kuki.js): Vanilla JS under 10KB with Shadow DOM isolation.
  • 🛡️ Privacy & Compliance: GDPR, CCPA, and ePrivacy directive ready.
  • 🐳 Dockerized Infrastructure: One-command startup using PostgreSQL and Redis.
  • Fast API: High-performance backend for consent logging and license verification.

🛠️ Project Structure

kuki-saas/
├── client/              # Lightweight embeddable JavaScript widget (kuki.js)
├── backend/             # Node.js / Go API for consent & user settings
├── docker-compose.yml   # Infrastructure setup (PostgreSQL, Redis)
└── README.md            # Documentation

⚙️ Quick Start (Development)

  1. Clone the repository
git clone [https://github.com/YOUR_USERNAME/kuki-saas.git](https://github.com/YOUR_USERNAME/kuki-saas.git)
cd kuki-saas
  1. Start Services with Docker
docker compose up -d
  1. Verify Containers
docker ps

📝 License

Proprietary - All rights reserved.

S
Description
A lightweight, GDPR/CCPA compliant Cookie Consent banner widget, management dashboard, and backend API.
Readme
68 KiB
Languages
Caddyfile 100%