Launched this week
TokenVeil
Self-hosted AI proxy. Your data never leaves your network.
10 followers
Self-hosted AI proxy. Your data never leaves your network.
10 followers
TokenVeil is a self-hosted proxy that replaces sensitive data with tokens before your prompt reaches Claude, ChatGPT, Gemini or Mistral, then restores the real values in the response. Your team keeps the AI they want. The real data never crosses the network. Docker, 2-minute setup, 8 AI providers.

Docker setup was genuinely painless, took about three minutes including the SSL stuff. Surprised how cleanly it handles the round-trip token swap without breaking chat formatting.
@beratzgll Thanks Berat. The round-trip was genuinely the hard part. Detecting is the easy 80%; putting the real values back without mangling markdown, code blocks or the token positions in the model's answer is where most redaction tools give up (they just strip and never restore). Same value always maps to the same token, so relationships survive too. You sound like you'd break it in interesting ways, so if you find a case where the swap breaks formatting, that's exactly the bug report I want.
docker setup was genuinely painless, had it routing through Claude in about three minutes. The fact that real customer data never leaves our infra is the kind of thing legal will actually get excited about.
@sinan108042 Thanks Sinan, three minutes to Claude is exactly what I was going for. And you put your finger on the real selling point: the legal/compliance angle is usually what unblocks these deals internally. That's why there's a full RGPD dossier and a public reproducible benchmark, not just a "trust me". If your legal team wants to poke at it, the compliance page is on tokenveil.eu. Curious, what's the use case on your side?