🛠️ All DevTools

Showing 1721–1740 of 4341 tools

Last Updated
April 26, 2026 at 12:00 PM

[Other] Show HN: Diesel-guard – Lint Diesel migrations for unsafe PostgreSQL patterns

Found: December 08, 2025 ID: 2613

AMD GPU Debugger

Hacker News (score: 146)

[Other] AMD GPU Debugger

Found: December 08, 2025 ID: 2611

[Database] Show HN: LinkedQL – Live Queries over Postgres, MySQL, MariaDB LinkedQL is a new SQL client that supports live queries over any Postgres, MySQL, and MariaDB database. You get result sets that self-update differentially as rows change in your database – via inserts, updates, deletes. Works with no extra tooling&#x2F;ORM layer or GraphQL servers. You opt into live mode simply with a flag: client.query(&#x27;SELECT ...&#x27;, { live: true }). More at: <a href="https:&#x2F;&#x2F;linked-ql.netlify.app&#x2F;capabilities&#x2F;live-queries" rel="nofollow">https:&#x2F;&#x2F;linked-ql.netlify.app&#x2F;capabilities&#x2F;live-queries</a><p>LinkedQL is written in JavaScript and runs in both client and server environments.<p>GitHub + docs: <a href="https:&#x2F;&#x2F;github.com&#x2F;linked-db&#x2F;linked-ql" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;linked-db&#x2F;linked-ql</a><p>Demo examples included.<p>I’d love feedback: • Anything confusing? • Anything seems useful or dangerous? • Anything else that&#x27;d make you consider LinkedQL for production?<p>Thanks for taking a look — happy to answer any questions.

Found: December 08, 2025 ID: 2658

[Other] Show HN: I wrote a book – Debugging TypeScript Applications (in beta)

Found: December 08, 2025 ID: 2609

cloudflare/vibesdk

GitHub Trending

[Other] An open-source vibe coding platform that helps you build your own vibe-coding platform, built entirely on Cloudflare stack

Found: December 08, 2025 ID: 2603

slidevjs/slidev

GitHub Trending

[Other] Presentation Slides for Developers

Found: December 08, 2025 ID: 2602

[DevOps] Show HN: Dograh – an OSS Vapi alternative to quickly build and test voice agents Hi HN, I have been building voice agents for sometime now. I was earlier automating parts of visa processing, and we needed real-time, multilingual voice calling.<p>I assumed the hard work was just wiring LiveKit&#x2F;Pipecat + STT&#x2F;TTS + an LLM. It wasn’t.<p>Even with solid OSS (Pipecat&#x2F;LiveKit), we still had to do a lot of plumbing- variable extraction, tracing, testing etc and any workflow changes required constant redeploys.<p>We eventually realized we’d spent more time building infrastructure than building the actual agents. Everything felt custom. We hit every possible pain with Pipecat and VAPI style systems.<p>So we built Dograh - a fully open-source voice agent framework that includes all the boring, painful pieces by default.<p>What’s different:<p>- Pipecat-based engine, but forked - custom event model, and concurrency fixes<p>- One-click start template generated by an LLM Agent for a quick get start template for any use case<p>- Drag-and-drop visual agent builder for quick iteration (the thing we wished existed earlier)<p>- Variable extraction layer (name&#x2F;order&#x2F;date&#x2F;etc.) baked into the LLM loop<p>- Built in Telephony integration (Twilio&#x2F; Vonage&#x2F; Vobiz&#x2F; Cloudonix)<p>- Multilingual support end-to-end<p>- Select any LLM TTS STT (add their credits, if any)<p>- AI-to-AI call testing: automatically stress-test an agent before shipping (still a work in progress- so patchy as of now)<p>- Fully Open Source<p>It&#x27;s built and maintained by YC alumni &#x2F; exit founders who got tired of rebuilding the same plumbing.<p>Why we open-sourced it: We kept feeling that the space was drifting toward closed SaaS abstractions (VAPI, Retell). Those are good for demos, but once you need data controls, privacy or self&#x2F;offline deployment, you end up stuck. We wanted a stack where you can see every part, fork it, self-host it, and patch it as needed.<p>Try it:<p>- Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;dograh-hq&#x2F;dograh" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dograh-hq&#x2F;dograh</a><p>This spins up a basic multilingual agent with everything pre-wired.<p>Who this is for:<p>- If you are looking for self hosting a Vapi like platform for Data Privacy etc.<p>- Anyone trying to build production-grade voice agents without reinventing audio plumbing.<p>- If you’ve tried to glue STT→LLM→TTS manually, you probably know the exact pain this is built for<p>Happy to answer technical questions, show the architecture, or hear how we can improve the product.

Found: December 08, 2025 ID: 2673

[Other] GitHub Actions Has a Package Manager, and It Might Be the Worst

