Alternatives
Products that do what VeilStream – Per-Branch Preview Environments does
# Show HN: VeilStream - Per-Branch Preview Environments ## Optionally with sanitized production data I've been building VeilStream to solve a problem I kept running into: Rigorous evaluation of changes, such that they won't break production is hard. Staging is shared and often broken. Pulling to local setups are a pain. So PRs get a quick code skim and a "LGTM." VeilStream spins up isolated preview environments from your `docker-compose.yml`, (optionally) complete with a sanitized snapshot of your production database. ## What happens when you open PR #247 1. GitHub webhook hits our API 2. We…
- 1

- 2PE
2023 · codepreview.io
- 3

- 4LG
Hi HN! This is Assaf, Matan, and Yshay from https://livecycle.io/ Livecycle enables dev teams to collaborate and comment in context, on top of any preview environment. Using Livecycle, developers get clear feedback earlier in the release cycle leading to higher-quality products, a faster release cadence, and fewer context switches and misunderstandings. Livecycle builds and pushes a dev-like environment for every branch in your repo (or, if you prefer, you can bring your own environments). Any containerized application will work, and support for multiple containers via…
2023 · livecycle.io
- 5AK
I'm a software engineer who keeps getting pulled into DevOps no matter how hard I try to escape it. I recently moved into a Lead DevOps Engineer role writing tooling to automate a lot of the pain away. On my own time outside of work, I built Artifact Keeper — a self-hosted artifact registry that supports 45+ package formats. Security scanning, SSO, replication, WASM plugins — it's all in the MIT-licensed release. No enterprise tier. No feature gates. No surprise invoices. Your package managers — pip, npm, docker, cargo, helm, go, all of them — talk directly to it using their native…
Feb 2026 · github.com
- 6LO
Hi HN, we're Lucas and Lucas, the authors of Layerform (https://github.com/ergomake/layerform). Layerform is an open-source tool for setting up development environments using plain .tf files. We allow each engineer to create their own "staging" environment and reuse infrastructure. Whenever engineers run layerform spawn, we use plain .tf files to give them their own "staging" environment that looks just like production. Many teams have a single (or too few) staging environments, which developers have to queue to use. This is particularly a problem when a system is large,…
2023 · github.com
- 7

- 8

- 9

- 10CC
Chunk co-founder here. We spent the last 2 weeks building this to scratch our own itch: As developers, we often have problems that could be solved just by running a few lines of code. Sometimes, running this code on your local machine is fine. But other time, the code need to run automatically reacting to external events or to run continuously, which means, it needs to run on a server somewhere. So now, you have to find a cloud provider, to package or build the code and finally to deploy it. All of that for what could be literally be 4 lines of code. We couldn’t find an easier way to do…
2022 · chunk.run
- 11

- 12SV
Hi HN, I've been waiting to post what I've been working on for a few weeks now:) Today we're launching LayerVault, which is a version control system made for designers. The URL is http://www.layervault.com LayerVault keeps track of what you're working on without adding extra steps to your process. The app runs in your toolbar and tracks changes you make to your files. Basically — each time you create or modify a file you’re working on, LayerVault saves a copy. You can then login, flip through its versions, and download a version from a few weeks ago. It's pretty neat — and we’ve built some…
2011
- 13HS
Coding agents made everything feel fast again - except managing release binaries. Operations like these should be real commands you can run from your terminal: - "Deploy the login fix to staging" - "What's the functional difference between production and staging?" - "Notify me when any security fix hits production" - "Promote Jen's last changes to staging" - "Share the new beta API SDK with the partners at Acme" That's what Fly does. Every time a CI run pushes artifacts to the Fly Registry, it creates a release - including the binaries produced, an AI-generated summary, captured…
Apr 2026 · jfrog.com
- 14AT
Hi HN! I’ve been running GitHub Actions workflows for a while, and when GitHub announced the new ubuntu-slim runners as a cheaper alternative to ubuntu-latest, I wanted to migrate—but figuring out which workflows are safe to switch turned out to be surprisingly tedious. You need to check for Docker usage, services, containers, step failures due to missing packages, and whether jobs rely on tools not available in the slim image. So I built gh-slimify, a GitHub CLI extension that automates all of this. It scans your repository, detects which jobs can be migrated, flags incompatible patterns,…
Nov 2025 · github.com
- 15IS
Hey all, I'm working on a tool to make staging environments more accessible to software development teams - https://deploykumo.com. Here's a blog post describing it in more detail: https://reading.supply/post/10410725-30a6-41d3-aa3b-45568f32.... Let me know what you all think.
2019
- 16GP
We've build a front-end dev tools platform called Livecycle - https://livecycle.io/. Livecycle lets dev teams review code faster by enabling them to collaborating on top of ephemeral environments. Livecycle creates a live preview environment "playground" for every PR. Collaborators (both technical and non-technical) can join the playground, review and leave comments on top of the preview environment itself. Comments are also synced to Git, making the code reviews faster and feedback clearer. And since all reviews (even the less-technical ones) are done instantly and…
2022
- 17SV
It works on my machine" is still the most common deployment bug I kept running into the same stupid deployment issue. Everything works locally. Tests pass. I deploy. Production crashes. After digging through logs for an hour the problem ends up being something simple like: • a missing environment variable • something added to .env.example but not to .env • a config mismatch between environments The most common one for me was forgetting to add a variable locally after adding it to .env.example. So I built a small tool to catch this instantly. It compares .env and .env.example and tells you if…
Mar 2026 · npmjs.com
- 18BC
Hey HN, I'm Fedor (solo founder). After ~20 years of watching devs fight Git, I'm building Branching. Branching streams your local edits to teammates in real time - no manual push/pull. It's Git-compatible and works offline. Why you might care - Teams see each other's changes instantly instead of in PR-sized batches - Conflicts surface ASAP while context is fresh (LLM-assisted merge is experimental, off by default) - Same GitHub remote, so no migration Ships today - VSCode extension + desktop app (macOS / Windows / Linux) - 3 small product teams have been using it for 1–6…
2025 · branching.app
- 19

- 20

Self-Hosted LLM Code Review Agent with a single Docker Image - seoes/proval
10d ago · github.com
- 21SL
Hey everyone! I'm Zevi and I'm sharing a new Docker-for-Desktop Extension that my team built to help dev teams collaborate and review changes faster. Usually it takes a long time for developers to get their changes reviewed since they need to wait for CI builds or staging environments to share their work with the rest of the team. We built this Docker extension to solve that problem. Developers avoid the delays by creating a secure, shareable tunnel to their local environment as soon as their code is ready to be reviewed. Ongoing code changes are also available in real time, without needing…
2023 · hub.docker.com
- 22NT
I built a CLI tool that turns codebases and PRs into diagrams so you can quickly understand how things fit together. Originally made it because I couldn't follow my own AI-generated repos. Just shipped a big update: - Switched from D2 to Mermaid for rendering - Tree-sitter AST parsing + agentic flow instead of raw LLM calls. ~50x faster. - Works on any GitHub repo or PR, not just local - Dropped the web frontend, it's just a CLI now - Published as a pip package Still a ton to improve and I'm building fast. Feedback, issues, PRs all welcome.
Feb 2026 · github.com
- 23

All status line renderings are captured from live sandbox containers under various scenarios. Anyone can submit a status line, and each one is manually reviewed before approval. Source: https://github.com/NathanAB/statuslin.es Enjoy!
20d ago · statuslin.es
- 24PP
2023 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →