How It Works Features Pricing FAQ Blog Get Protected
For Developers

Developer Streaming Tools
That Protect Your Secrets

Coding tutorials. Pair programming. Conference demos. Tech interviews. Every time you share your screen, your secrets are at risk. StreamBlur fixes that.

Get StreamBlur Free See Use Cases

Detects 50+ secret formats. Zero configuration.

Protects secrets across the platforms you use:

YouTube & Twitter/X are free. Discord, Twitch & GitHub require PRO. More platforms coming soon.

Every Developer Screen Share, Protected

Coding Tutorials

Recording a YouTube tutorial or course? StreamBlur ensures you can show real code without accidentally including your actual API keys in the video.

Protected: AWS keys in .env, database URIs, OAuth secrets

Pair Programming

Screen sharing with colleagues via VS Code Live Share, Tuple, or Zoom? Keep your personal credentials private while collaborating.

Protected: GitHub tokens, npm auth, Heroku API keys

Conference Talks & Demos

Live coding at a meetup or conference? Present with confidence knowing that if you accidentally open the wrong file, you're protected.

Protected: Service tokens, webhook URLs, test credentials

Technical Interviews

Showing portfolio projects or doing live coding in interviews? Don't let interviewers see production credentials from your side projects.

Protected: Cloud console keys, database passwords, JWT secrets

Live Coding Streams

Streaming on Twitch or YouTube? Stream Mode keeps your secrets blurred while you code in front of your audience.

Protected: All 50+ patterns, automatically

Support & Debugging

Walking a client through their setup? Debugging with a colleague over Zoom? Share your screen without revealing your own credentials.

Protected: API dashboards, admin panels, config pages

What StreamBlur Protects

Real examples of secrets that get automatically blurred

.env Environment Variables
# Database
DATABASE_URL=████████████████████████████
REDIS_URL=████████████████████████████

# API Keys
OPENAI_API_KEY=████████████████████████████
STRIPE_SECRET_KEY=████████████████████████████

# App Config (visible)
NODE_ENV=development
PORT=3000
config.js JavaScript
const config = {
  firebase: {
    apiKey: "████████████████████",
    projectId: "myapp-12345"
  },
  stripe: {
    publishableKey: "pk_live_...",
    secretKey: "████████████████████"
  }
};
Terminal Output Shell
$ heroku config
=== myapp Config Vars
DATABASE_URL:  ████████████████████████████
GITHUB_TOKEN:  ████████████████████████████
SECRET_KEY:    ████████████████████████████
APP_NAME:      myapp-production

StreamBlur uses pattern recognition to identify secrets. Non-sensitive values like port numbers and app names remain visible.

Fits Your Development Workflow

1

Install Once

Add StreamBlur to Chrome. Takes 10 seconds, no configuration required.

2

Code Normally

StreamBlur runs quietly in the background. No changes to your workflow.

3

Share Safely

When you share your screen, secrets are automatically blurred.

Comprehensive Browser Coverage

StreamBlur protects browser-based dev tools where secrets often appear

Cloud Consoles

AWS Console, GCP Console, Azure Portal, DigitalOcean, Vercel, Netlify - wherever you manage your infrastructure.

API Documentation

Stripe Dashboard, Twilio Console, SendGrid, OpenAI Playground - showing docs without showing your keys.

GitHub & GitLab

Settings pages, personal access tokens, webhook configurations, secrets management.

Database UIs

MongoDB Atlas, PlanetScale, Supabase, Firebase Console - connection strings and admin keys protected.

Why Browser-Level Protection Matters

IDE extensions only protect your editor. StreamBlur protects everywhere secrets appear in Chrome.

Without StreamBlur

  • Cloud console API keys visible
  • Documentation pages expose test keys
  • Browser dev tools show auth headers
  • Config management UIs reveal secrets
  • Email/Slack messages with creds visible

With StreamBlur

  • All browser content protected
  • 50+ secret patterns detected
  • Works across all tabs automatically
  • No per-site configuration needed
  • One toggle protects everything

Join Early Adopters

Be among the first to review StreamBlur

We launched recently and are building our reputation one review at a time. Try StreamBlur and share your experience.

Leave a Review on Chrome Web Store

StreamBlur for Teams

Engineering teams doing demos, training, or remote pair programming can deploy StreamBlur across the organization.

  • Centralized team management
  • Shared custom pattern definitions
  • Usage analytics (opt-in)
  • Priority support
View Team Pricing

Developer FAQ

Does StreamBlur work with VS Code or terminal applications?

StreamBlur is a Chrome extension, so it protects browser-based content. For VS Code, we recommend using its built-in settings to exclude sensitive patterns from the workspace. For terminal, consider using tools like direnv with .envrc files. We're exploring broader coverage for future versions.

Can I add custom patterns for my company's secret format?

Yes! Pro users can define custom regex patterns for proprietary credentials. This is especially useful for internal tokens, legacy systems, or custom authentication schemes your team uses.

Is any data sent to StreamBlur's servers?

No. All detection and blurring happens locally in your browser. Your credentials never leave your machine. We couldn't see them even if we wanted to. See our privacy architecture page for technical details.

Does it slow down my browser?

Nope. StreamBlur uses efficient CSS-based blur filters and lightweight pattern matching. Performance impact is negligible - we're talking single-digit milliseconds of processing per page load.

Can I temporarily disable protection to show a key?

Yes. Toggle Stream Mode off (keyboard shortcut: Alt+Shift+S), show what you need, then toggle it back on. The blur can also be clicked to temporarily reveal content (while not in Stream Mode).

What about false positives?

Our patterns are designed to minimize false positives while catching real secrets. If something is incorrectly blurred, you can add it to an allowlist. If we're missing a secret format, let us know and we'll add it.

More questions? Check our full FAQ or open an issue on GitHub.

Start Protecting Your Secrets Today

Join thousands of developers who share their screen without sharing their credentials.

Get StreamBlur Free Technical Deep-Dive

Free tier includes full protection. No credit card required.