🛠️ All DevTools
Showing 2321–2340 of 3098 tools
Last Updated
January 24, 2026 at 08:00 AM
Simple SaaS Management
Product Hunt[Other] Track saas subscriptions easily Chrome extension to track SaaS usage, identify renewals, and manage employee offboarding across all your apps
Servy
Product Hunt[Other] Run Any App as a Windows Service – NSSM Alternative Servy lets you run any app as a Windows service with full control over working directory, startup type, logging, health checks, and parameters. A fully managed alternative to NSSM.
MAS Design
Product Hunt[Other] A collaborative multi-agent system builder with canvas. MAS Design lets you build, connect, and share multi-agent systems on an interactive canvas with reference support. It’s an open-source community directory to explore and collaborate on agent-based models, ideal for researchers, educators, and developers.
Supacrawler
Product Hunt[Other] Headless browser tool for scraping anything on the internet Supacrawler is a simple API for developers to reliably crawl sites, scrape content, and capture screenshots. Built and priced for individual builders and researchers. Available today in Public Beta.
Unlicensed(dot)dev
Product Hunt[Other] Repository monetization platform for developers. A dual-marketplace for developers, monetize your public/private repos and find high quality software to support.
Advanced Command Converter
Product Hunt[CLI Tool] Expert terminal command generator Convert natural language requests to Windows, Linux, and macOS terminal commands. Features advanced operations, security tools, database management, and system administration commands.
How to safely escape JSON inside HTML SCRIPT elements
Hacker News (score: 28)[Other] How to safely escape JSON inside HTML SCRIPT elements
Build durable workflows with Postgres
Hacker News (score: 15)[Other] Build durable workflows with Postgres
Efrit: A native elisp coding agent running in Emacs
Hacker News (score: 70)[IDE/Editor] Efrit: A native elisp coding agent running in Emacs
Show HN: Selfhostllm.org – Plan GPU capacity for self-hosting LLMs
Show HN (score: 5)[Other] Show HN: Selfhostllm.org – Plan GPU capacity for self-hosting LLMs A simple calculator that estimates how many concurrent requests your GPU can handle for a given LLM, with shareable results.
Byte Buddy is a code generation and manipulation library for Java
Hacker News (score: 28)[Code Quality] Byte Buddy is a code generation and manipulation library for Java
Show HN: BaaS to build agents as data, not code
Show HN (score: 5)[Other] Show HN: BaaS to build agents as data, not code Agents and workflows as data instead of code.<p>Julep is a backend-as-a-service to build agents and workflows. Main features:<p>1. Experimentation Velocity:<p>With most agent frameworks, agents are code that need to be deployed. To iterate on the prompts or update the agent, you need to make changes to the code and deploy it to your server. This makes agents hard to iterate on quickly. But with agents and tasks declared as data, all that happens in the background is make an api call to update or make a new entry in the database. This increases the experimentation velocity.<p>2. Scalability and long-running background tasks:<p>Scaling is a hard software engineering problem and the solution is to define large scale systems to be distributed, stateful and scalable. Agents as data is a very helpful paradigm because you have to solve for this problem only once at the orchestrator level. Julep can handle 100s of thousands of executions paralely.<p>3. Updating an agent / User Personalization:<p>Tools such as create agent, update agent etc. can update the agent recursively. Let’s assume an agent is chatting with a user and mentions that they only like to communicate in a professional tone. The agent can call a tool to 'update the agent' and modify/update the instructions to include that the user only likes to communicate in a professional tone.<p>This was the reason to create a backend when the market was flooded with agent frameworks. In Julep, you can declare a workflow in YAML, and it can automatically scale Millions of users.
Open SWE: An open-source asynchronous coding agent
Hacker News (score: 61)[Other] Open SWE: An open-source asynchronous coding agent <a href="https://www.youtube.com/watch?v=TaYVvXbOs8c" rel="nofollow">https://www.youtube.com/watch?v=TaYVvXbOs8c</a><p><a href="https://github.com/langchain-ai/open-swe" rel="nofollow">https://github.com/langchain-ai/open-swe</a>
Docker for Developers: Essential Commands in One Cheatsheet
Hacker News (score: 26)[Other] Docker for Developers: Essential Commands in One Cheatsheet
Show HN: Synchrotron, a real-time DSP engine in pure Python
Hacker News (score: 25)[Other] Show HN: Synchrotron, a real-time DSP engine in pure Python Yes, Python.<p>I can already hear the screams from the rafters telling me how terrible of a choice Python is - but in my case, I valued modularity, extensibility, <i>hackability</i> over raw performance. (It was also a challenge to myself to see how far I can get without referencing existing implementations)<p>Synchrotron processes nodes: simple Python classes with typed I/O and a render() method for processing. It can be as concise as 5 lines:<p><pre><code> class IncrementNode(Node): input: StreamInput output: StreamOutput def render(self, ctx): self.out.write(self.a.read(ctx) + 1) </code></pre> Nodes can then be spawned and linked programmatically or in the graphical editor. Synchrotron handles the rest at runtime. Besides the web UI, you can also interact with the engine via Python, REST, DSL, or standalone TUI.<p>Currently you can build synths, FX chains, MIDI instruments, arpeggiators, controllers, or just mess about with sound :><p>Editor: <a href="https://synchrotron.thatother.dev/" rel="nofollow">https://synchrotron.thatother.dev/</a> Source: <a href="https://github.com/ThatOtherAndrew/Synchrotron" rel="nofollow">https://github.com/ThatOtherAndrew/Synchrotron</a><p>It's still experimental (and my first ever shipped project), but I'd love feedback from people who tinker with audio/DSP/live coding. Docs are terrible currently, but that's my next big goal!
openai/openai-python
GitHub Trending[API/SDK] The official Python library for the OpenAI API
backstage/backstage
GitHub Trending[Other] Backstage is an open framework for building developer portals
google/adk-python
GitHub Trending[API/SDK] An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
openai/codex
GitHub Trending[CLI Tool] Lightweight coding agent that runs in your terminal
Show HN: I built a service to run Claude Code in the Cloud
Show HN (score: 9)[Other] Show HN: I built a service to run Claude Code in the Cloud