π οΈ All DevTools
Showing 1501–1520 of 4335 tools
Last Updated
April 25, 2026 at 08:00 PM
Top DevOps Jobs
Product Hunt[Other] Find Your Next DevOps Job Discover the top DevOps jobs, cloud, SRE, and platform engineering opportunities at TopDevOpsJobs.com. Browse high-paying roles, career resources, and expert guidance to advance your tech career today.
HMPL
Product Hunt[Other] Lightweight server-oriented template language for JavaScript HMPL.js provides the flexibility to build server-driven templates with minimal JavaScript. With its block-based syntax, customizable fetch requests, and built-in support for forms, events, and time-based syncing you can deliver dynamic user interfaces without relying on a heavy framework. HMPL integrates with JSON5 for expressive object syntax and DOMPurify for safe HTML rendering, all in just a few kilobytes.
MemoriGraph
Product Hunt[Database] Build AI with contextual memory using knowledge graphs. MemoriGraph is an open-source API that enables developers to add sophisticated memory capabilities to their AI applications. Built on Neo4j and Graphiti, it transforms unstructured conversations and interactions into a rich knowledge graph that evolves over time. π― Perfect For: - Personalized recommendation systems - Any app that needs to "remember" users Unlike simple vector databases, MemoriGraph builds a true knowledge graph that understands relationships, patterns, and context.
NovaKit CLI
Product Hunt[CLI Tool] AI coding agent in your terminal. Multi-model. Free. NovaKit CLI brings AI coding to your terminalβno IDE required. π Multi-provider: OpenAI, Anthropic, GitHub Copilot, Groq, OpenRouter βͺ Checkpoints & Rewind: Esc+Esc to undo any AI change instantly π Semantic Search: Vector-indexed codebase for intelligent context π§ LSP Integration: Go-to-definition, find references, hover info π€ Agent Mode: Full autonomy for file ops, bash, web search Free to use. Bring your own API keys or connect GitHub Copilot. npm install -g @novakit/cli
Sentinel
Product Hunt[Other] fail2ban, dashboard, cybersecurity, linux-security, sysadmin π‘οΈ Sentinel Dashboard β The Missing UI for Fail2ban A modern visual dashboard for Fail2ban β monitor bans in real-time, unban IPs, restart service, create filters and manage jails. No plugins. No cloud. 100% local & secure. Features β Real-time ban monitoring β View Active / Historical Bans β Unban IP with one click β Restart Fail2ban safely β Create custom filters (UI) β WebSocket live-logs β No external tracking β self-hosted β Works on Ubuntu, Debian, Raspberry Pi, VPS
Rust errors without dependencies
Hacker News (score: 36)[Other] Rust errors without dependencies
Show HN: I created a tool to design and create foamcore inserts for boardgames
Hacker News (score: 29)[Other] Show HN: I created a tool to design and create foamcore inserts for boardgames As a holiday project to test out spec first development using Codex CLI, I ended up creating <a href="https://boxinsertdesigner.com/" rel="nofollow">https://boxinsertdesigner.com/</a><p>It lets you design a box insert in 2D and spits out a cutting list.<p>I'm looking for feedback, bugs, feature ideas etc and figured this would be a good place to find it :)
[API/SDK] Show HN: attainable β The fastest and easiest way to design and deploy APIs This began as a passion project and an opportunity to learn new tech.<p>I've always experienced frustration developing APIs, especially the RESTful CRUD style of data APIs. It always felt like I was repeating the same patterns over and over again, and that was tedium I didn't want. A little over a year ago, I wanted to learn more about Go, Firecracker microVM, and Svelte and thought "Could I build an API framework that was just a simple description of resources? What would that look like?"<p>That lead me to <a href="https://firecracker-microvm.github.io/" rel="nofollow">https://firecracker-microvm.github.io/</a>, which landed me on <a href="https://fly.io">https://fly.io</a>, then <a href="https://rqlite.io" rel="nofollow">https://rqlite.io</a>, and the further I got into it, the more I really liked what I had. It's been over a year of learning and trying out all forms of tooling, CLIs, LSPs, and finally I landed on this.<p>So I decided to try my hand at making this a product. I'd really enjoy feedback about it and whether it's something folks would use. Here's hoping others feel the way I do about APIs and the developer experience building them!
Functional programming and reliability: ADTs, safety, critical infrastructure
Hacker News (score: 85)[Other] Functional programming and reliability: ADTs, safety, critical infrastructure
Easel Turns One One year of building my own IDE in Clojure
Hacker News (score: 48)[Other] Easel Turns One One year of building my own IDE in Clojure
Show HN: Feather β a fresh Tcl reimplementation (WASM, Go)
Hacker News (score: 23)[Other] Show HN: Feather β a fresh Tcl reimplementation (WASM, Go) Hey HN!<p>First time showing something here, but I've been furiously working over the holidays on Feather, a from scratch reimplementation of TCL designed for embedding in modern applications.<p>It's starting out as a faithful reimplementation of TCL <i>without</i> I/O, OOP features, or coroutines.<p>TCL has a special place in my heart because the syntax is so elegant for interactive use, and defining domain specific languages.<p>My motiviation is twofold: faster feedback loops for AI, and moldable software for users.<p>It turns out giving AI agents access to the runtime state of your program makes for really fast feedback loops, but embedding existing options in a world where shipping binaries for each platform is commonplace is tricky.<p>Embedding the real TCL is tricky because it comes with its own event loop (in 2025 you alreay have one), a GUI framework (you have a web framework already, or develop on mobile), and has access to the filesystem (don't forget to delete all commands with file system access!).<p>Feather just doesn't ship with those - expose only what you need from your application.<p>A WASM build comes out of the box and clocks in at ~120kb plus 70kb for connecting it to the browser or node.js.<p>And if embedding becomes easy, you can put a REPL everywhere: in mobile apps, in desktop software, as a control plane into web servers.<p>I want to imagine a world where all software is scriptable just like Emacs and nvim, with agents doing the actual work.
Show HN: Ez FFmpeg β Video editing in plain English
Hacker News (score: 229)[CLI Tool] Show HN: Ez FFmpeg β Video editing in plain English I built a CLI tool that lets you do common video/audio operations without remembering ffmpeg syntax.<p>Instead of: ffmpeg -i video.mp4 -vf "fps=15,scale=480:-1:flags=lanczos" -loop 0 output.gif<p>You write: ff convert video.mp4 to gif<p>More examples: ff compress video.mp4 to 10mb ff trim video.mp4 from 0:30 to 1:00 ff extract audio from video.mp4 ff resize video.mp4 to 720p ff speed up video.mp4 by 2x ff reverse video.mp4<p>There are similar tools that use LLMs (wtffmpeg, llmpeg, ai-ffmpeg-cli), but they require API keys, cost money, and have latency.<p>Ez FFmpeg is different: - No AI β just regex pattern matching - Instant β no API calls - Free β no tokens - Offline β works without internet<p>It handles ~20 common operations that cover 90% of what developers actually do with ffmpeg. For edge cases, you still need ffmpeg directly.<p>Interactive mode (just type ff) shows media files in your current folder with typeahead search.<p>npm install -g ezff
ClusterEye
Product Hunt[Monitoring/Observability] Monitor and manage your databases with intelligent agents Track and manage your MSSQL, MongoDB, and PostgreSQL databases from a single platform with Cloud API and gRPC technologies.
Product Hunt Wrapped 2025
Product Hunt[Other] Your 2025 maker journey, visualized. 2025 was a massive year for makers. You shipped, hunted, and climbed the leaderboards now see the data. Product Hunt Wrapped generates a cinematic summary of your year. Just paste your Developer Token to reveal: π Launch DNA: Your total products and upvotes. π Global Ranking: Where you stand in the yearly top 1000. π Maker Persona: Are you a Blitzscaler, Legend, or Apex Hunter? β¨ Visual Story: A dynamic walkthrough of your 2025 wins. Find your rank.
Bosbase
Product Hunt[API/SDK] AI-driven,Database, instant APIs, Vector Bosbase is a development platform for AI-driven automated operations. Start your project with a database, Authentication, instant APIs, Realtime subscriptions, Storage, and Vector,wasm,instant script, Using Bosbase allows AI to handle everything through the SDK, without requiring service restarts, and is based on the world's best database, PostgreSQL. open source, supporting commercial use and self-hosting.
QNX Self-Hosted Developer Desktop
Hacker News (score: 115)[Other] QNX Self-Hosted Developer Desktop
[Other] Show HN: ISON β Data format that uses 30-70% fewer tokens than JSON for LLMs ISON (Interchange Simple Object Notation) - a data format optimized for LLMs and Agentic AI.<p>The problem: JSON wastes tokens. Curly braces, quotes, colons, commas - all eat into your context window.<p>ISON uses tabular patterns that LLMs already understand from training data:<p>JSON (87 tokens): { "users": [ {"id": 1, "name": "Alice", "email": "alice@example.com"}, {"id": 2, "name": "Bob", "email": "bob@example.com"} ] }<p>ISON (34 tokens): table.users id:int name:string email 1 Alice alice@example.com 2 Bob bob@example.com<p>Features: - 30-70% token reduction - Type annotations - References between tables - Schema validation (ISONantic) - Streaming format (ISONL)<p>Implementations: Python, JavaScript, TypeScript, Rust, C++ 9 packages, 171+ tests passing<p>pip install ison-py # Parser pip install isonantic # Validation & schemas<p>npm install ison-parser # JavaScript npm install ison-ts # TypeScript with full types npm install isonantic-ts # Validation & schemas<p>[dependencies] ison-rs = "1.0" isonantic-rs = "1.0" # Validation & schemas<p>Looking for feedback on the format design.
Show HN: Witr β Explain why a process is running on your Linux system
Hacker News (score: 14)[CLI Tool] Show HN: Witr β Explain why a process is running on your Linux system Hi HN,<p>I built a small Linux CLI tool called witr (Why Is This Running?).<p>The idea came from a situation most of us have hit: you log into a machine, see a process or port running, and immediately wonder why it exists, who started it, and what is keeping it alive right now.<p>witr traces a process, service, or port back to its origin and responsibility chain and explains it in a way thatβs quick to read, especially when youβre debugging under pressure.<p>This is v0.1.0. Itβs intentionally small and focused. Feedback, criticism, and edge cases are very welcome.<p>Repo: <a href="https://github.com/pranshuparmar/witr" rel="nofollow">https://github.com/pranshuparmar/witr</a>
Show HN: Xcc700: Self-hosting mini C compiler for ESP32 (Xtensa) in 700 lines
Hacker News (score: 47)[Other] Show HN: Xcc700: Self-hosting mini C compiler for ESP32 (Xtensa) in 700 lines Repo: <a href="https://github.com/valdanylchuk/xcc700" rel="nofollow">https://github.com/valdanylchuk/xcc700</a><p>Hi Everyone! I just wrote my first compiler!<p>- single pass, recursive descent, direct emission<p>- generates REL ELF binaries, runnable using ESP-IDF elf_loader<p>- very basic features only, just enough for self-hosting<p>- treats the Xtensa CPU as a stack machine for simplicity, no register allocation / window usage<p>- compilable on Mac, probably also Linux, can cross-compile for esp32 there<p>- wrote for fun / cyberdeck project<p>Sample output from esp32:<p><pre><code> xcc700.elf xcc700.c -o /d/cc.elf [ xcc700 ] BUILD COMPLETED > OK > IN : 700 Lines / 7977 Tokens > SYM : 69 Funcs / 91 Globals > REL : 152 Literals / 1027 Patches > MEM : 1041 B .rodata / 17120 B .bss > OUT : 27735 B .text / 33300 B ELF [ 40 ms ] >> 17500 Lines/sec << </code></pre> My best hope is that some fork might grow into a unique nice language tailored to the esp32 platform. I think it is underrated in userland hobby projects.
Unix "find" expressions compiled to bytecode
Hacker News (score: 76)[Other] Unix "find" expressions compiled to bytecode