nowfound

Alternatives

Products that do what Some of my tools, may be usable for you does

Hey everyone! I’ve developed a few tools that I wanted to share with the community: https://clipush.deno.dev A simple way to send web push notifications using cURL, making the process much easier to integrate into your workflow. (An experiment for personal usage.) https://request-bin.deno.dev A tool that acts as a real-time HTTP request debugger with SSE logging to track and analyze requests efficiently. (Created after requestb.in introduced limits on free accounts. Personally used for testing webhooks.) https://lock-states.deno.dev A service to manage lock…

  1. 1
    DevUtils197

    Developer utilities for macOS

    2020

  2. 2
    Deveo101

    Free private code hosting for Git, Mercurial, & SVN

    2016

  3. 3RM

    Hello HN! Being a software engineer and an SEO guy I wrote a heap of tools and scripts to make my life easier. Now I've decided to share some of them with the community, and made a small site where I will be publishing them. They are all completely free (yes, free forever) and you don't even need to sign up for the site. Just use the thing as you like, no limits. Currently you can access 4 instruments: - Backlink retriever - Thin/weak content analyzer - Traffic trend analysis - Visitor list retriever I am planning on releasing more free tools with time, and trying to stay original by…

    2018

  4. 4IG

    Hey HN, For years, my local development setup has been a fragile mess of tools that never quite played nicely together. On my mac, it was a constant battle with Homebrew services starting (or not starting) on boot, conflicting PHP and Node versions managed by `asdf` or `nvm`, and a collection of `docker-compose.yml` files that I'd copy-paste and tweak for every single project. The cognitive load was just too high. Setting up SSL was another chore involving `mkcert`. Sharing a quick demo with a colleague meant firing up ngrok. And if I wanted to run two projects that needed different versions…

    Oct 2025 · servbay.com

  5. 5OS

    I got tired of collecting open source projects in my chrome bookmarks so I decided to compile a curated list of: - Recently active projects on GitHub - Mostly dev tools (but also productivity, analytics) - Projects which are "Alternative to X software" My bookmarks are finally empty:D If you have a great open source tool you use, I'd be glad to hear your suggestions. Also, any feedback is greatly appreciated.

    2025 · alternativeoss.com

  6. 6C6

    Hey there, I'm a solo dev behind KewlTools. So I'm one of those people who like to build their own tools/utilities whenever they a) want to get something done, or b) want to learn something. c) don't want to spend ages finding a utilty and going through walls of ads. I gradually built 66 tools, all free, fast, ad-free, and zero login. I (and my family/friends) use these daily, so thought some of you will find it useful! Any suggestions, improving current tools or adding new ones, please let me know.

    2025 · kewltools.com

  7. 7OS

    Hey HN, wanted to share a new collection of dev utilities that are ad-free, client-side (nothing leaves your device), with a command+k menu for fast search. github.com/jamdotdev/jam-dev-utilities Why? The sites we use every day for data conversion (e.g. PNG to data URI) are cluttered with ads, one of those mildly annoying things engineers deal with while writing code. This came up at a recent team dinner, and we got interested in creating nicer, modern, uncluttered versions of these tools. Since then, every time we needed a util, we added it to our stack. Lots more tools still to…

    2024

  8. 8IB

    I’ve always liked fast online tools for jotting notes or organizing thoughts — but most “productivity” sites either save data to the cloud, require sign-ups, or are full of distractions. So I built an online productivity tools website, a small collection of browser-based tools. It includes an online notepad where you can write and save notes right in your browser, a cornell notes tool available in more than 20 languages, and more coming soon like a pomodoro timer and a simple blank page for focused writing. Everything works entirely in-browser using localStorage — no accounts, no cloud sync,…

    Oct 2025 · onlinenotep.ad

  9. 9

    Dozens of CLI tools executed by curl, no signup required

    Jul 2026 · curlhub.sh

  10. 10IB

    I finally got fed up with making work + personal Git repos work on my machine. Ever clone a work repository and accidentally make commits using your personal email? Or forget how to make your work repos use your work SSH key? Yeah... same. So I built the tool I've always wanted. GitPersona - a CLI tool for managing many git profiles on a single machine. Shoutout to my boy Codex for helping me finally ship this.

    Mar 2026 · github.com

  11. 11IM
  12. 12

    Debug Smarter. Fix Faster.

    Jun 2026 · balou.tools

  13. 13

    17 dev tools, one URL, all client-side

    Jul 2026 · usedevdash.dev

  14. 14AC

    I have collected some of the front-end development tools that I use on a regular basis (and on not so regular basis). This list is still a work in progress and I would love any contributions to it. If you want to contribute just head over to https://github.com/KarlHerler/front-end-tools where you will find the entire source. If you find something that looks wrong but dont want to fix it you can head over to https://github.com/KarlHerler/front-end-tools/issues and submit a bug :P

    2011 · karlherler.github.com

  15. 15IM

    Hi HN! I've created [UFreeTools](https://www.ufreetools.com/), a collection of developer utilities (60+ tools and growing) that's completely free, ad-free, and runs entirely in the browser. No data leaves your device - everything is processed locally. ## Background As a developer, I found myself constantly searching for simple utilities like JSON formatters, UUID generators, and color pickers. Most existing options were cluttered with ads, required sign-ups, or sent data to servers. I wanted clean, fast tools that respected privacy. So I built UFreeTools as a modern SPA using…

    2025 · ufreetools.com

  16. 16

    1000+ free browser tools. No login, no limits, ever

    Jun 2026 · devhive.tools

  17. 17

    45 free browser-based tools for developers and sysadmins

    Jul 2026 · tools.stackfreeks.com

  18. 18

    10 free browser-based dev tools. No tracking.

    May 2026 · devtoolkit-tau.vercel.app

  19. 19IC

    Tired of bloated installers and complex DevOps pipelines? I built PPORT — a terminal-based messenger — to demo a crazy simple idea: 1. Instant CLI delivery over HTTP 2. Just curl or irm, nothing else 3. TypeScript on the fly via Deno 4. Live deployment without Docker or builds How it works: Visit https://pport.top Run one command (curl -fsSL pport.top | sh) PPORT streams scripts and source files dynamically based on your client (curl, browser, Deno) No packaging. No compiling. No friction. Source on GitHub: https://github.com/vseplet/pport Curious what else…

    2025 · pport.top

  20. 20IB

    Logging and tools like Sentry are a thing of the past. A while back on a night out in northern Norway, I had to start debugging a critical production bug that broke the payment flow of my SaaS product. I had limited time to fix the bug or I would have lost about ~1K profit. Super stressful. I had logging and Sentry in place, but neither helped me reproduce or find the root cause of the bug. Ever since, I started thinking; why can’t we just have a tool that you setup once, and that allows us to reproduce every function call and function that the user ran before the bug? This is how the idea…

    2023 · useflytrap.com

  21. 21
    DevToo2

    Developer tools that run entirely in your browser

    Jun 2026 · devworkbench.tools

  22. 22

    Every developer tool, one keystroke away

    Aug 2026 · devhub.flinkeo.online

  23. 23

    Online Developer Tools

    Jun 2026 · devtoolsstack.com

  24. 24

    All-in-one toolkit for modern developers

    May 2026 · toolshub-lake.vercel.app

Ranked by how close each launch is in meaning, then by votes. Refine with a description →