nowfound

Alternatives

Products that do what De-clutter your VS Code experience does

I built this tool a couple days ago to temporarily hide your prints & comments. I wanted to focus on the core logic without having to constantly delete/add prints and comments. Lmk if you like it ;)

  1. 1

    A place for developers to save & share code snippets.

    2015

  2. 2IB
  3. 3EC

    I participated in the Nvidia + Vercel 2 hour hackathon in SF tonight, and built something I've wanted, but hadn't tried building. I implemented an MCP Server and VS Code extension to allow Claude Desktop to place breakpoints, step through code, and execute expressions (assuming language support). So you can ask it a question that requires actually stepping through the code and now it can actually do that - check values for you, etc. It's _definitely_ not perfect. Have improvements? Please make a PR!

    2025 · github.com

  4. 4DA

    I'd like to share a new workbench I've been working on called DiffCAD. Coming from a software engineering background, not having the ability to properly diff my CAD model changes was driving me crazy. This project scratches my own itch, and maybe someone elses', too! I'm open to feedback, ideas, and contributions. Cheers!

    May 2026 · github.com

  5. 5IB

    The main goal of this was to be able to not just run multiple Claude Code sessions at once, but actually manage them and keep track of what I was doing. Sometimes this is multiple attempts on the same task, sometimes I work several tasks at once. Really I was just sick of twiddling my thumbs waiting for the coding agent to finish, and I wanted it to be easy to work on/review/test another change while I waited.

    2025 · github.com

  6. 6IL

    VSCode was my daily driver for years, but once I started running several coding agents across multiple projects at the same time, it got in the way. One workspace with terminals in the bottom tray, no idea which agent was doing what and I found myself needing all the code editing tools less and less. So I built my own IDE around that workflow. Terminals are a first-class citizen, every project stays alive in the background with visual statuses. Close the workspace and come back weeks later, everything is still in its place. I've been using it for weeks and it's a big productivity boost. The…

    Jul 2026 · github.com

  7. 7E

    Hello everyone, A couple of months ago I was introduced to Excalidraw and fell in love with it instantly. The only thing I didn't like was that I couldn't easily save my whiteboards and had to put everything in one whiteboard which started to lag my PC after a while. So I made ExcaliHub. It's exactly as it sounds: a hub for Excalidraw. It's free, open source, and I aim to keep it that way. Thanks in advance for any feedback!

    2024 · excalihub.dev

  8. 8MP

    My weekly(ish) video logs tracking my progress of building a completely sound statically typed language and structural editor. The motivation is to make lots of invalid programs unrepresentable.

    2022 · petersaxton.uk

  9. 9IB

    Fully leaned into vibe coding this time around. Started on v0, at some point ejected into running locally (getting v0's exported folder to run locally was a challenge), then iterated with Cursor over the course of a few hours. Really neat how much can be accomplished just conversationally these days.

    2025 · macrodata-refinement.arjit.me

  10. 10VN

    I got the idea of [mindmap.so](http://mindmap.so/) out of my own frustration of managing my personal notes in Notion and Miro in parallel. I have built it 3 months back on top of excalidraw, posted it in Reddit a couple of times, and never looked back (was using it only for personal use). Little did I know that the small and nimble tool that I created has crossed 2000+ users (was so surprised when I saw the dashboard last week). It was all organic and word of mouth . Having 2000+ users trusting a product is no easy feat. That’s when I thought may be I should put some more…

    2024 · mindmap.so

  11. 11CO

    First tutorial to date. Writing your first C program, includes a link at the bottom with a detailed look at printf() as optional reading. I would love some feedback, as I intend writing up a lot of dev articles for people to learn from : www.xanthu.com/first-c-program

    2013

  12. 12TU
  13. 13DA
  14. 14DM

    I have been coding over four decades, in many languages, on many projects (including Firefox, Final Cut Pro, the Newton, and Fullwrite Professional if you can remember that far back; all these using my "dead-name"). I wrote something small and simple to scratch an itch. It's the UNIX philosophy: small "one-trick ponies", each *really* good at their one trick, then the user can hook them together to solve actual problems. I'm a CLI guy, and for almost everything, I already have this. But not for debugging. The itch I scratched was the connector that enables this philosophy for debugging. That…

    Jun 2026

  15. 15NT

    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

  16. 16IB

    I’ve spent the last 2.5 months building a product that runs LLM-powered code reviews on my pull requests — and I just launched it. The tool is built specifically for solo developers. You install it on your repo, trigger a scan by creating a pull request, and it leaves structured review comments using OpenAI under the hood. Funnily enough, I used the dev version of this app to review its own pull requests while building it. It helped me spot bugs, simplify structure, and keep quality high — all with minimal need for another human in the loop. Things I want to try out in the next months : -…

    2025 · codii.dev

  17. 17IM

    I am excited to introduce my solo project, a platform built with the frontend development community in mind. It's an interactive environment aimed at refining debugging skills through exposure to real-world bugs. This project stems from the need for a hands-on, practical method of learning to debug. The site features a variety of intentional bugs for users to solve, mirroring the types of challenges faced in professional settings. Over the coming weeks, I will be adding many more exercises and new features to enhance your learning experience further. Check out CodeMender at…

    2024 · codemender.io

  18. 18IB
  19. 19II

    I can't say "I created a tool" because obviously I only had an idea, then asked Cursor to implement it and 15 minutes later it was ready ;) Often I found I was manually replacing em dashes with hyphens in AI-generated text before I use them in copy, PR descriptions etc. It still feels like a shame to flare the text "you wrote" was not really human made. To automate these removals, here it is: super tiny online page. I made it for myself, but whoever wants, you can use it as well. I am not going to monetize it or promote more than this post.

    May 2026 · undsh.com

  20. 20IB

    Hi everyone, I built this project to solve a problem I personally struggled with — using too many tools and losing focus. The idea is simple: Instead of adding more tools, reduce them and focus on what actually matters. This is still early, and I’d love your feedback. https://toolrelief.com/

    Apr 2026

  21. 21C6

    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

  22. 22IT

    Hi! This is a version 2.0 2x Context window 7-8x Faster Less hallucinations :)

    2025 · shortcutbuilder.com

  23. 23IB

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