🛠️ All DevTools

Showing 2401–2420 of 2554 tools

Last Updated
December 04, 2025 at 12:00 AM

Iconize Folder

Product Hunt

[Other] Customize folder color & icon & text Iconize Folder is a tool that lets you easily customize folder colors, icons, and text to enhance visual appeal and improve file management efficiency.

Found: July 07, 2025 ID: 157

TensorBlock Forge

Product Hunt

[API/SDK] One API for all AI models Forge is the fast, secure way to connect and run AI models across providers—no more fragmented tools or infrastructure headaches. Just 3 lines of code to switch. OpenAI-compatible. Privacy-first.

Found: July 07, 2025 ID: 158

Voicebun

Product Hunt

[API/SDK] Build voice agents in seconds Build smart voice agents in minutes — no code needed. Automate calls, support, and scheduling with powerful AI workflows.

Found: July 07, 2025 ID: 159

Bank logos API

Product Hunt

[API/SDK] High-resolution logos for banks with a single API call. High-resolution logos for over 1,000+ banks worldwide with a single API call. Perfect for financial apps and fintech solutions.

Found: July 07, 2025 ID: 161

Just Canvass

Product Hunt

[Other] Doorknocking app for municipal elections in Canada Professional digital canvassing app for Alberta municipal elections. Door-to-door campaign tools, voter outreach, and real-time analytics for independent candidates in Edmonton, Calgary, and surrounding areas.

Found: July 07, 2025 ID: 162

EDGAR Analyzer

Product Hunt

[Other] Analyze sec filings in seconds, right when they come out Instantly analyze SEC filings with AI. Save hours of research time with our Chrome extension that provides comprehensive analysis of 10-K, 10-Q, and 8-K reports.

Found: July 07, 2025 ID: 163

SimpleClientHQ

Product Hunt

[Other] Automate client communication and project updates with ease. SimpleClientHQ is a sleek tool for freelancers to automate client updates, project tracking, and file sharing—freeing up time and reducing repetitive communication. Built to save hours of back-and-forth.

Found: July 07, 2025 ID: 164

PandaView

Product Hunt

[Database] Database schema visualization & security Transform your database workflow with PandaView. Generate ERD diagrams, detect vulnerabilities, analyze performance, and optimize your database schema with our beautiful visualization tool.

Found: July 07, 2025 ID: 166

[Other] Show HN: CXXStateTree – A modern C++ library for hierarchical state machines Hi HN!<p>I&#x27;ve built [CXXStateTree](<a href="https:&#x2F;&#x2F;github.com&#x2F;ZigRazor&#x2F;CXXStateTree">https:&#x2F;&#x2F;github.com&#x2F;ZigRazor&#x2F;CXXStateTree</a>), a modern C++ header-only library to create hierarchical state machines with clean, intuitive APIs.<p>It supports: - Deeply nested states - Entry&#x2F;exit handlers - State transitions with guards and actions - Asynchronous transitions with `co_await` (C++20 coroutines) - Optional runtime type identification for flexibility<p>It&#x27;s ideal for complex control logic, embedded systems, games, robotics, and anywhere you&#x27;d use a finite state machine.<p>I’d love feedback, use cases, or contributions from the community!<p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;ZigRazor&#x2F;CXXStateTree">https:&#x2F;&#x2F;github.com&#x2F;ZigRazor&#x2F;CXXStateTree</a>

Found: July 07, 2025 ID: 228

[Other] Show HN: I built a website to summarize Tech Twitter each day Hey folks, I built this as a nightly job that pulls the tweets from a burner account I made, then passes it to GPT-4.1 to summarize alongside some recent headlines: <a href="https:&#x2F;&#x2F;github.com&#x2F;neelsomani&#x2F;tweet-insight-daily&#x2F;blob&#x2F;main&#x2F;scripts&#x2F;lambda_function.py">https:&#x2F;&#x2F;github.com&#x2F;neelsomani&#x2F;tweet-insight-daily&#x2F;blob&#x2F;main&#x2F;...</a>

Found: July 07, 2025 ID: 148

[CLI Tool] Backlog.md – CLI that auto-generates task files (took my Claude success to 95 %)

Found: July 06, 2025 ID: 137