Found: December 08, 2025 ID: 2604

SimpleVecDB

Product Hunt

[Database] Dead-simple local vector database powered by sqlite-vec. The Chroma experience in a single SQLite file. SimpleVecDB brings zero-infrastructure vector search to local RAG apps, offline agents, and indie hackers. Built on sqlite-vec with ~2ms queries, 32x storage compression, hybrid BM25+vector search, and LangChain/LlamaIndex integrations. Just `pip install` and go—no Docker, no cloud bills, no Redis. Your vectors live in one portabledb file that runs anywhere Python runs.

Found: December 08, 2025 ID: 2610

smalltoolsapp

Product Hunt

[Other] Free online tools SmallToolsApp offers simple, fast and free online tools for developers — things like JSON formatting, CSV converters, text utilities and daily-use helpers. No ads, no login. A clean collection of lightweight tools built to save time — from text converters to developer utilities. Designed to stay minimal, quick and clutter-free

Found: December 08, 2025 ID: 2614

[Other] Show HN: Lockenv – Simple encrypted secrets storage for Git Hi!<p>I got tired of setting up tools I can&#x27;t explain to a team in a few words like sops or git-crypt, just to store few files with environment variables or secrets, so I built lockenv as a simple alternative.<p>It&#x27;s basically a password-protected vault file you commit to git. No gpg keys, no cloud, just lockenv init, set a password, and lock&#x2F;unlock the secrets.<p>This tool integrates with OS keyring, so you&#x27;re not typing passwords constantly. Should work on Mac&#x2F;Linux&#x2F;Windows, but I tested it only on linux so far.<p>I am not trying to replace any mature &#x2F; robust solution, just making small tool for simple cases, where I want to stop sharing secrets via slack.<p>Feel free to try, thank you!

Found: December 08, 2025 ID: 2605

[Other] Show HN: Cdecl-dump - represent C declarations visually A small tool that parses C declarations and outputs a simple visual representation at each stage, as it encounters arrays, pointers or functions.<p>The program uses a table-driven lexer and a hand-written, shift-reduce parser. No external dependencies apart from the standard library.

Found: December 08, 2025 ID: 2600

[DevOps] Show HN: Minimal container-like sandbox built from scratch in C Runbox recreates core container features without relying on existing runtimes or external libraries. It uses namespaces, cgroups v2, and seccomp to create an isolated process environment, with a simple shell for interaction. For future gonna work on adding an interface so external applications can be executed inside Runbox, similar to containers.<p>Github: <a href="https:&#x2F;&#x2F;github.com&#x2F;Sahilb315&#x2F;runbox" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Sahilb315&#x2F;runbox</a><p>Happy to hear feedback or suggestions.

Found: December 07, 2025 ID: 2601

DBGridy

Product Hunt

[Database] DB editor A powerful and versatile Database Grid Editor for Windows. Support for MySQL, MongoDB, Redis, ClickHouse, and more.

Found: December 07, 2025 ID: 2593

easyOSINT

Product Hunt

[Other] 54+ OSINT modules in one platform easyOSINT combines 54+ OSINT modules into one unified platform — replacing your fragmented toolbox with a single, powerful solution. Perform comprehensive security research with real-time progress, multi-source intelligence, and advanced origin server detection. Free to try, free to use. Run scans instantly without registration. Create a free account to unlock detailed results and export data. Built for security researchers, penetration testers, and digital forensics experts.

Found: December 07, 2025 ID: 2594

Peargent

Product Hunt

[DevOps] AI Agents Made Simple Peargent is a lightweight, Python-first framework for building powerful AI agents without complexity. It gives developers a clean API, built-in memory, tool integration, and observability - so you can focus on logic, not boilerplate. Build production-ready agents in minutes with type safety, simplicity, and full control. Open-source and free.

Found: December 07, 2025 ID: 2596

[DevOps] Automate your tasks, never miss a deadline Email reminders, file cleanup, system tasks. 100% local, open-source, self-hostable. Runs on Docker, Celery, Redis + FastAPI.

Found: December 07, 2025 ID: 2597

JSONQuery Pro

Product Hunt

[Other] Run SQL directly on JSON — instantly JSONQuery Pro lets you run SQL queries directly on JSON — instantly, in the browser. Perfect for developers who want to filter, search, join, sort, and analyze JSON data using familiar SQL syntax. No database. No setup. Just paste JSON → run SQL → get results.

Found: December 07, 2025 ID: 2598

Client

Product Hunt

[Other] Scim tester This is SCIM Test tool to test integration with SCIM client.

Found: December 07, 2025 ID: 2599

OpenTelemetry Distribution Builder

Hacker News (score: 11)

[Other] OpenTelemetry Distribution Builder

Found: December 06, 2025 ID: 2591
Previous Page 87 of 218 Next