Skip to content

Overview

BitDrip is a self-hosted privacy protection platform for organisations that use AI services. It intercepts prompts before they reach external AI APIs and enforces your data-handling policies in real time.

Architecture

Your Team

    ├─── Browser Extension ──► Web AI (ChatGPT, Claude, Gemini)
    │         ↓ policy check     ↑ blocked before sending
    │    Policy Engine ◄─────────┘
    │         │
    └─── API Gateway ──────────► Programmatic AI calls

          Admin Dashboard

All components run inside your infrastructure. The Policy Engine is the single decision point — every other component checks with it before content is transmitted.

Components

Policy Engine

The core service. Evaluates content against detection rules; returns block/warn/log decisions. Backed by PostgreSQL for audit storage and Redis for rule caching. Exposes a REST API at /api/v1.

API Gateway

Transparent HTTP proxy. Drop it in front of your OpenAI/Anthropic calls — it forwards requests through the Policy Engine before they reach the upstream API.

Admin Dashboard

React web application. Manage users, configure policies, generate compliance reports, and view the immutable audit log.

Browser Extension

Manifest V3 Chrome/Firefox/Edge extension. Injects content scripts into AI service pages and calls the Policy Engine before form submission.

Note: Safari is not currently supported. The extension is not published to browser stores — it is distributed in your BitDrip download bundle for enterprise deployment.

Tiers

TierPriceUsersNotes
CommunityFree forever10No credit card required
Starter$1,500 / year50
Professional$5,000 / year250
EnterpriseContact usUnlimitedCustom SLA, dedicated support

Register and download →

Released under the BitDrip Commercial License.