🛠️ All DevTools
Showing 2721–2740 of 4416 tools
Last Updated
April 30, 2026 at 08:00 PM
microsoft/agent-framework
GitHub Trending[DevOps] A framework for building, orchestrating and deploying AI agents and multi-agent workflows with support for Python and .NET.
Ip2Geo
Product Hunt[API/SDK] Programmatically convert any IP into GEO location instantly Ip2Geo is a super-lightweight and type-safe library that allows you to convert any IP to geolocation data, 100% free with unlimited uses—no catch. It works exclusively online and can run on both the client and server.
StackBits
Product Hunt[Other] Accelerate UI development with StackBits. StackBits is an open-source library of animated React + Tailwind components and full-stack snippets. Build modern apps faster with ready-to-use UI, Framer Motion animations, and utilities—polished, playful, and free to use, share, and extend.
Element to LLM
Product Hunt[Other] AI-ready JSON snapshots of your live DOM 1-click snapshots of an element’s runtime DOM into clean JSON (attributes, text, computed styles, visibility, hierarchy). Works in Chrome, Firefox & Arc. Local-only, zero telemetry. Ideal for LLM prompts, QA/UX reviews and debugging.
Buildables
Product Hunt[Other] ChatGPT for Hardware Buildables is an AI co-engineer that lets anyone create prototypes. With one prompt, it designs hardware and software using off‑the‑shelf parts, printable components, and ready‑to‑run code.
Show HN: Pluqqy – Terminal based context management tool for AI coding
Show HN (score: 5)[CLI Tool] Show HN: Pluqqy – Terminal based context management tool for AI coding I vibe-coded a terminal tool called Pluqqy (I had a dormant domain on hand) to help me keep LLM context organized while coding with AI. It’s my first time writing Go and my first terminal app, built almost entirely with Claude Code.<p>• What it does: Pluqqy lets you manage prompts, rules, and context as small building blocks, then stitch them together into a single file (like AGENT.md or CLAUDE.md) that your coding agent can consume. It’s meant to reduce context drift and make iteration easier.<p>• Why I built it: I was losing track of my agent context between sessions and wanted something lightweight, reproducible, and terminal-native.<p>• Status: This is more of an experiment / thought-tool than a maintained project. It works on Mac; Windows/Linux haven’t been tested much.<p>• Install: go install github.com/pluqqy/pluqqy-terminal/cmd/pluqqy@latest<p>• Landing page: <a href="https://pluqqy.com" rel="nofollow">https://pluqqy.com</a> (just had fun with it)
Show HN: YNOT – Free, Open-Source YouTube Downloader
Show HN (score: 6)[Other] Show HN: YNOT – Free, Open-Source YouTube Downloader Hey HN! I built YNOT, a simple cross-platform YouTube downloader with a GUI.<p>It's powered by yt-dlp and completely free/open-source (WTFPL license).<p>Key features: - Simple GUI - just paste URL and download - Downloads HD/4K videos - Cross-platform (Windows, macOS, Linux) - No ads, no tracking, completely private - Lightweight and fast<p>GitHub: <a href="https://github.com/james-see/ynot" rel="nofollow">https://github.com/james-see/ynot</a><p>I'd love to hear your feedback and suggestions!
Solveit – A course and platform for solving problems with code
Hacker News (score: 77)[Other] Solveit – A course and platform for solving problems with code
Show HN: Enhance – A Terminal UI for GitHub Actions
Show HN (score: 7)[Other] Show HN: Enhance – A Terminal UI for GitHub Actions I'm very excited to share what I've been working on lately!<p>Introducing ENHANCE, a terminal UI for GitHub Actions that lets you easily see and interact with your PRs checks.<p>It's available under a sponsorware model. Get more info on the site:<p>-> <a href="https://gh-dash.dev/enhance" rel="nofollow">https://gh-dash.dev/enhance</a><p>This is an attempt to make my OSS development something sustainable. Happy to hear feedback about the model as well as the tool! Cheers!
Babel is why I keep blogging with Emacs
Hacker News (score: 159)[Other] Babel is why I keep blogging with Emacs <a href="https://orgmode.org/worg/org-contrib/babel/" rel="nofollow">https://orgmode.org/worg/org-contrib/babel/</a>
Launch HN: Simplex (YC S24) – Browser automation platform for developers
Hacker News (score: 17)[Other] Launch HN: Simplex (YC S24) – Browser automation platform for developers Hi HN! We’re Marco and Shreya, founders of Simplex (<a href="https://www.simplex.sh/">https://www.simplex.sh/</a>). We’re building all the infrastructure you need for modern browser automation – including remote browsers, steerable web agents, and more.<p>Here’s a demo: <a href="https://youtu.be/7KpWJbOcm1Y" rel="nofollow">https://youtu.be/7KpWJbOcm1Y</a><p>We’re excited to be posting on HN again! Back in January, we Show HN’d the earliest version of Simplex (<a href="https://news.ycombinator.com/item?id=42704160">https://news.ycombinator.com/item?id=42704160</a>). We’ve now spent close to a year working with real customers, forward-deploying into their codebases, and building web agent systems for them from the ground up to understand what it takes to get agents working in production.<p>We built Simplex because we started seeing a pattern: companies would initially roll their own Playwright/Stagehand web automation solutions. This worked fine in the early prototype stages, but they’d quickly get overwhelmed with technical challenges as they productionized automations across all the websites their customers use.<p>As they scaled, they’d have to build and manage:<p>- Chrome infrastructure: You'll need remote browsers, extension support, browser settings for anti-bot detection/stealth, and a hundred more small fixes.<p>- DOM parsing: We’ve seen many web portals have really weird quirks (nested iframes, shadow DOM elements, dynamic loading, popups, unstable selectors, etc..) that are hard to parse with traditional/existing browser agents.<p>- Agent context engineering: Website state, user prompts, system prompts, past actions all take up a massive amount of context. Without managing this, agents can get caught in loops or take wrong actions.<p>- Caching/reliability: No matter how perfect your prompts are, it’s hard to guarantee consistency without caching/deterministic actions.<p>- Login/2FA: Solve captcha, fetch 2FA from email/text/Google Auth, encrypt/decrypt credentials to access portals blocked by login.<p>- Automation management: You’ll have to store all your prompts, scrapers, and agents, and find a way to make them reusable if you have the same workflows across different portals.<p>- User interface: Creating new workflows + debugging can take time. You’ll have to find easy ways to expose this to your engineers to make the process more efficient when you have hundreds of automations to build.<p>Simplex is a proper solution that handles all of the above for you. We offer both an UI/dashboard (which is what we use even as technical developers) and an extensive API for customers who are using Simplex in their existing AI agents. Our dashboard/API docs are here: <a href="https://simplex.sh/docs">https://simplex.sh/docs</a>. We’d love for you to check them out!<p>You can get started for free with Simplex at (<a href="https://www.simplex.sh/">https://www.simplex.sh/</a>) (you have to register to prevent abuse since we’re giving you a remote browser that connects to the internet).<p>Our first users have been AI companies across different industries like accounting, logistics/transportation, customer service, and healthtech. We’ve seen them:<p>- Fill out prior authorization forms on medical provider portals<p>- Download hundreds of PDFs from grocer portals across the US<p>- Automate and scrape structured data from traditional ERPs like NetSuite<p>- Submit bids/shipments on logistics/TMS portals<p>- Scrape lawyer/doctor license information across public government portals<p>- And more!<p>We’re excited to see more use cases as we open up the platform – this is our first time doing self-serve.<p>Wanted to end with a quick thank you to HN. The feedback on our first Show HN gave us confidence to steer our product in this direction, and has deeply shaped the last year of our lives. We’d love feedback, especially from anyone who’s tried solving this problem or built similar tools.<p>Happy to answer questions and looking forward to your comments!
Show HN: Grapes Studio – HTML-first WYSIWYG website editor with LLM assistant
Show HN (score: 14)[IDE/Editor] Show HN: Grapes Studio – HTML-first WYSIWYG website editor with LLM assistant I’ve been working with @artf (creator of GrapesJS) on Grapes Studio, an HTML-first editor with an LLM assistant on top of GrapesJS.<p>We’re approaching this differently than the new wave of AI app/site builders which are typically generating full React applications, which we think is overkill for simple websites. From talking to people using these tools, we’ve seen a lot of issues with build errors and overly complicated pages.<p>With our approach you can:<p>- Edit visually via the no-code editor (drag/drop) or ask the LLM to make scoped changes (like “add a section” or “add a new page”).<p>- Build with straight HTML/CSS<p>- Ask AI to import your current site and start building from there instead of total rebuild.<p>We think there’s a lot of benefit using drag and drop editor functionality with LLMs, or you can jump straight into the code in the editor if you choose.<p>- Do you see value in this hybrid model (AI + visual + code editing)?<p>- What are the biggest blockers you’ve run into with AI-only builders?<p>Let us know what you think.
tigerbeetle/tigerbeetle
GitHub Trending[Database] The financial transactions database designed for mission critical safety and performance.
MudBlazor/MudBlazor
GitHub Trending[Other] Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
Show HN: Gooey – Opinionated Go WebASM Framework
Show HN (score: 5)[Other] Show HN: Gooey – Opinionated Go WebASM Framework
tile-ai/tilelang
GitHub Trending[Other] Domain-specific language designed to streamline the development of high-performance GPU/CPU/Accelerators kernels
Show HN: Silobase – Firebase/Supabase alternative as NPM package
Show HN (score: 5)[Package Manager] Show HN: Silobase – Firebase/Supabase alternative as NPM package I built Silobase , an open-source backend-as-a-service packaged as an npm module.<p>With just a package.json and a .env file, you can deploy a REST API on top of your own database.
Upyng
Product Hunt[DevOps] Offline toolkit for DevOps Upyng is a modern offline utility app that combines essential developer and debugging tools into one clean, fast experience. No more juggling multiple websites or apps — Upyng works locally on your machine, keeping your workflow smooth and private.
Convertool
Product Hunt[Other] Free online conversion tools | convertool Free online conversion tools for developers and professionals. Convert between formats, hash data, calculate crypto units, format JSON/XML, and more. Fast, secure, and easy to use.