π οΈ All DevTools
Showing 2181–2200 of 2551 tools
Last Updated
December 03, 2025 at 04:00 PM
Maestro Studio Desktop Beta
Product Hunt[Testing] Run mobile & web tests in minutes with a desktop app All-in-one desktop app to automate testing for mobile & web apps β no CLI, no IDE setup. Create, run & scale tests in minutes. Built on the open-source Maestro framework. Free to use. For devs & non-tech teammates.
CopyMagic
Product Hunt[Other] Smartest clipboard manager for macOS CopyMagic is a smart clipboard manager for macOS that supports semantic queries and intelligent clipboard management.
PitchGrid
Product Hunt[Other] Sports video analysis made simple Synchronized video analysis for sports coaches and athletes. Sync, analyze, and improve performance with frame-perfect precision using just your smartphone.
Untitled UI React
Product Hunt[Other] Open-source React components. Just copy, paste, and build. Untitled UI React is the worldβs largest collection of open-source React components built with Tailwind CSS and React Aria. Skip months of design and development with everything you need to design and develop modern UI. Just copy, paste, and build.
Iris SaaS Kit
Product Hunt[Other] The SaaS starter that's actually batteries included Iris SaaS Kit is a fullstack boilerplate for multi-tenant SaaS apps with Convex DB, Stripe billing, a super admin panel, and clean architecture for AI-assisted dev. Build B2B SaaS or client dashboards fast. Try the demo: saaskitdemo.iristech.my
Uncursor
Product Hunt[Other] Build Apps and Websites with AI. On iOS, Android, & the Web A vibe coding platform that allows you to build from anywhere. Use natural language and our AI agent will create apps and websites and deploy them live to the web in seconds.
Bennu Agent β Screw Prompts, Run Infra
Product Hunt[DevOps] AI agent that automates infra without hallucinating Bennu is the first zero-hallucination AI agent that automates DevOps and infrastructure workflows using real, pre-approved functions. No fake code, no prompts β just trusted execution. Works offline, runs on any system, and speaks your language (literally).
Semantic HTML Pattern Generator
Product Hunt[Other] Create accessible HTML patterns instantly Generate semantic HTML patterns without the stress. This beginner-friendly tool creates clean, accessible code from simple form inputs. Live preview, instant copy, and follows web standards - perfect for any skill level
ADK-TS
Product Hunt[Other] Build smart, tool-using agents in just one line Comprehensive framework for building sophisticated AI agents with multi-LLM support, advanced tool integration, memory systems, and flexible conversation flows.
Securable
Product Hunt[Testing] Secure your vibe coded applications Comprehensive end-to-end testing for your vibe coded application. We identify vulnerabilities, UX flaws, functionality bugs, and security issues before they impact your users and your business.
Show HN: Linux CLI tool to provide mutex locks for long running bash ops
Hacker News (score: 25)[CLI Tool] Show HN: Linux CLI tool to provide mutex locks for long running bash ops Been exploring claude and spec-based coding, I think it turned out fairly successful. It's just a simple unix-style tool that gives you a single command to use in bash scripts to simplify mutex or semaphore locking of execution.
Open-Source BCI Platform with Mobile SDK for Rapid Neurotech Prototyping
Hacker News (score: 14)[API/SDK] Open-Source BCI Platform with Mobile SDK for Rapid Neurotech Prototyping
Show HN: A 'Choose Your Own Adventure' written in Emacs Org Mode
Hacker News (score: 37)[Other] Show HN: A 'Choose Your Own Adventure' written in Emacs Org Mode I authored and developed an interactive children's book about entrepreneurship and money management. The journey started with Twinery, the open-source tool for making interactive fiction, discovered right here on HN. The tool kindled memories of reading CYOA style books when I was a kid, and I thought the format would be awesome for writing a story my kids could follow along, incorporating play money to learn about transactions as they occurred in the story.<p>Twinery is a fantastic tool, and I used it to layout the story map. I really wanted to write the content of the story in Emacs and Org Mode however. Thankfully, Twinery provided the ability to write custom Story Formats that defined how a story was exported. I wrote a Story Format called Twiorg that would export the Twinery file to an Org file and then a Org export backend (ox-twee) to do the reverse. With these tools, I could go back and forth between Emacs and Twinery for authoring the story.<p>The project snowballed and I ended up with the book in digital and physical book formats. The Web Book is created using another Org export backend.<p>Ten Dollar Adventure: <a href="https://tendollaradventure.com" rel="nofollow">https://tendollaradventure.com</a><p>Sample the Web Book (one complete storyline/adventure): <a href="https://tendollaradventure.com/sample/" rel="nofollow">https://tendollaradventure.com/sample/</a><p>I couldn't muster the effort to write a special org export backend for the physical books unfortunately and used a commercial editor to format these.<p>Twiorg: <a href="https://github.com/danishec/twiorg">https://github.com/danishec/twiorg</a><p>ox-twee: <a href="https://github.com/danishec/ox-twee">https://github.com/danishec/ox-twee</a><p>Previous HN post on writing the transaction logic using an LLM in Emacs: <a href="https://blog.tendollaradventure.com/automating-story-logic-with-llms/" rel="nofollow">https://blog.tendollaradventure.com/automating-story-logic-w...</a><p>Twinery 2: <<a href="https://twinery.org/" rel="nofollow">https://twinery.org/</a>> and discussion on HN: <a href="https://news.ycombinator.com/item?id=32788965">https://news.ycombinator.com/item?id=32788965</a>
Metaflow: Build, Manage and Deploy AI/ML Systems
Hacker News (score: 26)[Other] Metaflow: Build, Manage and Deploy AI/ML Systems
Mkosi β Build Bespoke OS Images
Hacker News (score: 37)[Other] Mkosi β Build Bespoke OS Images
vanna-ai/vanna
GitHub Trending[Database] π€ Chat with your SQL database π. Accurate Text-to-SQL Generation via LLMs using RAG π.
Show HN: Display Photos on a World Map
Show HN (score: 31)[Other] Show HN: Display Photos on a World Map I had this idea where you would see realtime photos on a map, right now this is simply using cat pics, not sure where to take it from here but maybe it's useful to someone. :)<p>GitHub: <a href="https://github.com/stagas/worldsnap">https://github.com/stagas/worldsnap</a>
Show HN: GitGuard - Painless GitHub PR Automations
Show HN (score: 7)[DevOps] Show HN: GitGuard - Painless GitHub PR Automations Hey HN,<p>Every team I've been on has cobbled together some sort of combination of GitHub branch protections and custom scripts to make sure that PRs conform to organization policies and best practices.<p>Things like:<p>- When {X} file is changed, require review from team {Y}<p>- When a new db migration is added, ensure that a special set of tests pass<p>- Require multiple approvals when the PR is very large<p>- Add a special label to PRs that include breaking changes<p>- Allow emergencies / hotfixes to break glass and bypass all of the above<p>Most teams tend to start out with a little script running in GitHub actions to enforce all of these policies but it tends to get out of hand and become hard to maintain. PRs that should require scrutiny slip through the cracks, and others that should be allowed through are unnecessarily blocked.<p>That's why I made GitGuard (<a href="https://gitguard.dev/" rel="nofollow">https://gitguard.dev/</a>)<p>GitGuard lets you write and maintain these policies in a custom DSL so simple it looks like pseudocode. The policies are checked on every single PR nearly instantly (no need to wait for a GitHub actions runner) and the results are reported in plain english.<p>Right now policies can make simple assertions about PR metadata and take some stateful actions (adding labels, requesting review) but I'd love to hear more from HN about how GitGuard could be even more useful.
Mill: A better build tool for Java, Scala, and Kotlin
Hacker News (score: 57)[Build/Deploy] Mill: A better build tool for Java, Scala, and Kotlin
Show HN: ggc β A terminal-based Git CLI written in Go
Hacker News (score: 18)[CLI Tool] Show HN: ggc β A terminal-based Git CLI written in Go Hi HN,<p>I built ggc (<a href="https://github.com/bmf-san/ggc">https://github.com/bmf-san/ggc</a>), a terminal-based Git CLI tool written in Go.<p>ggc provides: - A fast interactive UI (like `fzf`) for common Git operations<p>- Traditional subcommands (e.g. `ggc add`, `ggc commit`)<p>- Git-compatible config support (`ggc config` reads from `git config`)<p>- Built-in aliases and workflow automation (e.g. `ggc addcommitpush`)<p>The goal is to improve developer productivity by combining interactive workflows with scriptable CLI operations.<p>It's still under active development, but I'd love feedback from the community!<p>GitHub: <a href="https://github.com/bmf-san/ggc">https://github.com/bmf-san/ggc</a> Demo GIF: <a href="https://github.com/bmf-san/ggc#demo">https://github.com/bmf-san/ggc#demo</a><p>Thanks!