🛠️ All DevTools

Showing 121–140 of 3027 tools

Last Updated
January 16, 2026 at 08:00 PM

[Code Quality] Building a Rust-style static analyzer for C++ with AI

Found: January 05, 2026 ID: 2900

[Other] Show HN: An LLM-Powered PCB Schematic Checker (Major Update) Traceformer.io is a web application that ingests KiCad projects or Altium netlists along with relevant datasheets, enabling LLM-based schematic review. The system is designed to identify datasheet-driven schematic issues that traditional ERC tools can&#x27;t detect.<p>Since our first launch (formerly as Netlist.io), we&#x27;ve made some big changes:<p>- Full KiCad project parsing via an open-source plugin<p>- Pass-through API pricing with a small platform fee<p>- Automatic datasheet retrieval<p>- ERC&#x2F;DRC-style review UI<p>- Revamped review workflow with selectable frontier models (GPT 5.2, Opus 4.5, and more)<p>- Configurable review parameters (token limits, design rules, and parallel reviews)<p>Additionally, we continue to offer a free plan which lets you evaluate a design before subscribing. We&#x27;re looking forward to hearing your feedback!

Found: January 04, 2026 ID: 2895

OpenGitOps

Hacker News (score: 24)

[Other] OpenGitOps

Found: January 04, 2026 ID: 2897

Show HN: Terminal UI for AWS

Hacker News (score: 151)

[Other] Show HN: Terminal UI for AWS

Found: January 04, 2026 ID: 2894

[Other] Show HN: I made R/place for LLMs I built AI Place, a vLLM-controlled pixel canvas inspired by r&#x2F;place. Instead of users placing pixels, an LLM paints the grid continuously and you can watch it evolve live.<p>The theme rotates daily. Currently, the canvas is scored using CLIP ViT-B&#x2F;32 against a prompt (e.g., Pixelart of ${theme}). The highest-scoring snapshot is saved to the archive at the end of each day.<p>The agents work in a simple loop:<p>Input: Theme + image of current canvas<p>Output: Python code to update specific pixel coordinates + One word description<p>Tech: Next.js, SSE realtime updates, NVIDIA NIM (Mistral Large 3&#x2F;GPT-OSS&#x2F;Llama 4 Maverick) for the painting decisions<p>Would love feedback! (or ideas for prompts&#x2F;behaviors to try)

Found: January 04, 2026 ID: 2905

[IDE/Editor] Show HN: Hover – IDE style hover documentation on any webpage I thought it would be interesting to have ID style hover docs outside the IDE.<p>Hover is a Chrome extension that gives you IDE style hover tooltips on any webpage: documentation sites, ChatGPT, Claude, etc.<p>How it works: - When a code block comes into view, the extension detects tokens and sends the code to an LLM (via OpenRouter or custom endpoint) - The LLM generates documentation for tokens worth documenting, which gets cached - On hover, the cached documentation is displayed instantly<p>A few things I wanted to get right: - Website permissions are granular and use Chrome&#x27;s permission system, so the extension only runs where you allow it - Custom endpoints let you skip OpenRouter entirely – if you&#x27;re at a company with its own infra, you can point it at AWS Bedrock, Google AI Studio, or whatever you have<p>Built with TypeScript, Vite, and the Chrome extension APIs. Coming to the Chrome Web Store soon.<p>Would love feedback on the onboarding experience and general UX – there were a lot of design decisions I wasn&#x27;t sure about.<p>Happy to answer questions about the implementation.

Found: January 04, 2026 ID: 2896

[Other] Show HN: An interactive guide to how browsers work

Found: January 04, 2026 ID: 2901

[Other] Show HN: Rails-like web framework for Go Over the past couple of months I have been working on my own framework the encapsulates how I have come to build web apps using Go.<p>The aim is to make it faster and easier to build full-stack web applications that fully embraces hypermedia instead of JSON data API backend + SPA fronted<p>It&#x27;s getting close to a v1-beta release but the core structure and functionality is there.<p>Would love to hear hn&#x27;s thoughts!

Found: January 04, 2026 ID: 2899