[Other] Show HN: Simple wrapper for Chrome's built-in local LLM (Gemini Nano) Chrome now includes a native on-device LLM (Gemini Nano) starting in version 138. I&#x27;ve been building with it since it was in origin trials, it&#x27;s powerful but the official Prompt API is still a bit awkward:<p>- Enforces sessions even for basic usage<p>- Requires user-triggered downloads<p>- Lacks type safety or structured error handling<p>So I open-sourced a small TypeScript wrapper I originally built for other projects to smooth over the rough edges:<p>github: <a href="https:&#x2F;&#x2F;github.com&#x2F;kstonekuan&#x2F;simple-chromium-ai">https:&#x2F;&#x2F;github.com&#x2F;kstonekuan&#x2F;simple-chromium-ai</a><p>npm: <a href="https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;simple-chromium-ai" rel="nofollow">https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;simple-chromium-ai</a><p>- Stateless prompt() method inspired by Anthropic&#x27;s SDK<p>- Built-in error handling and Result-based .Safe.* variants with neverthrow<p>- Token usage checks<p>- Simple initialization that provides a helper to trigger downloads (must be triggered by user action)<p>It’s intentionally minimal for hacking and prototyping. If you need fine-grained control (e.g. streaming, memory control), use the native API directly:<p><a href="https:&#x2F;&#x2F;developer.chrome.com&#x2F;docs&#x2F;ai&#x2F;prompt-api" rel="nofollow">https:&#x2F;&#x2F;developer.chrome.com&#x2F;docs&#x2F;ai&#x2F;prompt-api</a><p>Would love to hear what people build with it or any feedback!

Found: July 06, 2025 ID: 135

[Other] opencode: AI coding agent, built for the terminal

Found: July 06, 2025 ID: 134

Alex313031/thorium

GitHub Trending

[Other] Chromium fork named after radioactive element No. 90. Windows and MacOS/Raspi/Android/Special builds are in different repositories, links are towards the top of the README.md.

Found: July 06, 2025 ID: 131

[DevOps] Show HN: GraphFlow – A lightweight Rust framework for multi-agent orchestration It all started with a conversation among friends about limitations in current multi-agent orchestration frameworks. We faced issues like limited control over agent memory and state, complicated persistence, scaling problems, and lack of type safety in Python-based tools. These challenges inspired us to try something different. The result was GraphFlow, a Rust-based lean framework for orchestrating multi-agent workflows that&#x27;s simple, scalable, and robust. Its key features include: Graph-based orchestration: Easily define workflows using nodes and edges. Lean Execution Engine: A minimal and efficient graph executor &#x2F; state machine implementation. Clear Memory Management: Direct and transparent handling of agent states. Simple DB Schema: Easy-to-understand schema for persistence and state tracking. High Performance: Native Rust performance with low overhead and easy scaling. Type Safety: Rust&#x27;s type system reduces runtime errors. GraphFlow is open-source ofc and aims to solve real-world problems we&#x27;ve experienced firsthand. We&#x27;d love your feedback!

Found: July 06, 2025 ID: 138

[Other] Show HN: ParsePoint – AI OCR that pipes any invoice straight into Excel Hi HN,<p>I run a small ecommerce shop and, until recently, spent way too many evenings copy-pasting supplier invoices into Excel so my books stayed clean and my expense tracking was granular. It finally hit me that I’d rather invest that time in code than in Ctrl-C&#x2F;Ctrl-V, so I built ParsePoint.app.<p>Why I built it • Manual invoice entry was swallowing 4 hours every month. • Accounting software APIs felt heavyweight for my use-case; I really just wanted clean rows in a spreadsheet. • I love tinkering with AI models and needed an excuse to spin one up in production.<p>What it does 1. Upload a PDF (or forward an email). 2. ParsePoint’s AI OCR extracts line-items, amounts, tax, dates, etc. 3. Download a ready-to-pivot Excel&#x2F;CSV file or hit the API to drop the data wherever you like.<p>Under the hood • Frontend: React • API: .NET 8, PostgreSQL • AI layer: an open-source VLLM model fine-tuned for document layouts<p>Outcome so far • My own workload: from 4 hours&#x2F;month to less than 10 minutes. • Early beta testers (other solo-store owners) report similar time savings and fewer bookkeeping errors. • The pay-as-you-go credit system means no subscriptions or lock-ins—use it only when you need it.<p>I’d love feedback on the tech approach, pricing model, or anything that looks off. All comments welcome, and I’m here to answer every question.<p>Thanks for reading! Marcin – maker of ParsePoint.app

Found: July 06, 2025 ID: 139

[DevOps] Show HN: Virby, a vfkit-based Linux builder for Nix-Darwin Virby is a module for nix-darwin that configures a lightweight linux VM as a remote build machine for nix, allowing linux packages to be built on macOS.

Found: July 06, 2025 ID: 216

[Other] Show HN: BreakerMachines – Modern Circuit Breaker for Rails with Async Support BreakerMachines is a production-ready circuit breaker for Ruby&#x2F;Rails with built-in async&#x2F;fiber support, fallback chains, and rich monitoring. Unlike existing gems, it handles modern Ruby&#x27;s fiber scheduler and avoids dangerous thread timeouts.

Found: July 06, 2025 ID: 140

[Other] Ruby 3.4 frozen string literals: What Rails developers need to know

Found: July 06, 2025 ID: 208

[Other] Tooliya Tooliya is a clean, fast, all-in-one online toolbox. From password generation to unit conversion and text tools, everything is just a click away. No ads, no clutter—just essential tools for everyday tasks, built with simplicity and speed in mind.

Found: July 06, 2025 ID: 127
Previous Page 121 of 128 Next