This product was not featured by Product Hunt yet.
It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
Product upvotes vs the next 3
Product comments vs the next 3
Product upvote speed vs the next 3
Product upvotes and comments
Product vs the next 3
confish
Change a value. Don't redeploy.
Runtime configuration for bots, scripts, workers, and small apps. Define a typed schema, fetch values via official Go / JS / PHP / Python / Rust SDKs, push logs back up, and dispatch one-off actions from the dashboard. Change a value, your code picks it up - no redeploy.
About confish on Product Hunt
“Change a value. Don't redeploy.”
confish was submitted on Product Hunt and earned 5 upvotes and 1 comments, placing #58 on the daily leaderboard. Runtime configuration for bots, scripts, workers, and small apps. Define a typed schema, fetch values via official Go / JS / PHP / Python / Rust SDKs, push logs back up, and dispatch one-off actions from the dashboard. Change a value, your code picks it up - no redeploy.
On the analytics side, confish competes within API, Developer Tools and Product Hunt — topics that collectively have 681.7k followers on Product Hunt. The dashboard above tracks how confish performed against the three products that launched closest to it on the same day.
Who hunted confish?
confish was hunted by Gega Nizharadze. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
For a complete overview of confish including community comment highlights and product details, visit the product overview.


I automate things.
Bots, scrapers, scheduled jobs - I've got dozens of small things running in the background that quietly do useful work for me.
Sometimes I want to tweak something while it's running. A threshold. A toggle. A retry count. Some tiny number I should be able to change in a second, and ideally - AFK, on my phone.
After building tiny control panels for three different services, I decided to centralize it.
So https://confi.sh was born. You define a schema once - whatever fields your app needs. Then you spin up as many environments as you want (staging, prod, per-client, whatever). Same fields, different values. Your code hits one endpoint and gets typed config back.
It grew from there into the things I actually reached for day-to-day:
- Logs. Push entries from your script and read them in the dashboard.
- Webhooks. Your endpoint gets pinged when a value changes, no polling required.
- Actions. Dispatch remote commands to environments via long-poll. Flush a cache, restart workers, trigger custom logic, without exposing inbound endpoints.
- SDKs. Five hand-written ones: Go, JS, PHP, Python, Rust.
If your config story today is "I SSH in and edit a YAML file" or "I built a tiny admin panel for it," I'd love to hear whether confish would fix that - or where it falls short.
Bug reports, feature requests, naming gripes - all welcome. Thanks for taking a look 🙏