Blog
Announcements, updates, and writing from the VoidNote team.
How to share .env files securely with your team
Slack DMs, email, committed accidentally — every team has the .env problem. Here's a pattern where the credentials burn after delivery, leaving nothing behind to steal.
How to give Claude Code your secrets without exposing them
Claude Code needs API keys to do real work. Pasting them into context means they end up in logs, history, and config files. Here's the zero-knowledge pattern that fixes this.
Void Streams: encrypted live chat and a better way to give secrets to AI agents
A Void Stream is a live encrypted channel that self-destructs when it closes. Use it to chat securely between two devices — or to hand a bundle of environment variables to a coding agent that will never actually see the keys.
VoidNote SDKs are live — TypeScript, Python, and Go
Create and read self-destructing zero-knowledge notes from any script, pipeline, or AI agent. Zero-knowledge encryption still applies — plaintext never leaves your process.