🛠️ All DevTools
Showing 221–240 of 3028 tools
Last Updated
January 17, 2026 at 08:00 AM
Show HN: Browser Based IDE for Love2D
Show HN (score: 5)[IDE/Editor] Show HN: Browser Based IDE for Love2D
Self-referencing Page Tables for the x86-Architecture
Hacker News (score: 50)[Other] Self-referencing Page Tables for the x86-Architecture
ossium
Product Hunt[Other] Worry Less, Contribute More ossium - Your foundation for discovering & managing the best open source projects in seconds. Free OSS discovery platform for developers. Browse GitHub repositories & trending projects.
Python Tools 20+ Easy Automation Scripts
Product Hunt[Other] Python Quick Tools – 20+ Easy Automation Scripts Save time daily with these simple, ready-to-run Python scripts! Perfect for beginners or anyone tired of repetitive tasks. What's inside (20+ scripts): • File & folder automation (rename, organize, find duplicates, backup) • Data & CSV helpers (clean files, count words) • Useful utilities (QR codes, passwords, image resizing) • Fun & quick tools (games, calculators, converters)
Sanctum
Product Hunt[DevOps] Build Docker homelabs the right way — no magic, no lock-in SANCTUM is a homelab generator that produces clean, production-ready Docker Compose setups. Choose the services you want, detect conflicts automatically, and get a setup you fully own and understand. No opinionated stacks, no hidden magic, no lock-in. Start free with up to 3 services, or subscribe for unlimited services and continuous updates. Built for developers, homelabbers, and anyone who wants Docker done right.
Add chapters to youtube video
Product Hunt[Other] Launch Brawser Extension This AI-powered extension generates YouTube chapters with timestamps in one click. It scans your video, creates clear, search-optimized chapter titles, and lets you copy them directly into the description. It works even without subtitles and helps improve navigation, watch time, and search visibility for long videos.
Show HN: Vibium – Browser automation for AI and humans, by Selenium's creator
Hacker News (score: 76)[Other] Show HN: Vibium – Browser automation for AI and humans, by Selenium's creator i started the selenium project 21 years ago. vibium is what i'd build if i started over today with ai agents in mind. go binary under the hood (handles browser, bidi, mcp) but devs never see it. just npm install vibium. python/java coming. for claude code: claude mcp add vibium -- npx -y vibium v1 ships today. ama.
[Other] Show HN: I built an open-source Linux-capable single-board computer with DDR3 I've made an ARM based single-board computer that runs Android and Linux, and has the same size as the Raspberry Pi 3!<p>Why? I was bored during my 2-week high-school vacation and wanted to improve my skills, while adding a bit to the open-source community :P<p>These were the specs I ended up with: - H3 SoC - Quad-Core Cortex-A7 ARM CPU @ 1.3GHz - Mali400 MP2 GPU @ 600MHz - 512MiB of DDR3 RAM (Can be upgraded to 1GiB) - WiFi, Bluetooth & Ethernet PHY - HDMI display port - 1080p resolution - 5x USB Slots: 2x USB-A, 1x USB-C Host, 1x USB-C Host & OTG, 1x USB-C PD for power (Negotiating up to 25W. No power socket, yay!) - 32 GB of eMMC 5.1 storage (Optional) - 3.5mm audio jack - SD Card slot - Lots of GPIO<p>I've picked the H3 CPU mainly for its low cost yet powerful capabilities, and it's pretty well supported by the Linux kernel. Plus, I couldn't find any open-source designs with this chip, so I decided to contribute a bit and fill the gap.<p>A 4-layer PCB was used for its lower price and to make the project more challenging, but if these boards are to be mass-produced, I'd bump it up to 6 and use a solid ground plane as the bottom layer's reference plane. The DDR3 and CPU fanout was truly a challenge in a 4-layer board.<p>The PCB was designed in KiCAD and open-source on the Github repo with all the custom symbols and footprints (<a href="https://github.com/cheyao/icepi-sbc" rel="nofollow">https://github.com/cheyao/icepi-sbc</a>). You can also check it out online with kicanvas: <a href="https://kicanvas.org/?github=https%3A%2F%2Fgithub.com%2Fcheyao%2Ficepi-sbc%2Ftree%2Fmain%2Fhardware" rel="nofollow">https://kicanvas.org/?github=https%3A%2F%2Fgithub.com%2Fchey...</a><p>At large quantities, the price can probably reach less than 20$! (exc. taxes, tariffs and other costs)<p>It has been a wild journey, even making me learn how to use crypto as I needed to pay someone to download some "confidential" files from a baidu drive...<p>Read about more details on Github! Everything is open-source under the Solderpad license, aka do what you want: sell it, build it, modify it! :-)
etcd-io/etcd
GitHub Trending[Database] Distributed reliable key-value store for the most critical data of a distributed system
Koda IT Tools
Product Hunt[Other] Developer tools for Next.js Free online tools for developers and IT professionals. Access a wide range of handy tools including converters, generators, validators, and analyzers with excellent user experience.
Show HN: Cosmofy – bundle your Python code for Linux/Windows/MacOS
Show HN (score: 5)[Other] Show HN: Cosmofy – bundle your Python code for Linux/Windows/MacOS Bundle up a pure python project into a single Cosmopolitan Python file that runs on Linux/Mac/Windows with no changes.
Show HN: Superset – Terminal to run 10 parallel coding agents
Hacker News (score: 29)[DevOps] Show HN: Superset – Terminal to run 10 parallel coding agents Hey HN, we’re Avi, Kiet, and Satya. We’re building Superset, an open-source terminal made for managing a bunch of coding agents (Claude Code, Codex, etc) in parallel.<p>- Superset makes it easy to spin up git worktrees and automatically setup your environment<p>- Agents and terminal tabs are isolated to worktrees, preventing conflicts<p>- Built-in hooks [0] to notify when your coding agents are done/needs attention,<p>- A diff viewer to review the changes and make PRs quickly<p>We’re three engineers who’ve built and maintained large codebases, and kept wanting to work on as many features in parallel as possible. Git worktrees [1] have been a useful solution for this task but they’re annoying to spin up and manage. We started superset as a tool that uses the best practices we’ve discovered running parallel agents.<p>Here is a demo video:<p><a href="https://www.youtube.com/watch?v=pHJhKFX2S-4" rel="nofollow">https://www.youtube.com/watch?v=pHJhKFX2S-4</a><p>We all use Superset to build Superset, and it more than doubles our productivity (you’ll be able to tell from the autoupdates). We have many friends using it over their IDE of choice or replacing their terminals with Superset, and it seems to stick because they can keep using whatever CLI agent or tool they want while Superset just augments their existing set of tools.<p>Superset is written predominantly in Typescript and based on Electron, xterm.js, and node-pty. We chose xterm+node-pty because it's a proven way to run real PTYs in a desktop app (used by VSCode and Hyper), and Electron lets us ship fast. Next, we’re exploring features like running worktrees in cloud VMs to offload local resources, context sharing between agents, and a top-level orchestration agent for managing many worktrees or projects at once.<p>We’ve learned a lot building this: making a good terminal is more complex than you’d think, and terminal and git defaults aren’t universal (svn vs git, weird shell setups, complex monorepos, etc.).<p>Building a product for yourself is way faster and quite fun. It's early days, but we’d love you to try Superset across all your CLI tools and environments, we welcome your feedback! :)<p>[0] <a href="https://code.claude.com/docs/en/hooks" rel="nofollow">https://code.claude.com/docs/en/hooks</a><p>[1] <a href="https://git-scm.com/docs/git-worktree" rel="nofollow">https://git-scm.com/docs/git-worktree</a>
Show HN: Kapso – WhatsApp for developers
Show HN (score: 22)[API/SDK] Show HN: Kapso – WhatsApp for developers Hey HN, I'm Andres. I've been building Kapso as a solo founder, and just crossed 4,000 developers, all organic.<p>WhatsApp has 3B+ users and 98% open rates. You'd expect developers to be building tons of stuff on it, especially when the US is the fastest-growing market in WhatsApp usage.<p>But it’s not happening… And I'd bet it's because the DX is painful.<p>Every team needs to build the same features again and again. Meta fires webhooks for everything. There's valuable data in there for debugging, but no way to make sense of it without building your own tooling.<p>That’s why I built Kapso. What you get:<p>- Working WhatsApp API + inbox in 2 minutes, not days - Full observability: every webhook parsed, every message tracked, actual debugging tools - Multi-tenant platform: generate a setup link, customer connects their Meta account, done - Workflow builder for deterministic automations and AI Agents - WhatsApp Flows: build mini apps inside WhatsApp using AI + serverless functions - Docs that work for humans and LLMs<p>We're up to 95% cheaper than Twilio, with a generous free tier (2,000 messages per month).<p>We also open source several tools: a TypeScript client for the WhatsApp Cloud API, a reference WhatsApp Inbox implementation, and a voice AI agent for WhatsApp.<p>GitHub: <a href="https://github.com/gokapso/" rel="nofollow">https://github.com/gokapso/</a><p>Happy to answer questions!<p><a href="https://kapso.ai/" rel="nofollow">https://kapso.ai/</a>
Show HN: Openinary – Self-hosted image processing like Cloudinary
Show HN (score: 5)[Other] Show HN: Openinary – Self-hosted image processing like Cloudinary Hi HN!<p>I built Openinary because Cloudinary and Uploadcare lock your images and charge per request.<p>Openinary lets you self-host a full image pipeline: transform, optimize, and cache images on your infra; S3, Cloudflare R2, or any S3-compatible storage.<p>It’s the only self-hosted Cloudinary-like tool handling both transformations and delivery with a simple URL API (/t/w_800,h_800,f_avif/sample.jpg).<p>Built with Node.js, Docker-ready.<p>GitHub: <a href="https://github.com/openinary/openinary" rel="nofollow">https://github.com/openinary/openinary</a><p>Feedback welcome; especially from Cloudinary users wanting the same UX but on their own infra!
Show HN: Mysti – Claude, Codex, and Gemini debate your code, then synthesize
Hacker News (score: 122)[Other] Show HN: Mysti – Claude, Codex, and Gemini debate your code, then synthesize Hey HN! I'm Baha, creator of Mysti.<p>The problem: I pay for Claude Pro, ChatGPT Plus, and Gemini but only one could help at a time. On tricky architecture decisions, I wanted a second opinion.<p>The solution: Mysti lets you pick any two AI agents (Claude Code, Codex, Gemini) to collaborate. They each analyze your request, debate approaches, then synthesize the best solution.<p>Your prompt → Agent 1 analyzes → Agent 2 analyzes → Discussion → Synthesized solution<p>Why this matters: each model has different training and blind spots. Two perspectives catch edge cases one would miss. It's like pair programming with two senior devs who actually discuss before answering.<p>What you get: * Use your existing subscriptions (no new accounts, just your CLI tools) * 16 personas (Architect, Debugger, Security Expert, etc) * Full permission control from read-only to autonomous * Unified context when switching agents<p>Tech: TypeScript, VS Code Extension API, shells out to claude-code/codex-cli/gemini-cli<p>License: BSL 1.1, free for personal and educational use, converts to MIT in 2030 (would love input on this, does it make sense to just go MIT?)<p>GitHub: <a href="https://github.com/DeepMyst/Mysti" rel="nofollow">https://github.com/DeepMyst/Mysti</a><p>Would love feedback on the brainstorm mode. Is multi-agent collaboration actually useful or am I just solving my own niche problem?
Carnap – A formal logic framework for Haskell
Hacker News (score: 30)[Other] Carnap – A formal logic framework for Haskell
SilentFail
Product Hunt[Monitoring/Observability] Background job monitoring & instant alerts Monitor cron jobs, queues, and serverless workers with simple HTTP pings. Get instant alerts when they fail or go missing.
UnitMaster
Product Hunt[Other] Run powerful PDF, Image, and Dev tools offline. 100% Privacy The all-in-one privacy-focused digital toolkit for developers and professionals. Run PDF tools, converters, and calculators offline in your browser. No server uploads.
Vibe Pocket
Product Hunt[CLI Tool] Run AI agents like Claude Code, Codex, Opencode on mobile Vibe Pocket is a cloud based platform for running AI agents like Claude Code, Codex, opencode, on mobile or web. Connect GitHub, pick an agent, and start building from any device. More than 15 CLI agents are supported including Claude Code, Codex, Gemini CLI, OpenCode, Droid, AMP Cli, Crush, Aider... You can also connect to the terminal and run your apps or any command you want just like on a computer terminal easily. You can also access your running web apps directly within Vibe Pocket.
Tc – Theodore Calvin's language-agnostic testing framework
Hacker News (score: 17)[Other] Tc – Theodore Calvin's language-agnostic testing framework