🛠️ All DevTools
Showing 2301–2320 of 2553 tools
Last Updated
December 03, 2025 at 08:00 PM
open-telemetry/opentelemetry-go
GitHub Trending[API/SDK] OpenTelemetry Go API and SDK
google/googletest
GitHub Trending[Testing] GoogleTest - Google Testing and Mocking Framework
MCP Engine by AG2.ai
Product Hunt[API/SDK] Instantly create & deploy MCP servers from any API spec MCP Engine is the fastest way to turn any OpenAPI spec into an MCP server that AI agents can actually use. Drop your spec, instantly get a Python repo, run it anywhere, or deploy in one click. 1,400+ MCP servers built so far and counting.
YoinkUI
Product Hunt[Other] Copy any webpage's UI with 1 click A browser extension that lets you copy UI component from any webpage and converts it into react + tailwind components so that you can use it in your own projects.
Todo2
Product Hunt[Other] AI project manager for Cursor Become a 100x Developer with AI-Powered Project Management Todo2 transforms developers into AI-powered project managers who never leave Cursor. Research, plan, and execute entire projects with superhuman productivity through MCP integration.
Velian
Product Hunt[API/SDK] Turn natural language into deploy-ready n8n workflows Describe any automation in natural language and get a validated n8n workflow in seconds. Velian plans the steps, builds each node, shows a visual diff when you iterate, then deploys straight to your n8n—no drag-and-drop, no docs diving.
opencode
Product Hunt[CLI Tool] Your terminal's AI agent, with any model you want opencode is an open-source AI coding agent built for the terminal. It features a native TUI, multi-session support, and is model-agnostic, letting you use Claude, OpenAI, Google, or even local models.
Pxxl App
Product Hunt[Build/Deploy] Deploy your websites and databases in seconds Build, launch, scale and deploy your projects with Pxxl App. Fast, reliable hosting with free tier options for developers. Experience seamless deployment workflows, automatic scaling, and robust infrastructure for web applications of any size.
CutyURL
Product Hunt[Other] Free URL Shortener, Branded Short Links & Analytics CutyURL — Fast, Simple, Powerful URL Shortener 🔗 Key Features: Instantly shorten long links with a single click Create custom short URLs to match your brand Get detailed analytics: track clicks, locations, devices, and more
GNews API
Product Hunt[API/SDK] News api to search for the latest & historical news A powerful REST News API to search for current and historical articles and get trending news in over 22 languages across 30 countries from 60,000+ sources.
ZeroEntropy (YC W25)
Product Hunt[Other] The engine for human-level search ZeroEntropy provides state-of-the-art retrieval for developers building AI products.
APE AI
Product Hunt[Other] Use prebuilt AI agents in a click, build AI agents easily APE AI provides ready-to-use AI agents and a visual platform to create custom AI agents and multi-agent systems easily. It automates data analysis, content creation, spreadsheets, presentations, etc.. No setup, no tech expertise needed, no need to handle APIs.
Show HN: Bedrock – An 8-bit computing system for running programs anywhere
Hacker News (score: 49)[Other] Show HN: Bedrock – An 8-bit computing system for running programs anywhere Hey everyone, this is my latest project.<p>Bedrock is a lightweight program runtime: programs assemble down to a few kilobytes of bytecode that can run on any computer, console, or handheld. The runtime is tiny, it can be implemented from scratch in a few hours, and the I/O devices for accessing the keyboard, screen, networking, etc. can be added on as needed.<p>I designed Bedrock to make it easier to maintain programs as a solo developer. It's deeply inspired by Uxn and PICO-8, but it makes significant departures from Uxn to provide more capabilities to programs and to be easier to implement.<p>Let me know if you try it out or have any questions.
Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
Show HN (score: 5)[DevOps] Show HN: Pangolin – Open source alternative to Cloudflare Tunnels Pangolin is an open source self-hosted tunneled reverse proxy management server with identity and access control, designed to securely expose private resources through encrypted WireGuard tunnels running in user space.<p>We made Pangolin so you retain full control over your infrastructure while providing a user-friendly and feature-rich solution for managing proxies, authentication, and access, all with a clean and simple dashboard web UI.<p>GitHub: <a href="https://github.com/fosrl/pangolin">https://github.com/fosrl/pangolin</a><p>Deployment takes about 5 minutes on a VPS: <a href="https://docs.fossorial.io/Getting%20Started/quick-install" rel="nofollow">https://docs.fossorial.io/Getting%20Started/quick-install</a><p>Demo by Lawrence Systems (YouTube): <a href="https://youtu.be/g5qOpxhhS7M?si=M1XTWLGLUZW0WzTv&t=723" rel="nofollow">https://youtu.be/g5qOpxhhS7M?si=M1XTWLGLUZW0WzTv&t=723</a><p>Some use cases:<p><pre><code> - Grant users access to your apps from anywhere using just a web-browser - Proxy behind CGNAT - One application load balancer across multiple clouds and on-premises - Easily expose services on IoT and edge devices for field monitoring - Bring localhost online for easy access </code></pre> A few key features:<p><pre><code> - No port forwarding and hide your public IP for self-hosting - Create proxies to multiple different private networks - OAuth2/OIDC identity providers - Role-based access control - Raw TCP and UDP support - Resource-specific pin codes, passwords, email OTP - Self-destructing shareable links - API for automation - WAF with CrowdSec and Geoblocking</code></pre>
eBPF: Connecting with Container Runtimes
Hacker News (score: 27)[Other] eBPF: Connecting with Container Runtimes
Show HN: Open source alternative to Perplexity Comet
Hacker News (score: 115)[Other] Show HN: Open source alternative to Perplexity Comet Hey HN, we're a YC startup building an open-source, privacy-first alternative to Perplexity Comet.<p>No invite system unlike bunch of others – you can download it today from our website or GitHub: <a href="https://github.com/browseros-ai/BrowserOS">https://github.com/browseros-ai/BrowserOS</a><p>--- Why bother building an alternative? We believe browsers will become the new operating systems, where we offload much bunch of our work to AI agents. But these agents will have access to all your sensitive data – emails, docs, on top of your browser history. Open-source, privacy-first alternatives need to exist.<p>We're not a search or ad company, so no weird incentives. Your data stays on your machine. <i>You can use local LLMs with Ollama</i>. We also support BYOK (bring your own keys), so no $200/month plans.<p>Another big difference vs Perplexity Comet: our agent runs locally in your browser (not on their server). You can actually watch it click around and do stuff, which is pretty cool! Short demo here: <a href="https://bit.ly/browserOS-demo" rel="nofollow">https://bit.ly/browserOS-demo</a><p>--- How we built? We patch Chromium's C++ source code with our changes, so we have the same security as Google Chrome. We also have an auto-updater for security patches and regular updates.<p>Working with Chromium's 15M lines of C++ has been another fun adventure that I'm writing a blog post on. Cursor/VSCode breaks at this scale, so we're back to using grep to find stuff and make changes. Claude code works surprisingly well too.<p>Building the binary takes ~3 hours on our M4 Max MacBook.<p>--- Next? We're just 2 people with a lot of work ahead (Firefox started with 3 hackers, history rhymes!). But we strongly believe that a privacy-first browser with local LLM support is more important than ever – since agents will have access to so much sensitive data.<p>Looking forward to any and all comments!
Writing Bounds-Safe Code in C with Arrays
Hacker News (score: 14)[Other] Writing Bounds-Safe Code in C with Arrays
Measuring the impact of AI on experienced open-source developer productivity
Hacker News (score: 465)[Other] Measuring the impact of AI on experienced open-source developer productivity
Show HN: Ten years of running every day, visualized
Show HN (score: 14)[Other] Show HN: Ten years of running every day, visualized Today marks ten years, 3653 consecutive days, of running at least one mile every day under the USRSA rules [1]. To celebrate, I built an interactive dashboard that turns a decade of GPX files into charts you can explore.<p>Running has truly changed my life: I've made lifelong friends, explored beautiful places, and more importantly invested into my own health and fitness, which I'm starting to see the positive benefits as I get older.<p>The stack is pretty simple: a NextJS app, with a Postgres database to keep all my running data, and all the stats are pre-computed and cached in Redis, so I effectively only hit the database once a day when a new run is ingested. On the fronted, I toyed with the idea of using D3 or pre-existing data viz libraries, but ended up rolling my own using SVGs directly, it gave me more control on the visualizations.<p>I used the Strava bulk export to pre-populate the database, and I'm using their webhook API to do incremental updates. I have to tap into OpenWeatherMap and OpenCageDate to enrich the running data a little bit.<p>Happy to answer anything about the stack, data pipeline, or how I stayed motivated for 10 years!<p>[1] <a href="https://www.runeveryday.com" rel="nofollow">https://www.runeveryday.com</a> Run Streak Association rules: ≥ 1 mile per day
hashicorp/terraform
GitHub Trending[DevOps] Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.