[Other] Show HN: I built an HTTP/2 server in C++ to learn the protocol and language I wanted to learn more about the HTTP&#x2F;2 protocol but also deep dive into modern C++ development. I&#x27;m currently using it to host my personal web site - <a href="https:&#x2F;&#x2F;www.roberthargreaves.com" rel="nofollow">https:&#x2F;&#x2F;www.roberthargreaves.com</a>.<p>I&#x27;ve also blogged a bit about the development process, hosting options and steps I took to harden the application against attack - <a href="https:&#x2F;&#x2F;blog.roberthargreaves.com&#x2F;2026&#x2F;01&#x2F;03&#x2F;building-hosting-ion-http2-server" rel="nofollow">https:&#x2F;&#x2F;blog.roberthargreaves.com&#x2F;2026&#x2F;01&#x2F;03&#x2F;building-hostin...</a><p>It&#x27;s by no means a complete implementation of HTTP&#x2F;2, but I think I&#x27;ve achieved the main aims I was hoping to achieve with it!<p>I would love some feedback though from more experienced folks if there&#x27;s some egregious failings which I should address.

Found: January 04, 2026 ID: 2898

Yoop

Product Hunt

[Other] Share files and keep clipboards synced cross-platform & OS Stop uploading files to the cloud just to download them on another device 3 feet away. Download Yoop: npm install -g yoop Yoop enables direct P2P file sharing on your local network using simple 4-letter codes. Built in Rust. Works cross platform between Windows, macOS, and Linux. Features: - Encrypted transfers - Bidirectional clipboard sync across devices - Resume interrupted transfers - CLI + web interface No accounts. No cloud. Your data never leaves your network. Fully open source.

Found: January 04, 2026 ID: 2891

Ultimate WP Audit

Product Hunt

[Other] One audit to secure, speed up & optimize any WordPress site Professional WordPress auditing platform with 258+ deep checks across security, performance, SEO, accessibility, and database health. Unlike single-purpose tools, Ultimate WP Audit combines everything into one actionable report with prioritized fixes, historical tracking, and white-label reporting—built for developers, agencies, and serious site owners.

Found: January 04, 2026 ID: 2892

FaviconDIY

Product Hunt

[Other] FaviconDIY – Free favicon generator for developers Create favicon.ico and PNG favicons online for free. Upload image, customize size, and download instantly. No login required.

Found: January 04, 2026 ID: 2893

[Other] Show HN: Comet MCP – Give Claude Code a browser that can click Hey HN,<p>Claude Code is pretty agentic now. It writes scripts, calls APIs, uses CLIs. But when something requires actually clicking through a website, it stops and asks me to do it.<p>Problem is, I&#x27;m often unfamiliar with these platforms myself. &quot;Go to App Store Connect and generate a P8 key&quot; okay but where? I end up spending 10 minutes navigating menus I&#x27;ve never seen before.<p>I started delegating these tasks to Perplexity&#x27;s Comet browser. It handles the clicking, returns what I need. But copy-pasting between Claude and Comet got old fast.<p>So I built this MCP server to connect them directly. Now when Claude needs to interact with a website that has no API, it can just ask Comet to handle it.<p><pre><code> Examples: - Grab my app ID from RevenueCat dashboard - Generate a P8 key in App Store Connect - Navigate admin panels behind login walls </code></pre> I tried Playwright MCP but having Claude do the clicking itself overwhelms the context window. Comet&#x27;s agentic browsing just works better in my experience.<p>Comet doesn&#x27;t have an API, so this uses CDP to communicate with it directly.

Found: January 04, 2026 ID: 2935

