frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Safelaunch – Validates your environment before you push to production

https://www.npmjs.com/package/safelaunch
6•karthicedricq•3d ago
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 something required is missing before deployment. Example output: deploycheck running...

Missing variables: - DATABASE_URL - REDIS_URL

Fix the issues above before deployment. The idea is basically a spell checker for backend configuration mistakes. Instead of finding out after deploy, it catches the issue while you're still working. Right now it can: • detect missing environment variables • run locally as a CLI • run in CI as a check before deployment I’m trying to figure out if this is actually useful outside my own workflow. Curious if others run into this problem as often as I do.

Comments

whydothis456•1h ago
Every application I've ever built has always had an environment parser implemented that runs on application startup - it's fairly trivial whether using a Pydantic Config class or an environment/config parsing class in whatever language you're using.

Comparing .env to .env.example seems brittle and not very useful.

Show HN: Safelaunch – Validates your environment before you push to production

https://www.npmjs.com/package/safelaunch
6•karthicedricq•3d ago•1 comments

Show HN: What's my JND? – a colour guessing game

https://www.keithcirkel.co.uk/whats-my-jnd/?r=ARUjKP__-ve-
40•Keithamus•20h ago•36 comments

Show HN: Joha – a free browser-based drawing playground with preset shape tools

https://joha-app.pages.dev/
10•smlee•2d ago•1 comments

Show HN: CryptoFlora – Visualize SHA256 to a flower using Rose curves

https://crypto-flora.tonytonyjan.net/
2•tonytonyjan•2h ago•0 comments

Show HN: How I topped the HuggingFace open LLM leaderboard on two gaming GPUs

https://dnhkng.github.io/posts/rys/
368•dnhkng•17h ago•95 comments

Show HN: Modulus – Cross-repository knowledge orchestration for coding agents

https://modulus.so
10•dasubhajit•11h ago•4 comments

Show HN: Ash, an Agent Sandbox for Mac

https://ashell.dev
8•amsha•15h ago•8 comments

Show HN: DD Photos – open-source photo album site generator (Go and SvelteKit)

https://github.com/dougdonohoe/ddphotos
60•dougdonohoe•17h ago•18 comments

Show HN: Claude Code Token Elo

https://www.clauderank.com
7•ymaws•1d ago•5 comments

Show HN: I Was Here – Draw on street view, others can find your drawings

https://washere.live
60•mrktsm__•1d ago•44 comments

Show HN: Readhn – AI-Native Hacker News MCP Server (Discover, Trust, Understand)

https://github.com/xodn348/readhn
2•xodn348•5h ago•1 comments

Show HN: 2D RPG base game client recreated in modern HTML5 game engine with AI

https://github.com/ErkoKnoll/helbreath-base-game
5•erkok•10h ago•2 comments

Show HN: A modern React onboarding tour library

https://github.com/btahir/react-tourlight
11•bilater•14h ago•2 comments

Show HN: The Mog Programming Language

https://moglang.org
162•belisarius222•1d ago•76 comments

Show HN: A playable version of the Claude Code Terraform destroy incident

https://www.youbrokeprod.com
22•cdnsteve•15h ago•8 comments

Show HN: Remotely use my guitar tuner

https://realtuner.online/
248•smith-kyle•4d ago•59 comments

Show HN: A retention mechanic for learning that isn't Duolingo manipulation?

https://www.dailylabs.co/
6•aidanadd•1d ago•4 comments

Show HN: Satellite imagery object detection using text prompts

https://www.useful-ai-tools.com/tools/satellite-analysis-demo/
7•eyasu6464•1d ago•2 comments

Show HN: DenchClaw – Local CRM on Top of OpenClaw

https://github.com/DenchHQ/DenchClaw
139•kumar_abhirup•1d ago•124 comments

Show HN: VS Code Agent Kanban: Task Management for the AI-Assisted Developer

https://www.appsoftware.com/blog/introducing-vs-code-agent-kanban-task-management-for-the-ai-assi...
93•gbro3n•1d ago•50 comments

Show HN: Draxl, agent-native source code with stable AST node IDs

https://github.com/draxl-org/draxl
4•rndhouse•9h ago•0 comments

Show HN: KaraMagic – automatic karaoke video maker

https://karamagic.com/
2•godot•10h ago•0 comments

Show HN: Skir – like Protocol Buffer but better

https://skir.build/
111•gepheum•2d ago•65 comments

Show HN: Don't share code. Share the prompt

https://openprompthub.com/#
2•jacomoRodriguez•11h ago•1 comments

Show HN: I built a real-time OSINT dashboard pulling 15 live global feeds

https://github.com/BigBodyCobain/Shadowbroker
304•vancecookcobxin•2d ago•120 comments

Show HN: Hopalong Attractor. An old classic with a new perspective in 3D

https://github.com/ratwolfzero/hopalong_python
23•ratwolf•4d ago•2 comments

SHOW HN: A usage circuit breaker for Cloudflare Workers

17•ethan_zhao•17h ago•7 comments

Show HN: I built a site where strangers leave kind voice notes for each other

https://kindvoicenotes.com
57•thepaulthomson•2d ago•38 comments

Show HN: Agentic Data Analysis with Claude Code

https://rubenflamshepherd.com/articles/2026-03-09-agentic-data-analysis-with-claude-code
5•rubenflamshep•13h ago•0 comments

Show HN: Eyot, A programming language where the GPU is just another thread

https://cowleyforniastudios.com/2026/03/08/announcing-eyot/
78•steeleduncan•2d ago•18 comments