🛠️ All DevTools
Showing 601–620 of 2537 tools
Last Updated
December 01, 2025 at 04:00 PM
stamparm/maltrail
GitHub Trending[Other] Malicious traffic detection system
Show HN: OnlyJPG – Client-Side PNG/HEIC/AVIF/PDF/etc to JPG
Hacker News (score: 30)[Other] Show HN: OnlyJPG – Client-Side PNG/HEIC/AVIF/PDF/etc to JPG TL;DR: private, in-browser converter that turns pretty much any image file format into standard JPEGs. Everything runs locally. No uploads.<p>This started as a five-minute job and forty hours later...<p>I wanted to convert a HEIC without uploading it anywhere, so I wrestled Emscripten/WebAssembly to run Google's Jpegli inside a Web Worker. Now there's a small UI and it handles a bunch of formats.<p>Just about the only thing it can't decode is JXL - but there's still some JPEG XL magic in there: XYB perceptual color quantization is enabled by default via Jpegli.<p>The upside of all this over-engineering is privacy and compatibility: images are processed entirely on your machine and never touch a server; the output is a regular JPEG that works everywhere.<p>I could have used a CLI, sure — but where's the fun in that?<p>Would love feedback on edge cases and defaults.<p>Tested on Firefox, Chrome, and Safari.<p>Cheers!
GLTFTools
Product Hunt[Other] Professional gltf file processing toolkit GLTFTools provides comprehensive GLTF file processing solutions, including format conversion, compression optimization, preview viewing, and more, making 3D asset processing simple and efficient.
Kanban atom8n
Product Hunt[Other] First kanban that support vibe coding Your personal AI-powered task board inside VS Code, saved as JSON, fully offline, perfect for “vibe coding.”
CodefyPHP Framework
Product Hunt[Other] The PHP web framework for complex applications CodefyPHP is a PHP web framework built for PHP architects who need a simple, yet robust toolkit for building complex applications.
Note
Product Hunt[Other] Machine learning library Note is an efficient and flexible machine learning library that allows developers to easily build and train neural networks. It supports deep learning and reinforcement learning, enabling developers to easily perform distributed training.
Mertiql - Turn Natural Language into SQL
Product Hunt[Database] Turn plain English into SQL queries + charts in 3 seconds Mertiql transforms natural language into optimized SQL queries, visualizations, and AI-powered insights. No SQL knowledge required. Works with PostgreSQL, MySQL, MongoDB, Snowflake, and BigQuery. Get answers in under 3 seconds.
Qoder CLI
Product Hunt[CLI Tool] Build and code directly in your terminal Stay in the flow. Build, code, and automate complex tasks without ever leaving your terminal. Qoder CLI seamlessly integrates with your existing workflow to supercharge it.
Opineeo
Product Hunt[Other] Lightweight survey widget for developers & saas founders The simplest survey widget for collecting customer feedback. Lightweight (6.8KB), embeddable, and developer-friendly. Add star ratings, NPS surveys, and user feedback to any website in minutes. No dependencies. Vanilla JavaScript.
Yukon
Product Hunt[Other] Safe merging, on your terms. Code freezing for GitHub. Control when and how code gets merged to your GitHub repositories. Prevent unwanted merges during critical deployments, releases, and maintenance windows with enterprise-grade code freeze management.
Supaship
Product Hunt[Other] Feature flags & percent rollouts for fast and safe releases. Developer-first feature flags for safe releases, gradual rollouts, and instant user targeting — built to help you ship fast with confidence.
Show HN: Code First CDC from Postgres to ClickHouse with MooseStack
Show HN (score: 7)[Other] Show HN: Code First CDC from Postgres to ClickHouse with MooseStack
Cloudflare Sandbox SDK
Hacker News (score: 87)[API/SDK] Cloudflare Sandbox SDK
Show HN: Kite – A modern, lightweight Kubernetes dashboard
Show HN (score: 6)[Other] Show HN: Kite – A modern, lightweight Kubernetes dashboard An early version was shown before, and now it works even better.<p>Enjoy!
Run interactive commands in Gemini CLI
Hacker News (score: 45)[CLI Tool] Run interactive commands in Gemini CLI
Launch HN: Inkeep (YC W23) – Open Source Agent Builder
Hacker News (score: 29)[CLI Tool] Launch HN: Inkeep (YC W23) – Open Source Agent Builder Hi HN! I'm Nick from Inkeep. We built an agent builder with true 2-way sync between code and a drag-and-drop visual editor, so devs and non-devs can collaborate on the same agents. Here’s a demo video: <a href="https://go.inkeep.com/video">https://go.inkeep.com/video</a>.<p>As a developer, the flow is: 1) Build AI Chat Assistants or AI Workflows with the TypeScript SDK 2) Run `inkeep push` from your CLI to publish 3)Edit agents in the visual builder (or hand off to non-technical teams) 4) Run `inkeep pull to edit in code again.<p>We built this because we wanted the accessibility of no-code workflow builders (n8n, Zapier), but the flexibility and devex of code-based agent frameworks (LangGraph, Mastra). We also wanted first-class support for chat assistants with interactive UIs, not just workflows. OpenAI got close, but you can only do a one-time export from visual builder to code and there’s vendor lock-in.<p>How I've used it: I bootstrapped a few agents for our marketing and sales teams, then was able to hand off so they can maintain and create their own agents. This has enabled us to adopt agents across technical and non-technical roles in our company on a single platform.<p>To try it, here’s the quickstart: <a href="https://go.inkeep.com/quickstart">https://go.inkeep.com/quickstart</a>.<p>We leaned on open protocols to make it easy to use agents anywhere: An MCP endpoint, so agents can be used from Cursor/Claude/ChatGPT A Chat UI library with interactive elements you can customize in React An API endpoint compatible with the Vercel AI SDK `useChat` hook Support for Agent2Agent (A2A) so they work with other agent ecosystems<p>We made some practical templates like a customer_support, deep_research, and docs_assistant. Deployment is easy with Vercel/Docker with a fair-code license and there's a traces UI and OTEL logs for observability.<p>Under the hood, we went all-in on a multi-agent architecture. Agents are made up of LLMs, MCPs, and agent-to-agent relationships. We’ve found this approach to be easier to maintain and more flexible than traditional “if/else” approaches for complex workflows.<p>The interoperability works because the SDK and visual builder share a common underlying representation, and the Inkeep CLI bridges it with a mix of LLMs and TypeScript syntactic sugar. Details in our docs: <a href="https://docs.inkeep.com">https://docs.inkeep.com</a>.<p>We’re open to ideas and contributions! And would love to hear about your experience building agents - what works, hasn’t worked, what’s promising?
Hyperflask – Full stack Flask and Htmx framework
Hacker News (score: 102)[Other] Hyperflask – Full stack Flask and Htmx framework
testcontainers/testcontainers-java
GitHub Trending[Testing] Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
Show HN: Modshim – a new alternative to monkey-patching in Python
Show HN (score: 6)[Other] Show HN: Modshim – a new alternative to monkey-patching in Python I've invented a new alternative to forking / vendoring / monkey-patching packages in Python.<p>It's a bit like OverlayFS for Python modules - it allows you write modifications for a target module (lower) in a new module (upper), and have these combined in a new virtual module (mount).<p>It works by rewriting imports using AST transformations, then running both the lower and upper module's code in the new Python module.<p>This prevents polluting the global namespace when monkey-patching, and means if you want to make changes to a third-party package, you don't have to take on the maintenance burden of forking, you can package and distribute just your changes.
Tech books
Product Hunt[Other] 📚 Notes for all core subjects 💻 Coding practice questions Tech Books is your one-stop mobile library for coders, developers,and tech enthusiasts. Explore a wide collection of programming books, interview guides, and learning resources all in one app. Learn anytime, anywhere,and boost your coding skills effortlessly.