[Other] Show HN: Self-hosted email server for 2026 – single binary, CalDAV Built this after getting frustrated with the paying to a google for email. Now running it for 1 months in production.<p>What it does: - Full SMTP server (inbound&#x2F;outbound, DKIM signing, SPF&#x2F;DMARC checking) - IMAP with IDLE support - CalDAV&#x2F;CardDAV (replace Google Calendar&#x2F;Contacts) - Web admin panel with Prometheus metrics - Greylisting for spam prevention - Auto-discovery (mail clients configure themselves) - Audit logging for compliance<p>What it doesn&#x27;t do: - Webmail (use Roundcube, etc.) - ML-based spam filtering (greylisting + basic heuristics only) - Clustering&#x2F;HA

Found: January 03, 2026 ID: 2890

[Other] Show HN: Vibe Coding a static site on a $25 Walmart Phone Hi! I took a cheap $25 walmart phone and put a static server on it? Why? Just for a fun weekend project.<p>I used Claude Code for most of the setup. I had a blast.<p>It&#x27;s running termux, andronix, nginx, cloudflared and even a prometheus node exporter.<p>Here&#x27;s the site:<p><a href="https:&#x2F;&#x2F;walmartphone.stetsonblake.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;walmartphone.stetsonblake.com&#x2F;</a>

Found: January 03, 2026 ID: 2888

[Other] Show HN: Open database of link metadata for large-scale analysis

Found: January 03, 2026 ID: 2941

[DevOps] Show HN: Offline tiles and routing and geocoding in one Docker Compose stack Hi HN,<p>I’m building Corviont, a self-hosted offline maps appliance (tiles + routing + search) for edge&#x2F;on-prem devices.<p>Hosted demo (no install): <a href="https:&#x2F;&#x2F;demo.corviont.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;demo.corviont.com&#x2F;</a><p>Self-host (Docker Compose repo): <a href="https:&#x2F;&#x2F;github.com&#x2F;corviont&#x2F;monaco-demo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;corviont&#x2F;monaco-demo</a><p>Docs: <a href="https:&#x2F;&#x2F;www.corviont.com&#x2F;docs" rel="nofollow">https:&#x2F;&#x2F;www.corviont.com&#x2F;docs</a><p>What’s inside:<p><pre><code> - Vector tiles served locally (PMTiles) - Routing served locally (Valhalla) - Offline geocoding&#x2F;search + reverse (SQLite Nominatim-based index) - MapLibre UI wired to the local endpoints </code></pre> After the initial image + data pulls, it runs fully offline (no external map&#x2F;routing&#x2F;geocoding API calls).<p>Next (if people need it): a signed on-device updater for regional datasets (verify → atomic swap → reload).<p>I’d love feedback: where offline maps&#x2F;routing&#x2F;search matters for you, and what constraints bite (hardware, fleet size, update windows, regions, deployment style).

Found: January 03, 2026 ID: 2885

[Code Quality] Show HN: FP-pack – Functional pipelines in TypeScript without monads Hi HN,<p>I built fp-pack, a small TypeScript functional utility library focused on pipe-first composition.<p>The goal is to keep pipelines simple and readable, while still supporting early exits and side effects — without introducing monads like Option or Either.<p>Most code uses plain pipe&#x2F;pipeAsync. For the few cases that need early termination, fp-pack provides a SideEffect-based pipeline that short-circuits safely.<p>I also wrote an “AI agent skills” document to help LLMs generate consistent fp-pack-style code.<p>Feedback, criticism, or questions are very welcome.

Found: January 03, 2026 ID: 2886

CSSUnitConverter

Product Hunt

[Other] Bulk CSS Unit Converter online for free. This online pixel (px) to rem converter can convert pixel units to rem units. It calculates the corresponding rem value based on the root font size you set. It's ideal for responsive web design. In addition, it supports various other unit conversions, including px to rem, rem to px, and em to px. Some tools support batch conversion of text content. For example, if you have a block of CSS code containing many px values, simply copy the code into the batch conversion input box.

Found: January 03, 2026 ID: 2882

Vigil

Product Hunt

[Monitoring/Observability] Never Miss a Beat An all-in-one, Kubernetes-native observability and reliability platform that fuses uptime monitoring, SLO/error budgets, service discovery, on-call scheduling, ChatOps, and public status pages into one self-hosted tool—no more juggling Uptime Kuma, PagerDuty, Statuspage, or Datadog separately. Built for SRE/DevOps teams that want cluster health, external checks, and incident response in a single view with Slack/Teams automation and status page publishing.

Found: January 03, 2026 ID: 2883
Previous Page 7 of 152 Next