🛠️ All DevTools

Showing 1161–1180 of 4311 tools

Last Updated
April 24, 2026 at 04:00 PM

DevLensPro

Product Hunt

[Other] AI-powered debugging for Claude Code. Point, click, fix DevLensPro is a Chrome extension that bridges your browser with Claude Code. Point at any UI element, and Claude instantly understands the context—CSS, HTML, console logs, React components, screenshots—and fixes bugs automatically. It eliminates the back-and-forth of describing UI issues. Works with the MCP protocol for seamless integration. 100% local, open source, and privacy-first.

Found: January 28, 2026 ID: 3137

Formboost

Product Hunt

[API/SDK] Handle form submissions without a backend FormBoost is a backend-as-a-service for forms that helps developers, indie hackers, and startups collect form submissions securely without writing backend code. Just create a form in FormBoost, plug the generated API endpoint into your HTML or frontend app, and start receiving submissions instantly. FormBoost handles validation, storage, notifications, analytics, and security—so you can focus on building your product, not plumbing.

Found: January 28, 2026 ID: 3141

Invofox

Product Hunt

[API/SDK] The Document Parsing API for developers Invofox is a document parsing API for developers that turns complex, real-world documents into accurate, structured data. Built for high-variance workflows, Invofox goes beyond OCR with classification, validation, and extraction that scale reliably in production.

Found: January 28, 2026 ID: 3152

[API/SDK] Free Disposable Email Detector & API 🚀 DisposableCheck API helps you detect disposable and temporary email addresses before they pollute your user base. Whether you’re running a SaaS, startup, side project, or landing page, DisposableCheck lets you instantly verify if an email belongs to a known throwaway provider — helping you reduce fake signups, spam, and low-quality users. ⚡ Fast & simple — instant checks with minimal setup 🔌 Developer-friendly — free, easy-to-use API 💸 Free to use — no credit card, no friction

Found: January 28, 2026 ID: 3154

[Database] Show HN: Pinecone Explorer – Desktop GUI for the Pinecone vector database <a href="https:&#x2F;&#x2F;github.com&#x2F;stepandel&#x2F;pinecone-explorer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;stepandel&#x2F;pinecone-explorer</a>

Found: January 28, 2026 ID: 3147

[Other] Show HN: Mystral Native – Run JavaScript games natively with WebGPU (no browser) Hi HN, I&#x27;ve been building Mystral Native — a lightweight native runtime that lets you write games in JavaScript&#x2F;TypeScript using standard Web APIs (WebGPU, Canvas 2D, Web Audio, fetch) and run them as standalone desktop apps. Think &quot;Electron for games&quot; but without Chromium. Or a JS runtime like Node, Deno, or Bun but optimized for WebGPU (and bundling a window &#x2F; event system using SDL3).<p>Why: I originally started by starting a new game engine in WebGPU, and I loved the iteration loop of writing Typescript &amp; instantly seeing the changes in the browser with hot reloading. After getting something working and shipping a demo, I realized that shipping a whole browser doesn&#x27;t really work if I also want the same codebase to work on mobile. Sure, I could use a webview, but that&#x27;s not always a good or consistent experience for users - there are nuances with Safari on iOS supporting WebGPU, but not the same features that Chrome does on desktop. What I really wanted was a WebGPU runtime that is consistent &amp; works on any platform. I was inspired by deno&#x27;s --unsafe-webgpu flag, but I realized that deno probably wouldn&#x27;t be a good fit long term because it doesn&#x27;t support iOS or Android &amp; doesn&#x27;t bundle a window &#x2F; event system (they have &quot;bring your own window&quot;, but that means writing a lot of custom code for events, dealing with windowing, not to mention more specific things like implementing a WebAudio shim, etc.). So that got me down the path of building a native runtime specifically for games &amp; that&#x27;s Mystral Native.<p>So now with Mystral Native, I can have the same developer experience (write JS, use shaders in WGSL, call requestAnimationFrame) but get a real native binary I can ship to players on any platform without requiring a webview or a browser. No 200MB Chromium runtime, no CEF overhead, just the game code and a ~25MB runtime.<p>What it does: - Full WebGPU via Dawn (Chrome&#x27;s implementation) or wgpu-native (Rust) - Native window &amp; events via SDL3 - Canvas 2D support (Skia), Web Audio (SDL3), fetch (file&#x2F;http&#x2F;https) - V8 for JS (same engine as Chrome&#x2F;Node), also supports QuickJS and JSC - ES modules, TypeScript via SWC - Compile to single binary (think &quot;pkg&quot;): `mystral compile game.js --include assets -o my-game` - macOS .app bundles with code signing, Linux&#x2F;Windows standalone executables - Embedding API for iOS and Android (JSC&#x2F;QuickJS + wgpu-native)<p>It&#x27;s early alpha — the core rendering path works well &amp; I&#x27;ve tested on Mac, Linux (Ubuntu 24.04), and Windows 11, and some custom builds for iOS &amp; Android to validate that they can work, but there&#x27;s plenty to improve. Would love to get some feedback and see where it can go!<p>MIT licensed.<p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;mystralengine&#x2F;mystralnative" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mystralengine&#x2F;mystralnative</a><p>Docs: <a href="https:&#x2F;&#x2F;mystralengine.github.io&#x2F;mystralnative&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mystralengine.github.io&#x2F;mystralnative&#x2F;</a>

