🛠️ All DevTools

Showing 2601–2620 of 4413 tools

Last Updated
April 30, 2026 at 04:00 PM

[Other] Show HN: Summeze – Turn videos into editable LaTeX summaries in seconds

Found: October 09, 2025 ID: 1802

Finding a VS Code Memory Leak

Hacker News (score: 35)

[Other] Finding a VS Code Memory Leak

Found: October 09, 2025 ID: 1799

GitHub Issues

Hacker News (score: 26)

[Other] GitHub Issues

Found: October 09, 2025 ID: 1794

[Other] Show HN: A context aware backend for AI coding agents Hey HN, I’m Hang. Today I’m open-sourcing InsForge, a context aware backend for AI coding agents.<p>When using agents like Cursor or Claude to build applications, they often assume what the backend looks like instead of inspecting it. Without access to the actual backend state, they fall back on outdated information, which leads to concrete issues. For example:<p>1. Storage, edge functions, and database logic are closely connected. Without understanding how these parts interact, existing setups get overwritten and important flows break. 2. Database migrations conflict with foreign keys or miss functions because the agent never inspects the live schema. 3. Recreating tables or adding columns that already exist, which leads to conflicts and failed deploys.<p>These problems are not about the agent’s ability to code. They happen because there’s no structured way for the agent to inspect and understand the actual backend before acting.<p>To address this, I built InsForge, which exposes the backend in a structured way and gives the agent direct control:<p>1. Introspection endpoints for schema, relations, functions, triggers, policies, routes, storage, roles, documentation, logs and events 2. Control endpoints for operations usually done through CLI, dashboards or SQL editors<p>InsForge is a full backend platform that includes:<p>- Postgres - Authentication - Storage - Edge functions - Built in AI-model endpoints (via OpenRouter)<p>On top of this, it exposes structured backend metadata and control capabilities through an MCP server and tools, providing a structured, self-describing interface for agents to inspect schemas, policies, triggers, and docs, and interact with the backend.<p>It’s open source and can be self hosted (<a href="https:&#x2F;&#x2F;github.com&#x2F;InsForge&#x2F;InsForge" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;InsForge&#x2F;InsForge</a>) or try our cloud service at (<a href="https:&#x2F;&#x2F;insforge.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;insforge.dev&#x2F;</a>).<p>We love feedback!

Found: October 09, 2025 ID: 1796

[Other] Show HN: I built a web framework in C

Found: October 09, 2025 ID: 1795

rust-lang/rustfmt

GitHub Trending

[Code Quality] Format Rust code

Found: October 09, 2025 ID: 1790

Logs.so

Product Hunt

[Monitoring/Observability] Real-time log monitoring for founders Track what matters in your product. See user signups, payments, and issues in real-time without technical complexity.

Found: October 09, 2025 ID: 1787

SaaStack

Product Hunt

[Other] From code to customer in days, not months. Build SaaS apps faster with SaaStack - a completeNET starter kit packed with production-ready architecture, adapters, and AI-friendly foundations so you can ship from code to customer in days. Scale your product, and your team with confidence.

Found: October 09, 2025 ID: 1788

Nora

Product Hunt

[Other] AI coding agent for smart contracts Nora is the first AI coding agent for smart contracts & blockchain infrastructure. It helps anyone—from web3 pros to newcomers—write secure, optimized contracts and blockchains as easily as vibe-coding websites. Adopted by 45%+ of ETHGlobal NYC 2025 teams

Found: October 09, 2025 ID: 1789

Fuzzypass

Product Hunt

[Other] Fuzzypass is 2^50 times stronger than a "strong" password Locke ID is a free password manager and secure inbox, protected by Fuzzypass. Fuzzypass is an alternative to a master password that provides 100 bits of entropy, making it approximately 2^50 times stronger than a "strong" password.

Found: October 09, 2025 ID: 1791

DeFi Trading Bot

Product Hunt

[Other] Developing On-Chain Intelligence for DeFi Automation Our DeFi Trading Bot Development integrates on-chain data indexing, flash loan arbitrage logic & cross-protocol liquidity routing. Built with custom Solidity orchestration layers, it enables autonomous execution and interoperability across defi ecosystems.

Found: October 09, 2025 ID: 1792

[API/SDK] Trending Search SEO data available via API for automations Stay ahead of the curve with comprehensive trending data from the most popular searches. This API provides developers with instant access to what's trending right now in the US, complete with search volumes, related queries, and intelligent question filtering.

Found: October 09, 2025 ID: 1793

[Other] Create Cloud Stack Links with Ease and Boost your SEO. Generate and deploy SEO-optimized backlinks to the cloud.

Found: October 09, 2025 ID: 1797

BO Motor Wheels

Product Hunt

[Other] BO Motor Wheels for DIY Robots, Arduino & STEM Projects Build your own robots with durable and efficient BO motor wheels from MakerBazar.in! Designed for smooth movement and perfect grip, these wheels are ideal for robotics kits, Arduino projects, automation systems, and school STEM activities.

Found: October 09, 2025 ID: 1798

Download all of your GitHub data

Hacker News (score: 27)

[Other] Download all of your GitHub data

Found: October 09, 2025 ID: 1786

[Other] Show HN: HyprMCP – Analytics, logs and auth for MCP servers Hi HN, my name is Philip, I’m the co-founder of Glasskube and one of the creators of HyprMCP.<p>This project started when we did what everyone was doing — building a remote MCP server and launching it. Building the first local MCP server for testing was quite simple, and we had our first tools ready within a day. The next step was turning that into a production-ready remote MCP server.<p>As we exposed the MCP server to our users, we wanted to authenticate them with our existing authentication methods. We dove deep into authentication. Our approach was to build an auth proxy and plug it in front of our MCP. It took a while to figure out Dynamic Client Registration (DCR) and the OAuth spec, and especially the gaps between existing OIDC IDPs and what LLM clients needed.<p>We thought authentication would be the hard part — but it wasn’t. When we shared the MCP server with a few friendly startups, we realized that different MCP clients behave differently. Especially if something didn&#x27;t work, it was hard to figure out the root cause. We ended up storing all the raw gRPC method calls to see if the initialization and subsequent requests worked. This is especially useful if you are on a serverless environment with limited debugging functionality, like Cloudflare Workers.<p>Once we solved auth and compatibility, we launched to a small customer base — done, right? Unfortunately, not quite. Technically everything was working, but when we started talking to users, they told us the MCP server didn’t always respond with the right tools for their prompts. We had a working enterprise-grade MCP server — but it wasn’t very smart. After talking to some startup friends, we realized we needed an evaluation layer. That’s when we added prompt analytics — letting us see which prompts triggered which tools and how well they performed. That alone dramatically improved our MCP’s behavior and overall user experience.<p>After building all of this into our proxy, we realized that everyone building a remote MCP was facing the same challenges. So we decided to package it all up and release it to the community.<p>We’re thrilled to launch and open-source HyprMCP. It acts as a proxy that you can plug in front of your MCP server(s) with zero code changes. You get authentication, logging and debugging, prompt analytics, and an MCP connection instructions generator.<p>Under the hood, HyprMCP leverages dynamic Kubernetes Operators (Metacontroller) to automate infrastructure provisioning.<p>On the roadmap: MCP aggregation — combining multiple MCP servers under one single remote URL for large organizations running servers with different lifecycles. All of it without storing end user credentials on the server and connecting the MCP to the organizations existing authentication methods.<p>You can check the project out on GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;hyprmcp&#x2F;jetski" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hyprmcp&#x2F;jetski</a><p>For testing, we also have a hosted version here: <a href="https:&#x2F;&#x2F;app.hyprmcp.com" rel="nofollow">https:&#x2F;&#x2F;app.hyprmcp.com</a><p>We even created a demo video on YouTube: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=m2-YyfjXap4" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=m2-YyfjXap4</a><p>We’d love to get your feedback, hear what features are missing, and learn how you’re building and running your own MCP servers.

Found: October 08, 2025 ID: 1782

[CLI Tool] Show HN: A Lisp Interpreter for Shell Scripting Redstart is a lightweight Lisp interpreter written in C++ with a focus on shell scripting. It lets you combine the expressive power of Lisp with the practicality of the Unix shell: you can run commands, capture output, pipe between processes, and still use Lisp syntax for logic and structure. Think of it as writing your shell scripts in Lisp instead of Bash.

Found: October 08, 2025 ID: 1783

[API/SDK] Show HN: Twoway, a Go package for HPKE encrypted request-response flows Hey HN,<p>I&#x27;m Willem from Confident Security, we&#x27;ve built CONFSEC, a provably private AI inference engine. Today, we&#x27;re excited to open-source twoway: <a href="https:&#x2F;&#x2F;github.com&#x2F;confidentsecurity&#x2F;twoway" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;confidentsecurity&#x2F;twoway</a><p>twoway is a Go package that makes it easy to implement secure, encrypted request-response flows. It powers CONFSEC&#x27;s blind prompt handling, ensuring no one, not even us, can see client requests.<p>We built twoway on Cloudflare&#x27;s circl&#x2F;hpke, it uses Hybrid Public key Encryption to implement two flows: - A one-to-one flow where a sender communicates with a single receiver. This flow is fully compatible with RFC 9458 Oblivious HTTP (OHTTP), and the chunked OHTTP draft RFC. - A one-to-many flow where a sender communicates with one or more receivers. Similar to the Apple&#x27;s PCC&#x27;s request flow.<p>Other features include: - Compatibility with any transport, twoway deals with just the messages. - Chunked messages. - Allows for custom HPKE implementations for specialized needs like cryptographic hardware modules.<p>Our README has clear examples to get you started, all you need to do is go get and try an encrypted &quot;Hello world&quot; exchange.<p>Our team will be popping in to answer questions, we&#x27;d love to hear your feedback.<p>Cheers! Willem

Found: October 08, 2025 ID: 1780

[Other] Show HN: Vincent – A delegation framework for wallet automation Vincent lets users safely grant apps&#x2F;agents limited, revocable permission to use their wallets. Think “OAuth for crypto actions”: you define scopes (e.g., “rebalance stables on Aave up to $1k&#x2F;day”), users approve, and your app runs within on-chain guardrails. Non-custodial. Built with Lit Protocol&#x27;s decentralized programmable signing.

Found: October 08, 2025 ID: 1784

[Other] Show HN: FleetCode – Open-source UI for running multiple coding agents Hi HN! I&#x27;ve recently been finding productivity in running parallel CLI coding agents(after not believing in them initially).<p>After having to do a ton of git stashing and branch fumbling, I decided I needed to something to more ergonomically run these agents in their own dedicated spaces.<p>I tried a lot of the existing products but they either were too convoluted or flat out didn&#x27;t work. Some of them also seem to roll their own chat UI which I don&#x27;t think is the right approach, I wanted to something to lightly wrap my terminal sessions.<p>So I built FleetCode! It uses git worktrees and let&#x27;s you run multiple agents at once. It&#x27;s made my multi agent coding workflow much easier.<p>It&#x27;s free and open source, would love some feedback!

Found: October 08, 2025 ID: 1775
Previous Page 131 of 221 Next