🛠️ All DevTools
Showing 3041–3060 of 3124 tools
Last Updated
January 26, 2026 at 08:00 PM
Local Proxy Inspector
Product Hunt[Monitoring/Observability] Debug http traffic and webhooks locally Transparent HTTP proxy for local development. See every webhook request/response, mock failures, search history. When your backend crashes, LPI keeps responding. Single binary, works offline, SQLite storage. Built by devs who hate losing webhook data.
AI Ticket Routing&SLA Predictor for JIRA
Product Hunt[Other] Predict SLA breaches & auto-route JIRA tickets with AI Supercharge your JIRA workflow with AI! Predict SLA breaches before they happen and auto-assign tickets to the right team. Boost efficiency, reduce delays, and keep customers happy with this open-source ML-powered smart ticketing solution.
JSON Stringify
Product Hunt[Other] Convert js objects or arrays into json strings online Use JSON Stringify to convert JavaScript objects, arrays, or values into valid JSON strings. Useful for storage, API payloads, or debugging frontend data serialization.
Gmailtail – Command-line tool to monitor Gmail messages and output them as JSON
Hacker News (score: 85)[CLI Tool] Gmailtail – Command-line tool to monitor Gmail messages and output them as JSON
Show HN: CSS generator for a high-def glass effect
Show HN (score: 407)[Other] Show HN: CSS generator for a high-def glass effect There are lots of glassmorphism generators out there, but I wanted to push the effect further! This project is the result of months of experimenting with CSS property layering and battling browser quirks.<p>Cross-browser compatibility is actually the reason I rely on ::before and ::after pseudo-elements to build up the effect. Move the color/opacity to the main element, and you’ll get weird color bleed on the corners in Chrome. Move the texture, and it muddles the bevel’s specular highlight. Move the bevel, and it gets blurred out by the backdrop-filter. And so on!<p>Layers include: * Adjustable blur, brightness, and saturation (backdrop-filter) * Subtle translucent texture * Faux 3D bevel (using box-shadows, not an outline)<p>Glassmorphism is rather heavy on resources, so it’s best used as an accent and avoided on wide desktop elements. Should be compatible with recent versions of Chrome, Safari, and Firefox (desktop and mobile). If you spot bugs or rendering glitches, I’d love to know!<p>Side note: this is an early preview of a framework-agnostic glass SCSS/component library I’m building.
Show HN: I made Logic gates using CSS if() function
Hacker News (score: 14)[Other] Show HN: I made Logic gates using CSS if() function
Show HN: Opasm, an Assembly REPL
Show HN (score: 13)[CLI Tool] Show HN: Opasm, an Assembly REPL This is a fun repl for running arbitrary assembly commands, right now it supports x86, X86_64, arm, aarch64, but there's not a big reason that I can't add support for other qemu/capstone/unicorn/ keystone supported architectures, just have to do it
PaddlePaddle/ERNIE
GitHub Trending[API/SDK] The official repository for ERNIE 4.5 and ERNIEKit – its industrial-grade development toolkit based on PaddlePaddle.
Envolt
Product Hunt[Other] Secure .env sharing for dev teams Envolt is a secure platform for sharing environment variables and secrets with your team. Keep your sensitive data safe while collaborating on projects.
Dessert
Product Hunt[Testing] Test generation straight from your debugger Hey! I built an open-source IntelliJ IDE plugin that uses AI to generate unit tests straight from your debugger. It grabs runtime variables and stack info as context to generate more accurate tests. Looking for contributors if you're down to help! 😀
Show HN: Terminal in Browser
Show HN (score: 5)[Other] Show HN: Terminal in Browser I wrote a small golang project to render terminal on browser. It is a single binary that can be deployed on any server and you can access the terminal over web.
Show HN: Core – open source memory graph for LLMs – shareable, user owned
Show HN (score: 109)[Other] Show HN: Core – open source memory graph for LLMs – shareable, user owned I keep running in the same problem of each AI app “remembers” me in its own silo. ChatGPT knows my project details, Cursor forgets them, Claude starts from zero… so I end up re-explaining myself dozens of times a day across these apps.<p>The deeper problem<p>1. Not portable – context is vendor-locked; nothing travels across tools.<p>2. Not relational – most memory systems store only the latest fact (“sticky notes”) with no history or provenance.<p>3. Not yours – your AI memory is sensitive first-party data, yet you have no control over where it lives or how it’s queried.<p>Demo video: <a href="https://youtu.be/iANZ32dnK60" rel="nofollow">https://youtu.be/iANZ32dnK60</a><p>Repo: <a href="https://github.com/RedPlanetHQ/core">https://github.com/RedPlanetHQ/core</a><p>What we built<p>- CORE (Context Oriented Relational Engine): An open source, shareable knowledge graph (your memory vault) that lets any LLM (ChatGPT, Cursor, Claude, SOL, etc.) share and query the same persistent context.<p>- Temporal + relational: Every fact gets a full version history (who, when, why), and nothing is wiped out when you change it—just timestamped and retired.<p>- Local-first or hosted: Run it offline in Docker, or use our hosted instance. You choose which memories sync and which stay private.<p>Try it<p>- Hosted free tier (HN launch): <a href="https://core.heysol.ai">https://core.heysol.ai</a><p>- Docs: <a href="https://docs.heysol.ai/core/overview">https://docs.heysol.ai/core/overview</a>
Converting a large mathematical software package written in C++ to C++20 modules
Hacker News (score: 103)[Code Quality] Converting a large mathematical software package written in C++ to C++20 modules
Show HN: Flint – Write code your way while ensuring remote consistency
Hacker News (score: 12)[Code Quality] Show HN: Flint – Write code your way while ensuring remote consistency I just released my biggest project yet: Flint, a language-agnostic Git wrapper that lets developers code using their own formatting preferences locally, while automatically enforcing the project's style on push.<p>No more fighting over tabs vs spaces or dealing with noisy diffs.<p>GitHub: <a href="https://github.com/capsulescodes/flint">https://github.com/capsulescodes/flint</a> Documentation: <a href="https://flintable.com/docs/flint/" rel="nofollow">https://flintable.com/docs/flint/</a> Article: <a href="https://capsules.codes/en/blog/flintable/en-flintable-introducing-flint" rel="nofollow">https://capsules.codes/en/blog/flintable/en-flintable-introd...</a>
Show HN: I built the tool I wished existed for moving Stripe between countries
Show HN (score: 102)[Other] Show HN: I built the tool I wished existed for moving Stripe between countries In late 2024, I had to set up a new Stripe account because I incorporated my company in a different country. Turns out it's not as simple as just changing the country in a dropdown, you have to start from scratch.<p>I had hundreds of users and using Stripe's dashboard to add all of the products, prices, coupons and subscriptions manually would take ages. I contacted a couple of services that help with this kind of migration, but their quotes were way over my budget. My next option was to use Stripe's API, which is very powerful but also very complicated. I'm a designer who can code, but I didn't feel confident doing it alone, so I asked a friend, an experienced developer, to help.<p>It proved to be quite challenging, with many details and caveats we had to learn as we went. What we thought would take a couple of days took us a week.<p>After this experience, we teamed up and built <a href="https://stripemove.com" rel="nofollow">https://stripemove.com</a>, a tool that guides you through this whole process, explaining and automating that hard week we went through. It handles the technical complexity while keeping your business running. Customers keep paying on your old account while everything transfers in parallel, then you flip the switch when ready.<p>It's a very niche tool, built for founders who need to change their company location for personal or business reasons. For entrepreneurs buying companies established in other countries. For people in the same situation I was in a few months ago. Basically the tool I wished existed, and for a fair price. Designed to get you through this inconvenient process and back as soon as possible on growing your business.<p>Would love to hear from anyone who's dealt with similar Stripe migrations. What was your biggest pain point?
Show HN: Spegel, a Terminal Browser That Uses LLMs to Rewrite Webpages
Show HN (score: 420)[Other] Show HN: Spegel, a Terminal Browser That Uses LLMs to Rewrite Webpages
Show HN: Jobs by Referral: Find jobs in your LinkedIn network
Show HN (score: 171)[Other] Show HN: Jobs by Referral: Find jobs in your LinkedIn network I have some friends who were laid off and are on the job hunt. We were all quite surprised to learn that LinkedIn does not have a "view jobs only at companies where I have connections", so I built <a href="https://jobsbyreferral.com/" rel="nofollow">https://jobsbyreferral.com/</a><p>It's powered by <a href="https://rapidapi.com/letscrape-6bRBa3QguO5/api/jsearch" rel="nofollow">https://rapidapi.com/letscrape-6bRBa3QguO5/api/jsearch</a>, which is a little pricey, so I'm trying to decide whether to put more effort into the project (I'd have to charge _something_ to offset the costs).
Show HN: A cross-platform terminal emulator written in Java
Hacker News (score: 44)[Other] Show HN: A cross-platform terminal emulator written in Java It's based on the jediterm library developed for IDEs, but it can also be put to work as a standalone terminal emulator with tabs. The library has been around for more than 10 years, but I don't think anyone made a terminal emulator app from it?
Co-OPS.AI
Product Hunt[IDE/Editor] Kubernetes IDE with chatbot Eliminate context-switching and reduce troubleshooting time with AI-powered Kubernetes diagnostics. Help developers solve cluster issues independently while keeping your DevOps team focused.
Well Extract
Product Hunt[CLI Tool] AI-powered receipt & invoice extraction for developers Well Extract — Lightweight AI-powered invoice & receipt data extraction tool for developers. CLI-first, open source, and customizable. Run it locally, choose your AI model (OpenAI, Anthropic, Gemini, Ollama), and get structured JSON from any invoice.