Found: January 27, 2026 ID: 3170

[Other] Nannou – A creative coding framework for Rust

Found: January 27, 2026 ID: 3167

[Other] Show HN: I built a CSV parser to try Go 1.26's new SIMD package Hey HN,<p>A CSV parser using Go 1.26&#x27;s experimental simd&#x2F;archsimd package.<p>I wanted to see what the new SIMD API looks like in practice. CSV parsing is mostly &quot;find these bytes in a buffer&quot;—load 64 bytes, compare, get a bitmask of positions. The interesting part was handling chunk boundaries correctly (quotes and line endings can split across chunks).<p>- Drop-in replacement for encoding&#x2F;csv - ~20% faster for unquoted data on AVX-512 - Quoted data is slower (still optimizing) - Scalar fallback for non-AVX-512<p>Requires GOEXPERIMENT=simd.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;nnnkkk7&#x2F;go-simdcsv" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nnnkkk7&#x2F;go-simdcsv</a><p>Feedback on edge cases or the SIMD implementation welcome.

Found: January 27, 2026 ID: 3140

[Database] Show HN: ShapedQL – A SQL engine for multi-stage ranking and RAG Hi HN,<p>I’m Tullie, founder of Shaped. Previously, I was a researcher at Meta AI, worked on ranking for Instagram Reels, and was a contributor to PyTorch Lightning.<p>We built ShapedQL because we noticed that while retrieval (finding 1,000 items) has been commoditized by vector DBs, ranking (finding the best 10 items) is still an infrastructure problem.<p>To build a decent for you feed or a RAG system with long-term memory, you usually have to put together a vector DB (Pinecone&#x2F;Milvus), a feature store (Redis), an inference service, and thousands of lines of Python to handle business logic and reranking.<p>We built an engine that consolidates this into a single SQL dialect. It compiles declarative queries into high-performance, multi-stage ranking pipelines.<p>HOW IT WORKS:<p>Instead of just SELECT <i>, ShapedQL operates in four stages native to recommendation systems:<p>RETRIEVE: Fetch candidates via Hybrid Search (Keywords + Vectors) or Collaborative Filtering. FILTER: Apply hard constraints (e.g., &quot;inventory &gt; 0&quot;). SCORE: Rank results using real-time models (e.g., p(click) or p(relevance)). REORDER: Apply diversity logic so your Agent&#x2F;User doesn’t see 10 nearly identical results.<p>THE SYNTAX: Here is what a RAG query looks like. This replaces about 500 lines of standard Python&#x2F;LangChain code:<p>SELECT item_id, description, price<p>FROM<p><pre><code> -- Retrieval: Hybrid search across multiple indexes search_flights(&quot;$param.user_prompt&quot;, &quot;$param.context&quot;), search_hotels(&quot;$param.user_prompt&quot;, &quot;$param.context&quot;) </code></pre> WHERE<p><pre><code> -- Filtering: Hard business constraints price &lt;= &quot;$param.budget&quot; AND is_available(&quot;$param.dates&quot;) </code></pre> ORDER BY<p><pre><code> -- Scoring: Real-time reranking (Personalization + Relevance) 0.5 * preference_score(user, item) + 0.3 * relevance_score(item, &quot;$param.user_prompt&quot;) </code></pre> LIMIT 20<p>If you don’t like SQL, you can also use our Python and Typescript SDKs. I’d love to know what you think of the syntax and the abstraction layer!</i>

Found: January 27, 2026 ID: 3157

[Other] Show HN: Build Web Automations via Demonstration Hey HN,<p>We’ve been building browser agents for a while. In production, we kept converging on the same pattern: deterministic scripts for the happy path, agents only for edge cases. So we built Demonstrate Mode.<p>The idea is simple: You perform your workflow once in a remote browser. Notte records the interactions and generates deterministic automation code.<p>How it works: - Record clicks, inputs, navigations in a cloud browser - Compile them into deterministic code (no LLM at runtime) - Run and deploy on managed browser infrastructure<p>Closest analog is Playwright codegen but: - Infrastructure is handled (remote browsers, proxies, auth state) - Code runs in a deployable runtime with logs, retries, and optional agent fallback<p>Agents are great for prototyping and dynamic steps, but for production we usually want versioned code and predictable cost&#x2F;behavior. Happy to dive into implementation details in the comments.<p>Demo: <a href="https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;f83cb83ecd5e48188dd9741724cde49a" rel="nofollow">https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;f83cb83ecd5e48188dd9741724cde49a</a><p>-- Andrea &amp; Lucas, Notte Founders

Found: January 27, 2026 ID: 3139

I made my own Git

Hacker News (score: 14)

[Other] I made my own Git

Found: January 27, 2026 ID: 3130

[Other] Three dev tools built to respect your time, not exploit it Three focused utilities for developers: regex generation, code review, and secret management. Built by a solo dev tired of bloated SaaS that treats users as products. Free tiers that actually work. No tracking. No dark patterns. Just tools.

Found: January 27, 2026 ID: 3131

API Market

Product Hunt

[API/SDK] Connect to Any API, Instantly. AI API marketplace: image generation, text processing, NLP & more. Easy integration, comprehensive documentation, reliable performance for developers.

Found: January 27, 2026 ID: 3132

tooltips.css

Product Hunt

[Other] Pure CSS Tooltips. No JavaScript. No frameworks. tooltips.css is a lightweight, dependency-free CSS library containing 12 unique, pure CSS, tooltip styles with customizable positioning (top / bottom / left / right). No JavaScript. No frameworks. Just CSS.

Found: January 27, 2026 ID: 3134

[API/SDK] Secure API Gateway for Odoo: Keep Odoo Vanilla. ODXProxy is the secure API gateway for Odoo, enabling App Modernization while keeping Odoo "Vanilla." We provide official, strongly-typed SDKs for TypeScript, Javascript, Swift (concurrency-safe async/await for Apple Platforms), Java, Kotlin,NET and many other. Use typed helper methods for CRUD operations. It also features the ODXProxy MCP server to connect Odoo ERP with AI assistants via Model Context Protocol. Built for DevOps, CI/CD, and DevSecOps

Found: January 27, 2026 ID: 3135

[Other] Show HN: Externalized Properties, a modern Java configuration library Externalized Properties is powerful configuration library which supports resolution of properties from external sources such as files, databases, git repositories, and any custom sources

Found: January 27, 2026 ID: 3156

[Database] Quack-Cluster: A Serverless Distributed SQL Query Engine with DuckDB and Ray

Found: January 27, 2026 ID: 3176

[Other] ChatGPT Containers can now run bash, pip/npm install packages and download files

Found: January 26, 2026 ID: 3125

[Other] Porting 100k lines from TypeScript to Rust using Claude Code in a month

Found: January 26, 2026 ID: 3123

k4yt3x/video2x

GitHub Trending

[Other] A machine learning-based video super resolution and frame interpolation framework. Est. Hack the Valley II, 2018.

Found: January 26, 2026 ID: 3120
Previous Page 59 of 216 Next