VeilStream – prod-like data without the PII
# TL;DR We built VeilStream, a drop-in, read-only PostgreSQL proxy that strips, masks, or anonymizes sensitive values as queries stream through. In less than two minutes, you can put a proxy in front of a PostgreSQL database, whether hosted on your laptop, Neon, Supabase, or a cloud provider, and the user is able to start configuring filter rules. The use cases we're trying to solve are: - Production-like data in development environments - Improve incident handling by masking all data that is not relevant - Share a subset of your data - Protecting data being shipped into a data lake - Safe…
In plain words
VeilStream is a read-only PostgreSQL proxy that masks, strips, or anonymizes sensitive data as queries pass through. It deploys in minutes in front of any PostgreSQL database—local, Neon, Supabase, or cloud-hosted—and allows users to configure filtering rules via a web dashboard. The tool is designed for developers and teams who need production-like data in development environments, safer incident response, secure data sharing, and protected analytics dashboards without exposing personally identifiable information.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
# TL;DR We built VeilStream, a drop-in, read-only PostgreSQL proxy that strips, masks, or anonymizes sensitive values as queries stream through. In less than two minutes, you can put a proxy in front of a PostgreSQL database, whether hosted on your laptop, Neon, Supabase, or a cloud provider, and the user is able to start configuring filter rules. The use cases we're trying to solve are: - Production-like data in development environments - Improve incident handling by masking all data that is not relevant - Share a subset of your data - Protecting data being shipped into a data lake - Safe data to expose in internal tooling, metrics, or BI dashboards - Empower non-technical staff to vibe-code against sanitized data # How it fits in your stack - Role based policies: define masking rules in our web dashboard - The proxy picks up the configuration and starts applying rules automatically. ## You host it - it's a docker container, two environment variables: an api key, and the database URI connection ## We host it - Drop-in proxy: no code changes. Point your connection string at a new endpoint, that's it. # How it works (and how fast it is) Restructuring the query AST based on the config. AST rewrites depend on the text/structure of the query, not on how many rows the database eventually returns, so they are effectively O(1) with respect to result size. # Status & feedback wanted VeilStream is GA, but billing isn’t switched on yet so it's currently free at all tiers. We’d love your thoughts on: - throughput / latency in real workloads - Filter rules & DevX - weird edge-case queries (pg_dump, logical replication, etc.) I’ll be around all day to answer questions and dig into issues. # tagline Ship features with data you can trust and privacy you don't have to worry about.
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Launched alongside, June 2025
the whole month →- IM
Hey HN! Pilots everywhere are required to keep a logbook of all their flying hours, aircraft, airports, and so on. Since I track everything digitally (some people still just use paper logbooks!), I put together some data visualizations and a few 3D globes to show my flying history. This globe is probably my favourite so far: https://jameshard.ing/pilot/globes/all If you’ve got ideas for other graphs or ways to show this kind of data, I’d love to hear them!
Life & fun · 2025 · jameshard.ing

Stunning presentations with AI. No design skills required.
AI · 2025 · chroniclehq.com

Build native mobile apps for iOS and Android without code.
Dev tools · 2025 · bble.io

All your connections, across all your socials.
AI · 2025 · pally.com
- WC
I was the main contributor to workout.lol, an open-source fitness app to easily build a workout routine. The project had traction (1.4k GitHub stars, 95 forks, ~20K visits/month), but was eventually sold due to video licensing hurdles. The new owner stopped maintaining it, and the repo went abandoned. Over the next 9 months, I sent 15 emails to try to save it : no replies. Feature requests & issues were ignored. The community was left with a "broken" tool let's say. I couldn't just let it die So I built the new version from scratch with the same open-source spirit, but a better…
Dev tools · 2025 · github.com