🛠️ All DevTools

Discover the latest developer tools and utilities

Last Updated
September 06, 2025 at 12:00 AM

[Other] Show HN: Open-sourcing our text-to-CAD app Hey HN! I&#x27;m Zach from Adam (<a href="https:&#x2F;&#x2F;adam.new&#x2F;">https:&#x2F;&#x2F;adam.new&#x2F;</a>). We’re building an AI co-pilot for mechanical CAD software.<p>As part of our broader research, we built a browser-based Text-to-CAD app (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44182206">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44182206</a>) and are now open sourcing it. This is a React SPA with a Supabase backend.<p>What it does:<p>* Generates parametric 3D models from natural language descriptions, with support for both text prompts and image references<p>* Outputs OpenSCAD code with automatically extracted parameters that surface as interactive sliders for instant dimension tweaking<p>* Exports as .STL or .SCAD<p>Under the hood:<p>* Separate agents for conversation and code generation; simple parameter tweaks bypass AI entirely using deterministic regex-based updates<p>* Runs fully in-browser by compiling OpenSCAD to WebAssembly and integrating Three.js with React Three Fiber for 3D rendering<p>* Supports BOSL, BOSL2, MCAD libraries and custom font support (Geist) for text in models<p>We’ve seen many developers trying to replicate this kind of functionality, so we’re releasing this to give the community a solid foundation to build on.<p>Future improvements:<p>* Expand geometry support - Move beyond CSG primitives to support curved surfaces, fillets, lofts, and constraint-driven modeling through CadQuery&#x2F;Build123D<p>* Better spatial context - UI for face&#x2F;edge selection and viewport image integration to give LLMs spatial understanding<p>* Enhanced capabilities - RAG on documentation and integration with more OpenSCAD libraries for features like proper threading<p>You can clone the repo and run it locally! Contributions are welcome, and we’ll keep merging PRs as they come in.

Found: September 05, 2025 ID: 1222

[Other] Data Modeling Guide for Real-Time Analytics with ClickHouse

Found: September 05, 2025 ID: 1217

[API/SDK] Evolution API is an open-source WhatsApp integration API

Found: September 05, 2025 ID: 1214

[Other] I Ditched Docker for Podman (and You Should Too)

Found: September 05, 2025 ID: 1216

[Other] IRHash: Efficient Multi-Language Compiler Caching by IR-Level Hashing

Found: September 05, 2025 ID: 1218

doQment

Product Hunt

[Other] Turn websites into ephemeral MCP servers! From docs, to code Transform any website into a comprehensive MCP-like information retrieval system for AI coding agents. - Create account - Crawl (rest or manually) - Connect and done. Free credits for new accounts as an experiment.

Found: September 05, 2025 ID: 1212

[DevOps] Idea to automation without the wait Create workflow automations by describing them - no more dragging boxes or wiring arrows. Pinkfish is an AI-native platform that combines the power of RPA and iPaaS to connect apps, process documents, scrape the web, and orchestrate workflows.

Found: September 05, 2025 ID: 1213

[Other] Turn YouTube playlists into courses with progress & checkbox Turn YouTube playlists into trackable courses. Mark videos as watched, track your progress with a visual bar, and stay organized with checkboxes - perfect for learners who want structured learning without leaving YouTube.

Found: September 05, 2025 ID: 1215

PulseHook

Product Hunt

[Monitoring/Observability] Lightweight cron job & scripts monitoring & alerting tool PulseHook is a simple, effective monitoring and alerting system designed for developers and data engineers. It provides a lightweight, plug-and-play dashboard to answer one critical question: "Did my job run, and did it succeed?"

Found: September 05, 2025 ID: 1219

Brick Coder AI

Product Hunt

[Other] Build powerful agents in seconds with AI CANVA GENERATOR Compose modular AI agents with drag-and-drop blocks. Connect backends, frontends, and goal-based logic. Export clean code or deploy instantly.

Found: September 05, 2025 ID: 1220

HSN Code Finder

Product Hunt

[Other] Find accurate HSN codes instantly with AI HSN Code Finder helps businesses, exporters, and importers quickly find the right HSN codes using AI. Just enter your product details, select a country, and get accurate codes instantly simplifying compliance and international trade.

Found: September 05, 2025 ID: 1221

iBuildThis

Product Hunt

[Other] Build real projects with AI and real teams Connect with developers, join real-world projects, and build your portfolio with iBuildThis. AI-powered project matching and real-time collaboration.

Found: September 05, 2025 ID: 1224

GitGenie

Product Hunt

[Other] Powered git assistant Automate staging, commit messages, branch flow, and pushes in one command. Open-source NPM package to supercharge your Git workflow.

Found: September 05, 2025 ID: 1226

weaviate/elysia

GitHub Trending

[Package Manager] Python package and backend for the Elysia platform app.

Found: September 04, 2025 ID: 1209

ansible/ansible

GitHub Trending

[DevOps] Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems.https://docs.ansible.com.

Found: September 04, 2025 ID: 1208

UltraEdit

Product Hunt

[IDE/Editor] Powerful, secure, configurable text editor A text editor with world class code editing capabilities for Windows, Mac, and Linux. Feature rich, numerous integrations and supported languages. Free trial.

Found: September 04, 2025 ID: 1211

[Other] Microsoft BASIC for 6502 Microprocessor – Version 1.1 <a href="https:&#x2F;&#x2F;opensource.microsoft.com&#x2F;blog&#x2F;2025&#x2F;09&#x2F;03&#x2F;microsoft-open-source-historic-6502-basic&#x2F;" rel="nofollow">https:&#x2F;&#x2F;opensource.microsoft.com&#x2F;blog&#x2F;2025&#x2F;09&#x2F;03&#x2F;microsoft-o...</a>

Found: September 03, 2025 ID: 1206

API Blueprint

Hacker News (score: 20)

[Other] API Blueprint

Found: September 03, 2025 ID: 1225

[Other] Show HN: VoiceGecko – System-wide voice-to-text that types anywhere

Found: September 03, 2025 ID: 1204

[Database] Show HN: Text2SQL with a Graph Semantic Layer Built QueryWeaver, an open-source text2SQL tool that uses a graph to create a semantic layer on top of your existing databases. When you ask &quot;show me customers who bought product X in a certain ‘REGION’ over the last Y period of time,&quot; it knows which tables to join and how. When you follow up with &quot;just the ones from Europe,&quot; it remembers what you were talking about.<p>Instead of feeding the model a list of tables and columns, we feed it a graph that understands what a customer is, how it connects to orders, which products belong to a campaign, and what &quot;active user&quot; actually means in your business context. We used FalkorDB for the graph part because it handles relationship mapping better than cramming table schemas into prompts. Graphiti tracks the conversation so follow-ups actually work. Final notes: Your data stays in your databases. We read from existing schemas, never migrate data. Standard SQL outputs you can run anywhere. We&#x27;ve built an MCP and you can generate an API key to take it for a spin. Please, tell us how it’s working out for you!

Found: September 03, 2025 ID: 1205

carthage-software/mago

GitHub Trending

[Other] Mago is a toolchain for PHP that aims to provide a set of tools to help developers write better code.

Found: September 03, 2025 ID: 1199

kestra-io/kestra

GitHub Trending

[DevOps] ⚡ Universal Workflow Orchestration Platform — Code in any language, run anywhere. 800+ plugins for data, infrastructure, and AI automation.

Found: September 03, 2025 ID: 1198

aquasecurity/trivy

GitHub Trending

[DevOps] Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more

Found: September 03, 2025 ID: 1197

oraios/serena

GitHub Trending

[Other] A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & Agno integration)

Found: September 03, 2025 ID: 1196

[Other] Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.

Found: September 03, 2025 ID: 1195

[Other] Amazonq.nvim: Official AWS AI Assistant Plugin for Neovim

Found: September 03, 2025 ID: 1200

Case Convert Tool

Product Hunt

[Other] Convert text to any case instantly, free online tool. Convert text between different cases - Sentence case, lower case, UPPER CASE, Capitalized Case, and more. Free 50+ Online text manipulation and utility tools.

Found: September 03, 2025 ID: 1194

AIS

Product Hunt

[Other] Smart terminal AI assistant for instant error analysis AIS is an AI-powered terminal assistant that transforms command failures into learning opportunities. When commands fail, it analyzes context, explains why, and provides smart solutions. Perfect for developers tired of Googling the same errors!

Found: September 03, 2025 ID: 1201

Local Dominator

Product Hunt

[Other] Accurate & affordable google maps rank tracker Local Dominator is a complete Local SEO platform with rank tracking, citation finder, GBP management, competitor insights, and AI content tools. Access real-time data and manage one or multiple locations from a single dashboard.

Found: September 03, 2025 ID: 1202

Sidekick

Product Hunt

[Other] Build Zapier-style automations using only a chat interface Describe your workflow in chat and watch Sidekick build it. AI adds connectors, configures logic, and handles errors. Run it on demand or on a schedule. Connect Gmail, Calendar, Docs, Notion, Slack, and more—priced per run, not per action.

Found: September 03, 2025 ID: 1203

[Other] Lit: a library for building fast, lightweight web components

Found: September 03, 2025 ID: 1192

[Other] Show HN: PasteVault – An open-source, E2EE pastebin with a VS Code-like editor

Found: September 02, 2025 ID: 1193

[CLI Tool] Show HN: I built a deep research tool for local file system I was experimenting with building a local dataset generator with deep research workflow a while back and that got me thinking. what if the same workflow could run on my own files instead of the internet. being able to query pdfs, docs or notes and get back a structured report sounded useful.<p>so I made a small terminal tool that does exactly that. I point it to local files like pdf, docx, txt or jpg. it extracts the text, splits it into chunks, runs semantic search, builds a structure from my query, and then writes out a markdown report section by section.<p>it feels like having a lightweight research assistant for my local file system. I have been trying it on papers, long reports and even scanned files and it already works better than I expected. repo - <a href="https:&#x2F;&#x2F;github.com&#x2F;Datalore-ai&#x2F;deepdoc" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Datalore-ai&#x2F;deepdoc</a><p>Currently citations are not implemented yet since this version was mainly to test the concept, I will be adding them soon and expand it further if you guys find it interesting.

Found: September 02, 2025 ID: 1186

[Other] Show HN: Moribito – A TUI for LDAP Viewing/Queries Check out my TUI I wrote for viewing and querying an LDAP. I need to do basic queries and validation daily for work, and as I work on a mac, there are really no good options. The major player is the Apache Directory Studio which is... not great. So I decided to create a new one.

Found: September 02, 2025 ID: 1179

[Other] Show HN: Zyg – Stop Writing Status Updates Hi HN, I’m Tobi. For a couple of hours over the past few days I’ve been hacking on something to fix a pain point in my dev workflow: writing status updates.<p>Progress is invisible by default. GitHub, Linear, Jira all track tickets and code, but they don’t do a good job of capturing the narrative between “ticket started” and “ticket done.”<p>You start working on a feature, your PM asks “how’s it going?”, and even though you know exactly how it’s going - because you’ve been committing and making progress - you still struggle to answer. That usually means breaking your flow to piece together an update, or just saying “it’s going fine.” You could point them to the commits, but tbj they probably don’t want to wade through diffs.<p>To solve this I built Zyg [pronounced zeig]. It tries to turn commits into human-readable progress updates. It’s a lightweight CLI + dashboard that wraps `git commit`. Running `zyg` will generate a detailed commit message from your changes, produce a project update from that commit or a set of commits you choose, and notify any stakeholders who are subscribed. If you’d rather not share updates automatically, you can just copy the generated summary and drop it in Slack or email.<p>Zyg is free for September thanks to an API credit grant from Anthropic. After that I’ll figure out pricing, but you can also plug in your own key and keep using it for free. It’s still rough around the edges, but I’d appreciate you giving it a spin.

Found: September 02, 2025 ID: 1181

[Other] RubyMine is now free for non-commercial use

Found: September 02, 2025 ID: 1180

LukeGus/Termix

GitHub Trending

[DevOps] Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities.

Found: September 02, 2025 ID: 1175

[API/SDK] A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app

Found: September 02, 2025 ID: 1174

Innoculator

Product Hunt

[Other] AI Application protection Innoculator combines AI signature creation with a distributed model to empower you to virtually patch your applications (including Legacy apps). Simply deploy, upload your vulnerability scan, and Innoculator does the rest.

Found: September 02, 2025 ID: 1171

Nano Banana API

Product Hunt

[API/SDK] Affordable and Reliable Nano Banana API for Image Generation Kie.ai provides developers with seamless access to the Nano Banana API.Recognized for its photorealism, precision editing, and high-speed performance, this model enables scalable and production-ready AI image generation and editing.

Found: September 02, 2025 ID: 1172

Compot

Product Hunt

[IDE/Editor] SwiftUI components + AI coding assistant Build iOS apps faster. Browse 100+ SwiftUI components and templates to copy, tweak, and paste into Xcode. Generate SwiftUI from text or images, and get AI help to explain, debug, or extend code. No dependencies—just clean, reusable Swift.

Found: September 02, 2025 ID: 1173

Studo

Product Hunt

[Other] Study Tracker with a Github-style Heatmap Studo is a simple study tracker with a github-style heatmap. Start a timer, log your sessions, and watch your study streaks grow Built for students who want to see their progress and stay consistent.

Found: September 02, 2025 ID: 1177

[Other] Radius Map, Draw circle, GIS, Mapping, geoJSON, GIS Map Use this free web mapping tool to draw a circle by entering its radius and click a point on the map to place a circle at that spot.

Found: September 02, 2025 ID: 1178

[Other] Open‑source AI tool for multi‑platform video transcription An AI-powered video transcription and summarization tool that supports multiple video platforms including YouTube, Tiktok, Bilibili, and 30+ platforms. It brings powerful video-to‑text workflows right to your local machine—no vendor lock‑in, no paywalls.

Found: September 02, 2025 ID: 1183

CodeBlock DevKit

Product Hunt

[Other] The AI-Powered SaaS Dev Kit for Makers Who Build Fast CodeBlock DevKit is a complete SaaS Development Kit helping entrepreneurs and developers launch SaaS apps fast. With pre-built modules and a full SaaS app template, it removes months of foundational work, letting you focus on building and shipping features.

Found: September 02, 2025 ID: 1184

Feox DB

Product Hunt

[Database] An ultra-fast, embedded and persisted KV store in pure Rust. <200ns GET and <600ns INSERT, Lockless design, io_uring support, Atomic operations, JSON Patching, ACI with bounded Durability window

Found: September 02, 2025 ID: 1187

[API/SDK] Supercharge Apple’s Shortcuts using Cloudflare and Gemini This TypeScript API built with Hono, OpenAI, and deployed as a Cloudflare Worker aims to boost the performance of Apple's Shortcuts by providing a seamless integration with generative AI capabilities, allowing users to create more powerful shortcuts.

Found: September 02, 2025 ID: 1188

Gromet

Product Hunt

[Other] Share and run automations with no installs or setup Gromet lets you turn Python scripts into one-click automations your team can run instantly. No installs, no dependencies, no terminal. Write once, share with a Gromet Vault key, and teammates can run it in seconds.

Found: September 02, 2025 ID: 1189

Chronos for Jira

Product Hunt

[Other] Time tracking made easy Chronos is a time tracking app for Jira, designed to make managing your daily worklogs simple and intuitive. With features like real-time tracking, manual submission, and support for multiple accounts, Chronos is the perfect companion for your Jira workflow.

Found: September 02, 2025 ID: 1190

kardSort.com

Product Hunt

[Other] Simple & Affordable Card Sorting for UX Teams kardSort is a powerful web-based card sorting tool for UX teams. Run open, closed, or hybrid sorts, add questionnaires, use built-in analytics, and export to CSV, SynCaps V3, or Casolysis to uncover user insights and build smarter information architecture.

Found: September 02, 2025 ID: 1191

[Other] Intuitive find and replace CLI (sed alternative)

Found: September 02, 2025 ID: 1176

[Other] Building a WASM compiler in Roc (series)

Found: September 01, 2025 ID: 1223

[Other] Show HN: StripeMeter – Open-Source Usage Metering for Stripe Billing We built StripeMeter, an open-source usage metering platform that plugs directly into Stripe. It solves the classic SaaS pain of “why is my bill higher than expected?” by giving both developers and customers real-time usage tracking with live cost projections. Why it matters:<p>- Transparency: Customers see exactly what Stripe will bill them (within 0.5% parity).<p>- Exactly-once guarantee: No double billing, ever.<p>- Fast &amp; scalable: Sub-minute freshness with Redis + Postgres counters.<p>We’d love feedback from SaaS builders, especially if you’ve struggled with Stripe’s metered billing. Does this solve a real pain for you? What would you need before trusting it in production?

Found: September 01, 2025 ID: 1182

[Other] Show HN: Fine-tuned Llama 3.2 3B to match 70B models for local transcripts I wrote a small local tool to transcribe audio notes (Whisper&#x2F;Parakeet). Code: <a href="https:&#x2F;&#x2F;github.com&#x2F;bilawalriaz&#x2F;lazy-notes" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bilawalriaz&#x2F;lazy-notes</a><p>I wanted to process raw transcripts locally without OpenRouter. Llama 3.2 3B with a prompt was decent but incomplete, so I tried SFT. I fine-tuned Llama 3.2 3B to clean&#x2F;analyze dictation and emit structured JSON (title, tags, entities, dates, actions).<p>Data: 13 real memos → Kimi K2 gold JSON → ~40k synthetic + gold; keys canonicalized. Chutes.ai (5k req&#x2F;day).<p>Training: RTX 4090 24GB, ~4h, LoRA (r=128, α=128, dropout=0.05), max seq 2048, bs=16, lr=5e-5, cosine, Unsloth. On 2070 Super 8GB it was ~8h.<p>Inference: merged to GGUF, Q4_K_M (llama.cpp), runs in LM Studio.<p>Evals (100-sample, scored by GLM 4.5 FP8): overall 5.35 (base 3B) → 8.55 (fine-tuned); completeness 4.12 → 7.62; factual 5.24 → 8.57.<p>Head-to-head (10 samples): ~8.40 vs Hermes-70B 8.18, Mistral-Small-24B 7.90, Gemma-3-12B 7.76, Qwen3-14B 7.62. Teacher Kimi K2 ~8.82.<p>Why: task specialization + JSON canonicalization reduces variance; the model learns the exact structure&#x2F;fields.<p>Lessons: train on completions only; synthetic is fine for narrow tasks; Llama is straightforward to train. Dataset pipeline + training script + evals: <a href="https:&#x2F;&#x2F;github.com&#x2F;bilawalriaz&#x2F;local-notes-transcribe-llm" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bilawalriaz&#x2F;local-notes-transcribe-llm</a>

Found: September 01, 2025 ID: 1167

[Other] Show HN: Public chat rooms with ephemeral chat and anonymous signup Phispr is an ephemeral chat application designed for anonymous, temporary conversations that vanish without a trace. Built with Go, it offers both web and terminal user interfaces.<p>A weekend project exploded into a two weeks project, and with a <i>funny</i> origin. <a href="https:&#x2F;&#x2F;github.com&#x2F;bnkamalesh&#x2F;phispr&#x2F;blob&#x2F;main&#x2F;docs&#x2F;genesis.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bnkamalesh&#x2F;phispr&#x2F;blob&#x2F;main&#x2F;docs&#x2F;genesis....</a>

Found: September 01, 2025 ID: 1170

[Other] Thunk: Build Rust program to support Windows XP, Vista and more

Found: September 01, 2025 ID: 1210

[Other] Show HN: woomarks, transfer your Pocket links to this app or self-host it Pocket is shutting down and I really, really liked it. So I built woomarks, an app that let&#x27;s you save links with a similar UI. It&#x27;s very minimal, but it&#x27;s doing everything I liked from Pocket and you can bulk import your links and use the app or self-host.<p>- Public app that you can test: <a href="https:&#x2F;&#x2F;woomarks.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;woomarks.com&#x2F;</a><p>- My self-hosted version, where you can see my saves: <a href="https:&#x2F;&#x2F;roberto.fyi&#x2F;bookmarks&#x2F;" rel="nofollow">https:&#x2F;&#x2F;roberto.fyi&#x2F;bookmarks&#x2F;</a><p>- Repository if you want to self-host: <a href="https:&#x2F;&#x2F;github.com&#x2F;earlyriser&#x2F;woomarks" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;earlyriser&#x2F;woomarks</a><p>Export links from Pocket here: <a href="https:&#x2F;&#x2F;getpocket.com&#x2F;export" rel="nofollow">https:&#x2F;&#x2F;getpocket.com&#x2F;export</a> the last day will be on October 20025.<p>Features: - Add&#x2F;Delete links - Search - Tags - Bookmarklet (useful for a 2-click-save) - Data reads from: csv file in server (these links are public) local storage in browser (these links are visible just for the user) - Local storage saving. - Import to local storage from csv file - Export to csv from local storage. - Export to csv from csv file (useful when links are &quot;deleted&quot; using the app and just hidden using a local storage blacklist). - Export to csv from both places. - No external libraries. - Vanilla css code. - Vanilla js code.

Found: September 01, 2025 ID: 1166

[Other] Show HN: We built an open-source alternative to expensive pair programming apps My friend and I grew frustrated with the high cost of existing pair programming tools, and of course of grainy screens when we used Huddle or similar tools.<p>We believe core developer collaboration shouldn&#x27;t be locked behind an expensive subscription.<p>So for the past year we spent our nights and weekend building Hopp, an open-source alternative.<p>We would love your feedback and we are here to answer any and all questions.

Found: September 01, 2025 ID: 1168

[Package Manager] Show HN: Simple modenized .NET NuGet server reached RC A simple .NET NuGet server implementation built on Node.js that provides essential NuGet v3 API endpoints.<p>Key Features:<p>* Easy setup, run NuGet server in 10 seconds! * NuGet V3 API compatibility: Support for modern NuGet client operations * No need database management: Store package file and nuspecs into filesystem directly, feel free any database managements * Package publish: Flexible client to upload .nupkg files via HTTP POST using cURL and others * Basic authentication: Setup authentication for publish and general access when you want it * Reverse proxy support: Configurable trusted reverse proxy handling for proper URL resolution * Modern Web UI with enhanced features. * Package importer: Included package importer from existing NuGet server * Docker image available

Found: September 01, 2025 ID: 1164

[Other] Build features. We handle docs. Auto-synced with your code. AutoDocs creates user documentation from your product. You'll feel like you have a dedicated employee writing user docs every time you update your code. Just connect GitHub, review user docs and keep building product to update the docs.

Found: September 01, 2025 ID: 1163

[Other] Show HN: Spotilyrics – See synchronized Spotify lyrics inside VS Code

Found: August 31, 2025 ID: 1162

[DevOps] Show HN: Pitaya – Orchestrate AI coding agents like Claude Code Pitaya is a local, open-source orchestrator for AI coding agents (Claude Code, Codex CLI). It runs many agents in parallel, isolates each in Docker with its own git branch, supports pluggable Python strategies, and persists state so runs are resumable. Quickstart + short demo are in the README.

Found: August 31, 2025 ID: 1160

[Other] Replacing a cache service with a database

Found: August 31, 2025 ID: 1159

[Other] Nyxstone: An LLVM-based (Dis)assembly Framework

Found: August 31, 2025 ID: 1207

[CLI Tool] Show HN: My first Go project, a useless animated bunny sign for your terminal Hi HN, I wanted to share my very first (insignificant) project written in Go: a little CLI tool that displays messages with an animated bunny holding a sign.<p>I wanted to learn Go and needed a small, fun project to get my hands dirty with the language and the process of building and distributing a CLI. I&#x27;ve built a similar tool in JavaScript before so I thought porting it would be a great learning exercise.<p>This was a dive into Go&#x27;s basics for me, from package structure and CLI flag parsing to building binaries for different platforms (never did that on my JS projects).<p>I&#x27;m starting to understand why Go is so praised: it&#x27;s standard library is huge compared with other languages. One thing that really impressed me was the idea (at some point of this journey) to develop a functionality by myself (where in the javascript original project I choose to use an external library), here with the opportunities that std lib was giving me I thought &quot;why don&#x27;t try to create the function by miself?&quot; and it worked! In the Js version I used the nodejs &quot;log-update&quot;, here I write a dedicated pkg.<p>I know it&#x27;s a bit silly, but I could see it being used to add some fun to build scripts or idk highlight important log messages, or just make a colleague smile. It&#x27;s easy to install if you have Go set up:<p><pre><code> go install github.com&#x2F;fsgreco&#x2F;go-bunny-sign&#x2F;cmd&#x2F;bunnysign@latest </code></pre> Since I&#x27;m new to Go, I would genuinely appreciate any feedback on the code, project structure, or Go best practices. The README also lists my planned next steps, like adding tests and setting up CI better.<p>Thanks for taking a look!

Found: August 31, 2025 ID: 1185

[Other] This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.

Found: August 31, 2025 ID: 1150

[Other] Just use `git` to manage your dotfiles

Found: August 31, 2025 ID: 1151

UTCP Agent

Product Hunt

[API/SDK] Build tool-calling agents in 4 lines of code Open-source SDK which allows you to build custom agents which with any tool or native endpoint, with only 4 lines of code. UTCP has collectively +1k GitHub stars, +5k downloads, and is trusted by engineers at AWS, Microsoft, NVIDIA, etc...

Found: August 31, 2025 ID: 1149

LinkDB

Product Hunt

[Database] Database ERD Designer LinkDB is a visual database design tool for creating and managing ER diagrams. Import/export SQL for MySQL, PostgreSQL, and SQL Server, collaborate in real time, track version history, and export production-ready scripts all in one place.

Found: August 31, 2025 ID: 1152

GitOpen Tools

Product Hunt

[Other] Free online developer tools open source. GitOpenTools is a free open-source collection of 45+ developer tools in one place. Format JSON, test regex, convert Base64, generate passwords & more.

Found: August 31, 2025 ID: 1153

Readme.ai

Product Hunt

[Other] Create professional README files effortlessly in one click Generate a README for your project. Create professional and eye-catching README files in seconds. Perfect for developers, startups, and open-source projects. One-click simplicity to showcase your work like never before.

Found: August 31, 2025 ID: 1154

[Other] Think. Plan. Go. ProjectMyThoughts.com is an AI-powered productivity tool designed to transform raw notes and ideas into structured project plans.

Found: August 31, 2025 ID: 1155

[Other] Unix time converter tool Transform Unix time to human-readable datetime formats, batch convert multiple timestamps, and access timezone conversions. Perfect for developers who need to convert Unix timestamp to datetime quickly and accurately.

Found: August 31, 2025 ID: 1157

RunReact AI

Product Hunt

[IDE/Editor] Visual react component editor with in built AI analysis Build, Edit, and Analyze React Components Visually with AI-Powered Insights.

Found: August 31, 2025 ID: 1158

[Other] Show HN: Q.js – Smaller than React/Vue, yet more powerful (40KB gzipped) Q.js is a lightweight JS framework that I recently distilled from our in-house Qbix platform that I’ve been building since 2011. It powers many of our social apps, which have all the features of Facebook, LinkedIn, X, etc.<p>We’re not a big company like Google or Meta, so we never released it publicly. Now I’d like to, and thought it would be a good idea to post it on HN and gather some feedback.<p>Q.minimal.js was designed to be dropped into any website. It lazy-loads all your components only as they are needed and appear on the screen. The minimal file is meant as a starting point for developers, and if you later want more features from the Qbix platform, you can simply swap it out for the larger Q.js file instead.<p>Here are some advantages of Q.minimal.js compared to React, Angular, Vue, or whatever you might be using now:<p>40KB gzipped, smaller than React (without ReactDOM), smaller than Vue runtime, far smaller than Angular<p>No build step, just drop it in; works with plain .html &lt;template&gt; files or with JS&#x2F;Handlebars templates<p>Components &amp; tools, like React components or Vue directives, but attachable as behaviors to any DOM element<p>Faster rendering with requestAnimationFrame and .rendering(), no giant virtual DOM reconciliation<p>Built-in power: batching, caching, lazyloading, routing, slot-based page activation, all included in core<p>Universal dev model: designers can use pure HTML, developers can use JS, both work interchangeably<p>Incremental: drop it into an existing site without rewriting or compiling anything<p>If you have a free hour, give it a try! Play around with it, and let me know what you think. It&#x27;s 100% free and open source under MIT license and I&#x27;m looking to polish up any rough edges before letting developers know about it.

Found: August 31, 2025 ID: 1147

[CLI Tool] Show HN: Captan – Open-Source Cap Table Management CLI I built Captan (<a href="https:&#x2F;&#x2F;github.com&#x2F;acossta&#x2F;captan" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;acossta&#x2F;captan</a>), a tiny open-source CLI tool for managing startup cap tables.<p>Instead of juggling spreadsheets or paying for expensive SaaS cap table solutions, Captan stores everything in a simple JSON file that you can version-control in Git.<p>It supports:<p>- Stakeholders (founders, employees, investors)<p>- Security classes (Common, Preferred, Option Pool)<p>- Share issuances<p>- Option grants with vesting schedules (monthly, cliff)<p>- SAFEs (record + simulate conversion at a priced round)<p>- Cap table math (Outstanding vs Fully Diluted)<p>- CSV&#x2F;JSON exports<p>- Audit log (&quot;the ship’s log&quot;)<p>Overall a JSON in git will offer better auditability and version control than most commercial solutions out there.<p>Modeling different scenarios is super easy, just create a git branch and model whatever you need.<p>Quick taste:<p>---------------------------------------<p>npm install -g captan<p>$captan init --name &quot;Acme, Inc.&quot; --pool-pct 20<p>$captan enlist stakeholder --name &quot;Alice Founder&quot;<p>$captan issue --security sc_common --holder sh_alice --qty 5000000<p>$captan chart<p>Example output:<p>Captan — Cap Table (as of today)<p>Name Outstanding %<p>Alice Founder 5000000 100.00%<p>Totals<p>Issued equity: 5000000<p>Vested options: 0<p>Outstanding total: 5000000<p>Fully diluted total: 7000000<p>---------------------------------------<p>Why I built it: early-stage founders (myself included) often don’t need Carta or Pulley yet — just a clean, hackable way to track ownership. I wanted something transparent, developer-friendly, and Git-native.<p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;acossta&#x2F;captan" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;acossta&#x2F;captan</a><p>npm: <a href="https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;captan" rel="nofollow">https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;captan</a><p>I’d love feedback on what features would make this more useful to you?<p>Thanks!

Found: August 30, 2025 ID: 1143

[Other] Show HN: An AI coding tool for unserious projects Crazy Context is a playful no-code tool to generate project prompts, then turn them into Javascript-based applications in one shot. It has robust version control and a unique approach while super easy to use, cheap and fast. It&#x27;s perfect for any trial and error type approach.

Found: August 30, 2025 ID: 1148

[CLI Tool] Show HN: Sometimes GitHub is boring, so I made a CLI tool to fix it Just wanted to clone a repo from my gh account and visualize it. Pretty easy with gitact. You can check any gh account.<p>It’s called { gitact }<p>quickly navigate through a user’s repos instantly grab the right git clone URL<p>Feedback, stars and PRs are welcome

Found: August 30, 2025 ID: 1161

[Other] Show HN: Yet another daily word game – wotd Howdy HN. I wanted an excuse to do some lightweight JS&#x2F;TS development and to get reacquainted with the Cloudflare stack, so I put together a daily word game. It&#x27;s partially inspired by NYT&#x27;s Spelling Bee and Wordle. The main goal is to find a specific word each day that uses each provided letter at least once. There&#x27;s a secondary goal of finding as many words as possible. Right now progress is all stored on-device, but in the future I might add leaderboards or other competitive elements. Hope y&#x27;all enjoy!

Found: August 30, 2025 ID: 1156

[CLI Tool] Show HN: Give Claude Code control of your browser (open-source) As I started to use Claude Code to do more random tasks I realized I could basically build any CLI tool and it would use it. So I built one that controls the browser and open-sourced it. It should work with Codex or any other CLI-based agent!<p>I have a long term idea where the models are all local and then the tool is privacy preserving because it&#x27;s easy to remove PII from text, but I&#x27;d definitely not recommend using this for anything important just yet. You&#x27;ll need a Gemini key until I (or someone else) figure out how to distill a local version out of that part of the pipeline.<p>Github link: <a href="https:&#x2F;&#x2F;github.com&#x2F;moonshinelabs-ai&#x2F;skipper-tool" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;moonshinelabs-ai&#x2F;skipper-tool</a>

Found: August 30, 2025 ID: 1140

[Other] Show HN: I made a mini site to see timezone shifts Hey HN. I made a micro site one recent evening to see upcoming (and recent past) timezone transitions. At my job, we have some timezone specific code where we often see spikes in metrics due to random timezone shifts around the world. Just for fun, I wanted a way to easily see where and what this timezone shift might have been, so built this mini site to do so.<p>Its fully clientside and works by making use of the Internationalization API, so if you need an API for this you&#x27;re coming to the wrong place, but feel free to yoink the code.<p>Its just one fat index.html file. Served off my VPS via caddy file server. No dependencies or build steps. See the code in the github link below.<p>All the CSS is &quot;vibe coded&quot;, I think it looks pretty cool.<p>As an aside, I love that AI has made it so easy to spit out sites like this. My personal site is filled with subdomains like this one with little random tools which I occasionally use.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;rupert648&#x2F;timezone-fuckery&#x2F;blob&#x2F;main&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rupert648&#x2F;timezone-fuckery&#x2F;blob&#x2F;main&#x2F;inde...</a>

Found: August 30, 2025 ID: 1145

[Other] Show HN: Sourcerer – MCP for semantic code search that reduces token waste I built this because I got tired of watching Claude Code read through massive files just to find a few functions. Sourcerer lets AI agents search code semantically and grab exactly the code chunks they need instead of burning tokens on whole files.<p>It uses tree-sitter to parse your codebase and creates a searchable index. So instead of &quot;read auth.py (538 lines)&quot;, an agent can search for &quot;user authentication logic&quot; and get back just the relevant functions.<p>Demo: <a href="https:&#x2F;&#x2F;asciinema.org&#x2F;a&#x2F;736638" rel="nofollow">https:&#x2F;&#x2F;asciinema.org&#x2F;a&#x2F;736638</a><p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;st3v3nmw&#x2F;sourcerer-mcp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;st3v3nmw&#x2F;sourcerer-mcp</a>

Found: August 30, 2025 ID: 1144

[Other] Show HN: OpenAnimation – KMP app for exploring and editing Lottie animations I’ve been building OpenAnimation, a Kotlin Multiplatform app that lets you discover, view, and edit Lottie animations.<p>You can try it live here: <a href="https:&#x2F;&#x2F;openanimation.web.app" rel="nofollow">https:&#x2F;&#x2F;openanimation.web.app</a><p>Source code is available here: <a href="https:&#x2F;&#x2F;github.com&#x2F;orispok&#x2F;OpenAnimationApp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;orispok&#x2F;OpenAnimationApp</a><p>I’d love to hear your thoughts and feedback!

Found: August 30, 2025 ID: 1138

[Other]

Found: August 30, 2025 ID: 1134

bin456789/reinstall

GitHub Trending

[Other] 一键DD/重装脚本 (One-click reinstall OS on VPS)

Found: August 30, 2025 ID: 1133

[Other]

Found: August 30, 2025 ID: 1132

dockur/windows

GitHub Trending

[DevOps] Windows inside a Docker container.

Found: August 30, 2025 ID: 1131

[CLI Tool] Show HN: Datacmd – Terminal-native dashboards from CSV/API in one command Hi HN,<p>I built Datacmd to eliminate bloated dashboards and browser UIs. It turns any CSV, JSON, API feed into live, terminal-native dashboards with one command. Fast. Minimal. Developer-centric. AND IT&#x27;S OPEN SOURCE <a href="https:&#x2F;&#x2F;github.com&#x2F;VincenzoManto&#x2F;datacmd" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;VincenzoManto&#x2F;datacmd</a><p>What it does:<p>* Generates dynamic dashboards in the terminal: tables, gauges, pie charts, line charts, radars, text boxes * Layout auto-generated or configurable via YAML * Supports CSV, JSON, REST APIs, live system metrics (CPU, memory, disk)<p>Why this matters:<p>* No GUI. Instant visuals where developers live * Zero setup. Download binary or use &quot;go run&quot;, and dashboards appear * Great for sysadmins, devs, ops, data hackers working in terminal-first workflows<p>What I learned building it: Automating a clean layout via algorithm beats manual dashboard design for fast insights. Generating widgets in terminal forces clarity - no fluff, just signal.<p>Looking for feedback on:<p>* Performance with massive datasets (&gt;100k rows) * UX: readability, layout transitions, color themes * Widget ideas: real-time alerts, sparkline ring charts, CLI-friendly drill-downs<p>Live on GitHub. Let me know if you want a downloadable binary or CI build link. Open to contributions, bug reports, wild dashboard ideas.

Found: August 30, 2025 ID: 1141

QtComPort

Product Hunt

[Other] To manage more than one RS232 and TCP connections - Bridge between RS232 and tcp connections - Bluetooth low energy connections - RS232 connections - TCP client connections - TCP server connections - TCP SSL connections - Commands list (both hex and text), QtComPort can send in loop commands taken from a list

Found: August 30, 2025 ID: 1129

[Other] Smart, Secure & Hassle-Free Email Migration Solution DRS Softech Email Migration Tool lets you migrate emails from 99+ clients and 10+ file formats to multiple platforms with zero data loss. It preserves folder hierarchy, removes duplicates, applies filters, and supports bulk migration with ease.

Found: August 30, 2025 ID: 1130

Komutan

Product Hunt

[CLI Tool] A cli tool-kit for creating and managing Typescript CLI apps A CLI tool for creating and managing CommanderJS CLI tools inspired by cobra-cli

Found: August 30, 2025 ID: 1136

Screenshotly

Product Hunt

[API/SDK] Website screenshots with one simple API call Screenshotly is the easiest way to capture website screenshots via API. Automate previews for SaaS, reports, and dashboards in seconds.

Found: August 30, 2025 ID: 1137

[Other] Free-local VSCode Extension tracking Dev routine judging you Afree, local VSCode Extension that judges your coding every minute. It tracks your dev routine, evaluates habits, and builds a full Programmer Profile. It analyzes coding style, Git activity, comments, multitasking, and overwork, giving insights and feedback.

Found: August 30, 2025 ID: 1139

[Other] SynthID – A tool to watermark and identify content generated through AI

Found: August 30, 2025 ID: 1128

[DevOps] Show HN: Kanto.ai – The soc2 ready infra agent Hey HN,<p>I am launching kanto.ai and looking for early beta users.<p>This came out of my own experience. I was responsible for building and maintaining SOC-2 compliance for a Kubernetes application in GCP. The GCP Cloud Foundation Blueprints are a solid starting point, but they are difficult to set up and even harder to keep updated as requirements, policies, and cloud services evolve. Many aspects required for Soc2 are also not provided out of the box.<p>kanto.ai is a GitHub bot that bootstraps an enterprise-grade, multi-repo, git-ops first GCP deployment and automates ongoing maintenance. It watches GitHub issues and generates Terraform pull requests with best practices built in. Under the hood it uses GCP’s Cloud Foundation Toolkit modules for projects, networking, org policies, IAM, and more. The goal is to keep infrastructure SOC-2 ready out of the box.<p>Right now it is early with a landing page and working prototype. I would love feedback from anyone who has dealt with SOC-2, Kubernetes, or the Foundation Blueprints in GCP.<p>Does this solve a real pain you have felt? What blockers did you run into with SOC-2 in GCP? If you used the GCP Cloud Foundation Toolkit, what worked and what did not?<p>Thanks.

Found: August 29, 2025 ID: 1126

[Other] Show HN: FFmpeg Pages – because I was tired of fighting FFmpeg You ever just want to shrink a video… and suddenly you’re buried in flags, half-broken StackOverflow answers, and 10 tabs open just to figure out one command?<p>That’s been me. Every. Single. Time.<p>So I built FFmpeg Pages — a dead-simple collection of the commands I kept searching for. No fluff, no digging, just the stuff that actually works.

Found: August 29, 2025 ID: 1124

[Other] Show HN: VR.dev – a developer network for VR/XR/AR devs I built vr.dev as a lightweight network for people in the VR, XR, and AR development community to showcase demos, promote themselves, and find collaborators. It’s early, but usable for portfolios and discovery.<p>Example profile: <a href="https:&#x2F;&#x2F;vr.dev&#x2F;erik" rel="nofollow">https:&#x2F;&#x2F;vr.dev&#x2F;erik</a><p>What’s live now:<p>- Profiles with vr.dev&#x2F;[username] URLs<p>- Showcase a .glTF file<p>- Resume&#x2F;experience with industry-specific signals<p>What’s coming:<p>- Options for more showcases and supported asset types<p>- Advanced searching on experience and skills<p>- Closer integration with GitHub<p>- Better discovery<p>I’d love feedback on what I can add to make this more useful for you!<p>I’ll be hanging out here all day but feel free to reach out — hn@vr.dev

Found: August 29, 2025 ID: 1122

[Other] Show HN: Sosumi.ai – Convert Apple Developer docs to AI-readable Markdown I got tired of Claude hallucinating Swift APIs. It does a good job at Python and TypeScript, but ask it about SwiftUI and it&#x27;s basically guessing.<p>The problem? Apple&#x27;s docs are JavaScript-rendered, so when you paste URLs into AI tools, they just see a blank page. Copy-pasting works but... c&#x27;mon.<p>So I built something that converts Apple Developer docs to clean markdown. Just swap developer.apple.com with sosumi.ai in any Apple docs URL and you get AI-readable content.<p>For example:<p>- Before: <a href="https:&#x2F;&#x2F;developer.apple.com&#x2F;documentation&#x2F;swift&#x2F;double" rel="nofollow">https:&#x2F;&#x2F;developer.apple.com&#x2F;documentation&#x2F;swift&#x2F;double</a><p>- After: <a href="https:&#x2F;&#x2F;sosumi.ai&#x2F;documentation&#x2F;swift&#x2F;double" rel="nofollow">https:&#x2F;&#x2F;sosumi.ai&#x2F;documentation&#x2F;swift&#x2F;double</a><p>The site itself is a small Hono app running on Cloudflare Workers. Apple&#x27;s docs are actually available as structured data, but Apple doesn&#x27;t make it obvious how to get it. So what this does is map the URLs, fetch the original JSON, and render as Markdown.<p>It also provides an MCP interface that includes a tool to search the Apple developer website, which is helpful.<p>Anyway, please give this a try and let me know what you think!

Found: August 29, 2025 ID: 1120

[Other] Ripple – A TypeScript UI framework that takes the best of React, Solid, Svelte

Found: August 29, 2025 ID: 1169

microsoft/mcp

GitHub Trending

[Other] Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered data access and tool integration

Found: August 29, 2025 ID: 1110

[Other] Show HN: Docustore – Vectorized Technical Documentations docustore&#x27;s aim is to provide up-to-date, off-the shelf and plug-and-play context for LLMs from a curated list of frameworks&#x2F;sdks. It has a 4 step pipeline: scrape the documentation - clean it - vectorize it - package it. My vision is to host it somewhere and develop an API&#x2F;MCP around it so it will be development-environment agnostic.

Found: August 29, 2025 ID: 1125

Snapmark

Product Hunt

[Other] Help AI Truly Understand Your UI Modification Intent Snapmark helps AI precisely understand your UI modification intent through visual selection and accurate DOM information, generating code that truly meets your expectations.

Found: August 29, 2025 ID: 1109

Plaicer

Product Hunt

[Other] Coding challenges that feel real, not rehearsed Join our Beta now. Plaicer is a developer-first platform built entirely around real-world coding challenges. Instead of textbook problems, developers prove their skills by solving practical tasks, rising through levels, and unlocking career opportunities.

Found: August 29, 2025 ID: 1112

Ash list

Product Hunt

[Other] Software to supercharge your daily output. Ash List provides a diverse selection of software designed for productivity. Find the tools that align with your needs here.

Found: August 29, 2025 ID: 1113

TeamPulser

Product Hunt

[Other] Simple pulse surveys, tailored for engineering teams Simple pulse surveys that help engineering managers understand team health. Simple, focused feedback collection via Slack. Built for developers, by developers.

Found: August 29, 2025 ID: 1114

Optibase 2.0

Product Hunt

[Other] The ultimate A/B testing app for Webflow Make data-driven decisions for your Webflow site with Optibase. Test everything from copy to design or even entire pages and improve your conversions.

Found: August 29, 2025 ID: 1115

Oh Dear

Product Hunt

[Monitoring/Observability] The all-in-one monitoring tool for your entire website The all-in-one monitoring tool for your entire website

Found: August 29, 2025 ID: 1116

Codex by OpenAI

Product Hunt

[Other] Your new software engineering teammate One agent for everywhere you code—included in ChatGPT Plus, Pro, Business, Edu, and Enterprise plans.

Found: August 29, 2025 ID: 1117

TurboType

Product Hunt

[Other] Typing practice for coding TurboType helps you master coding speed with real-world typing practice. It supports 10+ programming languages, gives instant feedback, and tracks your progress. Become a faster, more confident programmer with TurboType.

Found: August 29, 2025 ID: 1118

Gonzo

Product Hunt

[Monitoring/Observability] Real-time log analysis terminal UI A powerful, real-time log analysis terminal UI inspired by k9s. Analyze log streams with beautiful charts, AI-powered insights, and advanced filtering.

Found: August 29, 2025 ID: 1119

[Other] Checkpoints for claude code Automatic version control and checkpoint management for Claude Code projects. Track changes, create instant checkpoints, and restore previous states with confidence.

Found: August 29, 2025 ID: 1123

FocusCutter

Product Hunt

[Other] Clean reading mode — one click, no distractions. Cut the clutter. Focus better. Clean blog pages with 1 click. FocusCutter helps students and productivity users read distraction-free by removing ads, popups, notification bars, and side clutter from any article or blog.

Found: August 29, 2025 ID: 1127

[Other] Expert LSP the official language server implementation for Elixir

Found: August 28, 2025 ID: 1107

[Other] Building your own CLI coding agent with Pydantic-AI

Found: August 28, 2025 ID: 1105

[Other] Chronicle – Idiomatic, type safe event sourcing framework for Go

Found: August 28, 2025 ID: 1165

[Other] Show HN: Grammit – Local-only AI grammar checker (Chrome extension) Hey HN, I wanted a grammar checker that didn’t send my writing to someone&#x27;s servers, so we built Grammit, a Chrome extension that runs grammar checks locally using an LLM. Your text never leaves your computer during checking.<p>Here’s a 2-minute overview: <a href="https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;baf501ee6cf14a919a7384128246ed67" rel="nofollow">https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;baf501ee6cf14a919a7384128246ed67</a><p>Because it uses an LLM, it catches more than spelling and grammar. For example, it can correct some wrong statements like “The first US president was Benjamin Franklin.”<p>Grammit also includes an in-page writing assistant that can rephrase or draft new text. It also uses the local LLM.<p>We used many new web features to build this, such as:<p>- Chrome’s new Prompt API to talk to the local model.<p>- Anchor Positioning API to place the UI with minimal impact on the DOM.<p>- CSS Custom Highlights API for inline error marking.<p>- The new CSS sign() function to create CSS-driven layout with discontinuities.<p>Part of the fun of being early adopters of bleeding edge tech is we’re discovering new Chrome bugs (e.g., <a href="https:&#x2F;&#x2F;issues.chromium.org&#x2F;issues&#x2F;428354426" rel="nofollow">https:&#x2F;&#x2F;issues.chromium.org&#x2F;issues&#x2F;428354426</a>, <a href="https:&#x2F;&#x2F;issues.chromium.org&#x2F;issues&#x2F;428039224" rel="nofollow">https:&#x2F;&#x2F;issues.chromium.org&#x2F;issues&#x2F;428039224</a>).<p>I’d love your feedback on:<p>- Where the UX feels rough<p>- What do you think of the corrections and suggestions<p>Happy to answer questions about the tech or the Prompt API. Thanks for trying it out!<p>Chrome Web Store extension link: <a href="https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;grammit-the-ai-grammar-ch&#x2F;pkfmoknmnkbidlniedaloiijibdpjjmm" rel="nofollow">https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;grammit-the-ai-gram...</a>

Found: August 28, 2025 ID: 1106

[Monitoring/Observability] Show HN: MCPcat – A free open-source library for MCP server monitoring Hey everyone!<p>We&#x27;ve been working with several MCP server maintainers and we noticed some difficulties getting drop-in logging and identity attribution working out of the box with existing vendors. A couple of challenges we hoped to solve were: - Baseline piping of tool calls to traditional vendors - How to tie tool calls to a “user session” - Understanding the context behind tool calls made by agents<p>So we built something. :) The MCPcat library is completely free to use, MIT licensed, and provides a one-line solution for adding logging and observability to any vendor that supports OpenTelemetry. We added custom support for Datadog and Sentry because we personally use those vendors, but we’re happy to add more if there’s interest.<p>Here’s how it works:<p><pre><code> mcpcat.track(serverObject, {...options…}) </code></pre> This initializes a series of listeners that: 1. Categorize events within the same working session 2. Publish those events directly to your third-party data provider<p>Optionally, you can redact sensitive data. The data never touches our servers (unless you opt in to additional contextual analysis, which I mention below).<p>Some teams might also want a better understanding of “what use cases are people finding with my MCP server.” For that, we provide a separate dashboard that visualizes the user journey in more detail (free for a high baseline of monthly usage and always free for open source projects).<p>We have two SDKs so far: Python SDK: &lt;<a href="https:&#x2F;&#x2F;github.com&#x2F;MCPCat&#x2F;mcpcat-python-sdk" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;MCPCat&#x2F;mcpcat-python-sdk</a>&gt; TypeScript SDK: &lt;<a href="https:&#x2F;&#x2F;github.com&#x2F;MCPCat&#x2F;mcpcat-typescript-sdk" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;MCPCat&#x2F;mcpcat-typescript-sdk</a>&gt;<p>Other SDKs are on the way!

Found: August 28, 2025 ID: 1100

[API/SDK] Show HN: SwiftAI – open-source library to easily build LLM features on iOS/macOS We built SwiftAI, an open-source Swift library that lets you use Apple’s on-device LLMs when available (Apple opened access in June), and fall back to a cloud model when they aren’t available — all without duplicating code.<p>SwiftAI gives you: - A single, model-agnostic API - An agent&#x2F;tool loop - Strongly-typed structured outputs - Optional chat state<p>Backstory: We started experimenting with Apple’s local models because they’re free (no API calls), private, and work offline. The problem: not all devices support them (older iPhones, Apple Intelligence disabled, low battery, etc.). That meant writing two codepaths — one for local, one for cloud — and scattering branching logic across the app. SwiftAI centralizes that decision. Your feature code stays the same whether you’re on-device or cloud.<p>Example<p><pre><code> import SwiftAI let llm: any LLM = SystemLLM.ifAvailable ?? OpenaiLLM(model: &quot;gpt-5-mini&quot;, apiKey: &quot;&lt;key&gt;&quot;) let response = try await llm.reply(to: &quot;Write a haiku about Hacker News&quot;) print(response.content) </code></pre> It&#x27;s open source — we&#x27;d love for you to try it, break it, and help shape the roadmap. Join our discord &#x2F; slack or email us at root@mit12.dev.<p>Links<p>- GitHub (source, docs): <a href="https:&#x2F;&#x2F;github.com&#x2F;mi12labs&#x2F;SwiftAI" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mi12labs&#x2F;SwiftAI</a><p>- System Design: <a href="https:&#x2F;&#x2F;github.com&#x2F;mi12labs&#x2F;SwiftAI&#x2F;blob&#x2F;main&#x2F;Docs&#x2F;Proposals&#x2F;001-llm-api.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mi12labs&#x2F;SwiftAI&#x2F;blob&#x2F;main&#x2F;Docs&#x2F;Proposals...</a><p>- Swift Package Index (compat&#x2F;builds): <a href="https:&#x2F;&#x2F;swiftpackageindex.com&#x2F;mi12labs&#x2F;SwiftAI" rel="nofollow">https:&#x2F;&#x2F;swiftpackageindex.com&#x2F;mi12labs&#x2F;SwiftAI</a><p>- Discord <a href="https:&#x2F;&#x2F;discord.com&#x2F;invite&#x2F;ckfVGE5r" rel="nofollow">https:&#x2F;&#x2F;discord.com&#x2F;invite&#x2F;ckfVGE5r</a> and slack <a href="https:&#x2F;&#x2F;mi12swiftai.slack.com&#x2F;join&#x2F;shared_invite&#x2F;zt-3c3lr6dat-jJ8BHBsdWc47o4FDu2CgHQ#&#x2F;shared-invite&#x2F;email" rel="nofollow">https:&#x2F;&#x2F;mi12swiftai.slack.com&#x2F;join&#x2F;shared_invite&#x2F;zt-3c3lr6da...</a>

Found: August 28, 2025 ID: 1101

[Other] Show HN: GrowChief – open-source social media outreach tool

Found: August 28, 2025 ID: 1102

[IDE/Editor] Show HN: AI Agent in Jupyter – Runcell I build runcell, an AI Agent in Jupyter Lab. It can understand context (data, charts, code, etc) in your jupyterlab and write code for you.<p>Runcell has built-in tools that can edit or execute cells, read&#x2F;write files, search web, etc.<p>Comparing with AI IDE like cursor, runcell focus on building context for code agent in jupyter environment, which means the agent can understand different types of information in jupyter notebook, access kernel state, edit&#x2F;execute specific cells instead of handling jupyter as static ipynb file.<p>Comparing with jupyter ai, runcell is more like an agent instead of a chatbot. It have access to lots of tools to work and take actions by its own.<p>You can use runcell with simple &quot;pip install runcell&quot; to start.<p>Any comments and suggestions are welcome.

Found: August 28, 2025 ID: 1098

[Other] Show HN: I built AI that turns 4 hours of financial analysis into 30 seconds I built Duebase AI to solve a problem I kept running into in fintech - analyzing UK company financial health takes forever. The process usually goes: download PDFs from Companies House → manually extract data to spreadsheets → calculate ratios → interpret trends. Takes 3-4 hours per company and requires serious financial expertise. The technical challenge: Companies House filings are messy. Inconsistent formats, complex accounting structures, missing data, and you need to understand UK accounting standards to make sense of it all. My approach:<p>Parse 15M+ UK company records from Companies House API Built ML models to extract and normalize financial data from varied filing formats Created scoring algorithms that weight liquidity, profitability, leverage, and growth trends Generate 1-5 health scores with explanations in plain English<p>What it does:<p>Instant financial analysis of any UK company (30 seconds vs 4 hours) Real-time monitoring with alerts for new filings&#x2F;director changes Risk detection that catches declining trends early No financial background needed to understand results<p>The hardest part was handling the data inconsistencies - UK companies file in different formats, use various accounting frameworks, and often have incomplete information. Had to build a lot of data cleaning and normalization logic. Currently focused on the UK market since I know the regulatory landscape well, but the approach could work for other countries with similar public filing systems. Link: <a href="https:&#x2F;&#x2F;duebase.com" rel="nofollow">https:&#x2F;&#x2F;duebase.com</a>

Found: August 28, 2025 ID: 1097

apiJuice

Product Hunt

[API/SDK] Create an API for anything in seconds Create an API for anything in seconds. Get super fast response just paste any URL and describe the data you need in plain English. --> AI instantly creates a custom API that extracts exactly what you need. Get clean JSON data via API, n8n node, or custom app.

Found: August 28, 2025 ID: 1099

codeupto

Product Hunt

[Other] Theme editor & generator Free to use or live preview changes Customize shadcn/ui themes with CodeUpto’s interactive editor — Tailwind v4, live preview, and real-time code export.

Found: August 28, 2025 ID: 1103

Mila API

Product Hunt

[API/SDK] Next-gen location APIs for apps, agents & AI workflows A few years ago we dreamed of talking to IDEs. Now, we talk to maps. Mila is building semantic, AI-ready location APIs—so apps and agents can understand places the way people do. Affordable, developer-first, launching this week.

Found: August 28, 2025 ID: 1104

[Other] Show HN: Meetup.com and eventribe alternative to small groups Mobile first open-source RSVP platform. Alternative for meetup.com &#x2F; eventribe for small companies and groups. If you have a small group and don&#x27;t want to pay for services you can easily selfhost this solution. Open for improvements and for feedback, ofc.<p>- One-Click Sharing - Each event gets a unique, memorable URL. Share instantly via any platform or messaging app. - No Hassle, No Sign-Ups - Skip registrations and endless forms. Unlike other event platforms, you create and share instantly — no accounts, no barriers. - Effortless Simplicity - Designed to be instantly clear and easy. No learning curve — just open, create, and go.

Found: August 27, 2025 ID: 1096

[Other] Show HN: React Web Camera – Fix <input type=file> single-photo limit What we built<p>React Web Camera is a lightweight, reusable React component that allows users to capture multiple photos in one camera session, in-browser. It works across standard web apps, responsive UIs, and Progressive Web Apps (PWAs)—unlocking a smoother experience than the default &lt;input type=&quot;file&quot; capture&gt; element.<p>The problem<p>On mobile (and increasingly on desktops), using: &lt;input type=&quot;file&quot; accept=&quot;image&#x2F;*&quot; capture=&quot;environment&quot;&gt; only allows taking one picture before the camera closes. Want to add more? You have to reopen it each time.<p>How React Web Camera solves it<p>Opens the camera inline in-browser, Lets the user capture multiple photos in one go, Allows previewing captured photos, removing unwanted ones, and submitting everything in a batch, Fully client-side, respects user privacy, Supported across web, responsive UIs, and installable PWAs.

Found: August 27, 2025 ID: 1091

[Other] Show HN: I made an Animal Crossing style letter editor I made a simple open-source letter editor inspired by Animal Crossing NH. Took me forever to look over each card, but I&#x27;m quite pleased with how it turned out. You can even click the bottle in the bottom right to see a random letter design shared by other users! Now to see how long it stays up...<p>Check out the source code here: <a href="https:&#x2F;&#x2F;github.com&#x2F;IdreesInc&#x2F;Animal-Crossing-Letter-Generator" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;IdreesInc&#x2F;Animal-Crossing-Letter-Generato...</a>

Found: August 27, 2025 ID: 1135

[CLI Tool] Bring Your Own Agent to Zed – Featuring Gemini CLI <a href="https:&#x2F;&#x2F;developers.googleblog.com&#x2F;pt-br&#x2F;gemini-cli-is-now-integrated-into-zed&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developers.googleblog.com&#x2F;pt-br&#x2F;gemini-cli-is-now-in...</a>

Found: August 27, 2025 ID: 1093

[Other] Running our Docker registry on-prem with Harbor

Found: August 27, 2025 ID: 1142

ASCIIFlow

Hacker News (score: 64)

[Other] ASCIIFlow

Found: August 27, 2025 ID: 1089

spf13/cobra

GitHub Trending

[CLI Tool] A Commander for modern Go CLI interactions

Found: August 27, 2025 ID: 1085

[DevOps] Secure and fast microVMs for serverless computing.

Found: August 27, 2025 ID: 1084

microsoft/terminal

GitHub Trending

[CLI Tool] The new Windows Terminal and the original Windows console host, all in the same place!

Found: August 27, 2025 ID: 1083

[API/SDK] Python package for Real-time, Local Speech-to-Text and Speaker Diarization. FastAPI Server & Web Interface

Found: August 27, 2025 ID: 1082

[Other] Show HN: Auto-Match – How We Built Receipt-to-Transaction Matching (Open Source) I’ve been working on automating bookkeeping tasks, and one big pain point was manually reconciling receipts with bank transactions. We built a system that runs in the background, parses receipts (including Gmail), suggests matches, and learns from confirmations to auto-match over time.<p>It&#x27;s built into Midday and fully open-source.<p>Let me know if you have any questions!

Found: August 27, 2025 ID: 1121

[Other] Show HN: Envoy – Command Logger Envoy is a lightweight, background utility that logs your terminal commands. It&#x27;s designed to be a simple and unobtrusive way to keep a history of your shell usage, which can be useful for debugging, tracking work, or just remembering what you did.

Found: August 27, 2025 ID: 1111

Terminal sessions you can bookmark

Hacker News (score: 19)

[Other] Terminal sessions you can bookmark

Found: August 27, 2025 ID: 1146

Codalogy

Product Hunt

[Other] Visualize Any Codebase Instantly Understand any code architecture in minutes. Codalogy analyzes your codebase, breaks it into clear components, and maps functionality & dependencies—so you can skip the digging and simply explore your code visually, coffee in hand.

Found: August 27, 2025 ID: 1087

Rube

Product Hunt

[Other] Let your AI actually get things done for you Rube is a universal MCP that enables you to take actions across 600+ applications from within your AI chat, be it Cursor, Claude, VS Code, etc. It manages authentication and tool selection seamlessly and securely within the chat.

Found: August 27, 2025 ID: 1088

Prompt to Agent

Product Hunt

[Other] Build, deploy, and monetize LangChain agents in under 5 min Build, deploy, and monetize production-ready LangChain agents in under 5 minutes. AI Native Agent platform with instant revenue generation, beginner-friendly prompt-to-agent creation, and advanced IDE for developers. Start earning from your AI agents today.

Found: August 27, 2025 ID: 1092

N8N MARKETPLACE

Product Hunt

[Other] Premium automation templates A marketplace for premium n8n automation templates designed to help creators and businesses save time and scale faster. Keep 100% of what you earn, zero Commission!

Found: August 27, 2025 ID: 1094

[Other] Show HN: Regolith – Regex library that prevents ReDoS CVEs in TypeScript I wanted a safer alternative to RegExp for TypeScript that uses a linear-time engine, so I built Regolith.<p>Why: Many CVEs happen because TypeScript libraries are vulnerable to Regular Expression Denial of Service attacks. I learned about this problem while doing undergraduate research and found that languages like Rust have built-in protection but languages like JavaScript, TypeScript, and Python do not. This library attempts to mitigate these vulnerabilities for TypeScript and JavaScript.<p>How: Regolith uses Rust&#x27;s Regex library under the hood to prevent ReDoS attacks. The Rust Regex library implements a linear-time Regex engine that guarantees linear complexity for execution. A ReDoS attack occurs when a malicious input is provided that causes a normal Regex engine to check for a matching string in too many overlapping configurations. This causes the engine to take an extremely long time to compute the Regex, which could cause latency or downtime for a service. By designing the engine to take at most a linear amount of time, we can prevent these attacks at the library level and have software inherit these safety properties.<p>I&#x27;m really fascinated by making programming languages safer and I would love to hear any feedback on how to improve this project. I&#x27;ll try to answer all questions posted in the comments.<p>Thanks! - Jake Roggenbuck

Found: August 27, 2025 ID: 1080

[Other] GNU Artanis – A fast web application framework for Scheme

Found: August 26, 2025 ID: 1077

[IDE/Editor] Show HN: First background agents in Jetbrains IDEs [video] TLDR: made the first background coding agent that has an isolated workspace and runs locally<p>Howdy - I’m Kevin, co-founder of Firebender, and we built the first background coding agent in android studio &#x2F; Jetbrains!<p>Why not just use Cursor background agents or OpenAI Codex?<p>Both of these require setting up a cloud container and cloning your existing developer environment, and maintaining it. Then when you want to iterate on changes as AI inevitably makes a mistake, you either throw away the work, or have to pull down the branch and clean it up. This feels really clunky. With Firebender, background agents run locally in a lightweight git worktree&#x2F;IDE tab. This means when the agent is done, you can easily clean up the changes and run code with a few clicks.<p>Under the hood, the agent behaves similarly to claude code (didn’t want to reinvent the wheel), but also leverages all of the hooks into IntelliJ sdk like go-to-definition, find usages, auto-imports for accuracy, and it gives a cleaner visual UI for reviewing changes and merging them. You can use any frontier model like gpt-5&#x2F;sonnet-4 as the base.<p>We’ve had to do quite a bit of reverse engineering of the IntelliJ codebase to cleanly set up and manage the isolated environment, and I think you’ll appreciate the simple UX of hitting cmd+enter to run a background agent anywhere.<p>get started docs: <a href="https:&#x2F;&#x2F;docs.firebender.com&#x2F;get-started&#x2F;background-agents">https:&#x2F;&#x2F;docs.firebender.com&#x2F;get-started&#x2F;background-agents</a><p>download the plugin: <a href="https:&#x2F;&#x2F;firebender.com">https:&#x2F;&#x2F;firebender.com</a><p>Would love to get your feedback to help us improve the tool for you! Thanks!

Found: August 26, 2025 ID: 1075

[Code Quality] Show HN: Framework to create linters for Python, YAML, TOML, JSON Hi, this is a Python framework I have created to make my life a little easier when creating custom linting rules.<p>Key features:<p>- Quick to use (~20 LOC to create a functioning linter&#x2F;checker)<p>- Works with different file formats (as in the description)<p>- Supports multiple ignore&#x2F;noqa directives (per-line ignores, range ignores, whole file, rules choice during runs)<p>- Single check can span all elements of the file or even all files<p>- Works directly with Python&#x27;s AST<p>- Tutorials and API reference to make users life easier<p>All in all seems to be quite functional for my private (yet) linters, so I decided to make it into a FOSS project.<p>Have fun, would love to hear your feedback and ideas regarding it!

Found: August 26, 2025 ID: 1081

[Other] Show HN: My OSS P2P file transfer tool for learning Next.js (as a C++ dev) Hey HN,<p>I&#x27;m a C++ algorithms engineer, and today I&#x27;d like to share my first full-stack web project: PrivyDrop.<p>This project was born from two ideas:<p>First, I wanted to solve a daily annoyance of mine: I needed a simple, AirDrop-like way to send text, links, or screenshots between my phone and PC. I tried many tools, but they either required me to sign up, had various limitations, or uploaded my data to their servers, which I was never comfortable with.<p>Second, this was a personal experiment. Last year, with all the talk about &quot;AI replacing programmers,&quot; I got curious. As a developer with no web background, I wanted to see how long it would take to learn full-stack development from scratch (an area I&#x27;m really interested in) and build a complete application, using AI as my primary coding partner and mentor.<p>PrivyDrop is the result of that learning and experiment.<p>It&#x27;s a peer-to-peer (P2P) file-sharing tool based on WebRTC. Its core principle is that *your data belongs only to you*: all files and text are transferred directly between your browser and the recipient&#x27;s, fully end-to-end encrypted, without ever passing through an intermediate server.<p>*Here are some of its key features:*<p>* Completely free and open-source, with no ads. * No sign-up or installation required—just open your browser. * Direct P2P connection for privacy, security, and speed. * No limits on file size or type. * Support for entire folder transfers. * Built-in resumable transfers.<p>The whole process has been a fantastic learning journey. I&#x27;m sharing it now in the hope that it can solve the same pain point for others. I&#x27;m really eager to hear any feedback, ideas, or even harsh criticism from the HN community!<p>* *Live Demo:* <a href="https:&#x2F;&#x2F;www.privydrop.app" rel="nofollow">https:&#x2F;&#x2F;www.privydrop.app</a> * *GitHub Repo:* <a href="https:&#x2F;&#x2F;github.com&#x2F;david-bai00&#x2F;PrivyDrop" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;david-bai00&#x2F;PrivyDrop</a><p>Thanks, everyone!

Found: August 26, 2025 ID: 1073

[Other] Show HN: Rebuilding GPT2 inference in ~500 lines of (commented) code

Found: August 26, 2025 ID: 1074

[API/SDK] Show HN: Mixing Deterministic Codegen with LLM Codegen for Client SDKs Hi HN, I’m Patrick. Elias, Kevin, and I are building Sideko (<a href="https:&#x2F;&#x2F;sideko.dev" rel="nofollow">https:&#x2F;&#x2F;sideko.dev</a>), a new type of code generator for building and maintaining API client SDKs from OpenAPI specs.<p>Our approach differs significantly from traditional SDK generators in that we use structured pattern matching queries to create and update the code. Other SDK generators use templates, which overwrite custom changes and produce code that looks machine generated.<p>We’ve mixed in LLM codegen by creating this workflow: Run deterministic codegen to establish the SDK structure. Let LLMs enhance specific components where adaptability adds value and include agent rules files that enforce consistency and correctness with type checking and integration tests against mock servers. The system will retain the LLM edits, while the rest of the SDK is automatically maintained by the deterministic generator (keeping it in sync with the API). LLMs can edit most the files (see python rules and typescript rules).<p>You can try it out from your terminal: Install: npm install -g @sideko&#x2F;cli Login: sideko login Initialize: sideko sdk init Prompt: “Add a new function that…”<p>Check out the repo for more details: <a href="https:&#x2F;&#x2F;github.com&#x2F;Sideko-Inc&#x2F;sideko" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Sideko-Inc&#x2F;sideko</a> We’d love to hear your thoughts!

Found: August 26, 2025 ID: 1069

MODSetter/SurfSense

GitHub Trending

[Other] Open Source Alternative to NotebookLM / Perplexity, connected to external sources such as Search Engines, Slack, Linear, Jira, ClickUp, Confluence, Notion, YouTube, GitHub, Discord and more. Join our discord:https://discord.gg/ejRNvftDp9

Found: August 26, 2025 ID: 1064

[Other] Show HN: Turn Markdown into React/Svelte/Vue UI at runtime, zero build step

Found: August 26, 2025 ID: 1065

Enql

Product Hunt

[Other] Durable execution with minimal effort Enql - Enterprise-grade reliability for event-driven applications. Build robust, scalable systems with a single API call. Bring durable execution to your applications easily and focus more of your time on the business logic.

Found: August 26, 2025 ID: 1061

[Code Quality] Dev-five-git/devup-ui: jsx zero-runtime ui styling library ⚡ Zero-runtime – all styles extracted at build time 🗂️ Deduplication – no repeated CSS, thanks to caching 🌍 Responsive & theming support out of the box 💻 Works in TSX/JSX directly – no separate style files needed

Found: August 26, 2025 ID: 1062

Claude Code Guide

Product Hunt

[Other] A place to know latest update of Claude Code Transform your development workflow with Claude Code, the most advanced AI coding assistant powered by Claude Opus 4.1 and Claude Sonnet 4.

Found: August 26, 2025 ID: 1063

Graphite Chat

Product Hunt

[Other] The agentic code review experience. Graphite Chat is your AI-powered reviewer, built right into every pull request. It has full context on your entire codebase to explain diffs, suggest improvements, generate tests, or fix failing CI—and commit the changes instantly. Free while in beta.

Found: August 26, 2025 ID: 1066

Creem 1.0

Product Hunt

[Other] Split SaaS revenue with partners, sell without headaches Smooth payments for SaaS 🤝 Split revenue with partners anywhere. 🌍 Get paid in 80+ currencies, 100+ countries & stablecoins. 🤖 AI assistant that knows your business data. 💳 Sell with subscriptions & one-time payments without Tax headaches.

Found: August 26, 2025 ID: 1067

Vibe Annotations

Product Hunt

[Other] 10x your vibe-coding workflow writing visual annotations Visual annotation tool for AI coding agents like Claude Code, Cursor, GitHub Copilot, and Windsurf. Drop feedbacks on your localhost website and let AI implement all changes automatically via the companion MCP. Free chrome extension for designers / developers.

Found: August 26, 2025 ID: 1068

Otium Technology

Product Hunt

[DevOps] The AI Copilot for Linux & DevOps Otium is the AI DevOps engineer for everyone. Type a task in natural language and Otium generates a safe plan, executes it on your server, explains results, and logs every step - making Linux administration faster, safer, and more accessible.

Found: August 26, 2025 ID: 1070

RepoSentinel

Product Hunt

[Other] Enterprise github repository management & security Professional GitHub repository monitoring, security scanning, and compliance management. Real-time vulnerability detection, dependency tracking, and automated reporting for enterprise teams.

Found: August 26, 2025 ID: 1071

[Other] Scheduled PostgresSQL backups and PostgreSQL monitoring tool Postgresus is a free, open source and self-hosted tool to backup and monitor PostgreSQL. Make backups with different storages and notifications about progress. Postgresus can be installed viash script, Docker or Docker Compose file

Found: August 26, 2025 ID: 1072

Welcome to GLYPH

Product Hunt

[Other] Welcome to the first official Launch of Glyph Welcome to the official launch of Glyph! Glyph is a powerful tool for the professional cloud engineer or architect; allowing clear and complete visualization and navigation of your cloud resources from a highly responsive and secure platform.

Found: August 26, 2025 ID: 1076

Qadence.ai

Product Hunt

[Testing] AI-powered QA that helps you release faster with confidence. Qadence is a platform-enabled QA-as-a-Service that blends AI-driven test automation with managed expertise. Unlike tools that require setup or services that rely on manual testers, Qadence delivers continuous, adaptive coverage out-of-the-box.

Found: August 26, 2025 ID: 1079

[Other] Gonzo: A Go-based TUI for log analysis (OpenTelemetry/OTLP support)

Found: August 25, 2025 ID: 1059

[Other] Google to require developer verification to install and sideload Android apps

Found: August 25, 2025 ID: 1055

[Other] Show HN: Stagewise – frontend coding agent for real codebases Hey HN, we&#x27;re Glenn and Julian, and we&#x27;re building stagewise (<a href="https:&#x2F;&#x2F;stagewise.io">https:&#x2F;&#x2F;stagewise.io</a>), a frontend coding agent that inside your app’s dev mode and that makes changes in your local codebase.<p>We’re compatible with any framework and any component library. Think of it like a v0 of Lovable that works locally and with any existing codebase.<p>You can spawn the agent into locally running web apps in dev mode with `npx stagewise` from the project root. The agent lets you then click on HTML Elements in your app, enter prompts like &#x27;increase the height here&#x27; and will implement the changes in your source code.<p>Before stagewise, we were building a vertical SaaS for logistics from scratch and loved using prototyping tools like v0 or lovable to get to the first version. But when switching from v0&#x2F; lovable to Cursor for local development, we felt like the frontend magic was gone. So, we decided to build stagewise to bring that same magic to local development.<p>The first version of stagewise just forwarded a prompt with browser context to existing IDEs and agents (Cursor, Cline, ..) and went viral on X after we open sourced it. However, the APIs of existing coding agents were very limiting, so we figured that building our own agent would unlock the full potential of stagewise.<p>Since our last Show HN (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44798553">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44798553</a>), we launched a few very important features and changes: You now have a proprietary chat history with the agent, an undo button to revert changes, and we increased the amount of free credits AND reduced the pricing by 50%. We made a video about all these changes, showing you how stagewise works: <a href="https:&#x2F;&#x2F;x.com&#x2F;goetzejulian&#x2F;status&#x2F;1959835222712955140&#x2F;video&#x2F;1" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;goetzejulian&#x2F;status&#x2F;1959835222712955140&#x2F;video&#x2F;...</a>.<p>So far, we&#x27;ve seen great adoption from non-technical users who wanted to continue building their lovable prototype locally. We personally use the agent almost daily to make changes to our landing page and to build the UI of new features on our console (<a href="https:&#x2F;&#x2F;console.stagewise.io">https:&#x2F;&#x2F;console.stagewise.io</a>).<p>If you have an app running in dev mode, simply `cd` into the app directory and run `npx stagewise` - the agent should appear, ready to play with.<p>We&#x27;re very excited to hear your feedback!

Found: August 25, 2025 ID: 1054

[Other] Show HN: SecretMemoryLocker – File Encryption Without Static Passwords I built SecretMemoryLocker (<a href="https:&#x2F;&#x2F;secretmemorylocker.com" rel="nofollow">https:&#x2F;&#x2F;secretmemorylocker.com</a>), a file encryption tool that generates keys dynamically from your answers to personal questions instead of using a static master password. This makes offline brute-force attacks much more difficult. Think of it as a password manager that meets mnemonic seed recovery, but without storing any sensitive keys on disk.<p>Why? I kept losing master passwords and wanted a solution that wasn&#x27;t tied to a single point of failure. I also wanted to create a &quot;digital legacy&quot; that my family could access only under specific conditions. The core principle is knowledge-based encryption: the key only exists in memory when you provide the correct answers.<p>Status: * MVP is ready for Windows (.exe). * Linux and macOS support is planned. * UI is available in English, Spanish, and Ukrainian.<p>Key Features:<p>* No Static Secrets: No master password or seed phrase is ever stored. The key is reconstructed on the fly.<p>* Knowledge-Based Key Generation: The final encryption key is derived from a combination of your personal answers and file metadata.<p>* Offline Brute-Force Resistance: Uses MirageLoop, a decoy system that activates when incorrect answers are entered. Instead of decrypting real data, it generates an endless sequence of AI-created questions from a secure local database, creating an illusion of progress while keeping your real data untouched.<p>* Offline AI Generation Mode: Optional offline Q&amp;A generator (prototype).<p>How It Works (Simplified):<p>1) Files are packed into an AES-256 encrypted ZIP archive.<p>2) A JSON key file stores the questions in an encrypted chain. Each subsequent question is encrypted with a key derived from the previous correct answer and the file&#x27;s hash. This forces you to answer them sequentially.<p>3) The final encryption key for the ZIP file is derived by combining the hashes of all your correct answers. The key derivation formula looks like this:<p><pre><code> K_final = SHA256(H(answer1+file_hash) + H(answer2+file_hash) + ...) </code></pre> (Note: We are aware that a fast hash like SHA256 is not ideal for a KDF. We plan to migrate to Argon2 in a future release to further strengthen resistance against brute-force attacks.)<p>To encrypt, you provide a file. This creates two outputs: your_file.txt → your_file_SMLkey.json + your_file_SecretML.zip<p>To decrypt, you need both files and the correct answers.<p>Install &amp; Quick Start: Download the EXE from GitHub Releases (no dependencies needed):<p><a href="https:&#x2F;&#x2F;github.com&#x2F;SecretML&#x2F;SecretMemoryLocker&#x2F;releases" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;SecretML&#x2F;SecretMemoryLocker&#x2F;releases</a><p>Encrypt:<p><pre><code> SecretMemoryLocker.exe --encrypt &quot;C:\docs\important.pdf&quot; </code></pre> Decrypt:<p><pre><code> SecretMemoryLocker.exe --decrypt &quot;C:\docs\important_SMLkey.json&quot; </code></pre> I would love to get your feedback on the concept, the user experience, and any security assumptions I&#x27;ve made. Thanks!

Found: August 25, 2025 ID: 1078

[Database] Show HN: Base, an SQLite database editor for macOS I recently released v3 of Base, my SQLite editor for macOS.<p>The goal of this app is to provide a comfortable native GUI for SQLite, without it turning into a massive IDE-style app.<p>The coolest features are<p>- That it can handle full altering of tables, which is quite finicky to do manually with SQLite.<p>- It has a more detailed display of column constraints than most editors. Each constraint is shown as an icon if active, with full details available on clicking the icon.<p>This update also adds support for attaching databases, which is a bit fiddly with macOS sandboxing.<p>I&#x27;d love to hear any feedback or answer any questions.

Found: August 25, 2025 ID: 1050

[Other] Show HN: Async – Claude Code and Linear and GitHub PRs in One Opinionated Tool Hi, I’m Mikkel and I’m building Async, an open-sourced developer tool that combines AI coding with task management and code review.<p>What Async does:<p><pre><code> - Automatically researches coding tasks, asks clarifying questions, then executes code changes in the cloud - Breaks work into reviewable subtasks with stack diffs for easier code review - Handles the full workflow from issue to merged PR without leaving the app </code></pre> Demo here: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;98k42b8GF4s?si=Azf3FIWAbpsXxk3_" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;98k42b8GF4s?si=Azf3FIWAbpsXxk3_</a><p>I’ve been working as a developer for over a decade now. I’ve tried all sorts of AI tools out there including Cline, Cursor, Claude Code, Kiro and more. All are pretty amazing for bootstrapping new projects. But most of my work is iterating on existing codebases where I can&#x27;t break things, and that&#x27;s where the magic breaks down. None of these tools work well on mature codebases.<p>The problems I kept running into:<p><pre><code> - I&#x27;m lazy. My Claude Code workflow became: throw a vague prompt like &quot;turn issues into tasks in Github webhook,&quot; let it run something wrong, then iterate until I realize I could&#x27;ve just coded it myself. Claude Code&#x27;s docs say to plan first, but it&#x27;s not enforced and I can&#x27;t force myself to do it. - Context switching hell. I started using Claude Code asynchronously - give it edit permissions, let it run, alt-tab to work on something else, then come back later to review. But when I return, I need to reconcile what the task was about, context switch back, and iterate. The mental overhead kills any productivity gains. - Tracking sucks. I use Apple Notes with bullet points to track tasks, but it&#x27;s messy. Just like many other developers, I hate PM tools but need some way to stay organized without the bloat. - Review bottleneck. I&#x27;ve never shipped Claude Code output without fixes, at minimum stylistic changes (why does it always add comments even when I tell it not to?). The review&#x2F;test cycle caps me at maybe 3 concurrent tasks. </code></pre> So I built Async:<p><pre><code> - Forces upfront planning, always asks clarifying questions and requires confirmation before executing - Simple task tracking that imports Github issues automatically (other integration coming soon!) - Executes in the cloud, breaks work into subtasks, creates commits, opens PRs - Built-in code review with stacked diffs - comment and iterate without leaving the app - Works on desktop and mobile </code></pre> It works by using a lightweight research agent to scope out tasks and come up with requirements and clarifying questions as needed (e.g., &quot;fix the truncation issue&quot; - &quot;Would you like a tooltip on hover?&quot;). After you confirm requirements, it executes the task by breaking it down into subtasks and then working commit by commit. It uses a mix of Gemini and Claude Code internally and runs all changes in the background in the cloud.<p>You&#x27;ve probably seen tools that do pieces of this, but I think it makes sense as one integrated workflow.<p>This isn&#x27;t for vibe coders. I&#x27;m building a tool that I can use in my day-to-day work. Async is for experienced developers who know their codebases and products deeply. The goal is to make Async the last tool developers need to build something great. Still early and I&#x27;m iterating quickly. Would love to know what you think.<p>P.S. My cofounder loves light mode, I only use dark mode. I won the argument so our tool only supports dark mode. Thumbs up if you agree with me.

Found: August 25, 2025 ID: 1056

rothgar/awesome-tuis

GitHub Trending

[Other] List of projects that provide terminal user interfaces

Found: August 25, 2025 ID: 1048

[Other] ⚡ Dynamically generated stats for your github readmes

Found: August 25, 2025 ID: 1047

[Other] Show HN: Diggit.dev – Git history for architecture archaeologists Hello friends,<p>Today I&#x27;m sharing a little tool to help you explore GitHub repositories:<p>• <a href="https:&#x2F;&#x2F;diggit.dev" rel="nofollow">https:&#x2F;&#x2F;diggit.dev</a><p>This project was admittedly a big dumb excuse to play with Elm and Claude Code. I published my design notes and all the chat transcripts here:<p>• <a href="https:&#x2F;&#x2F;taylor.town&#x2F;diggit-000" rel="nofollow">https:&#x2F;&#x2F;taylor.town&#x2F;diggit-000</a><p>Please add bug reports and feature requests to the repo:<p>• <a href="https:&#x2F;&#x2F;github.com&#x2F;surprisetalk&#x2F;diggit" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;surprisetalk&#x2F;diggit</a><p>Enjoy!

Found: August 25, 2025 ID: 1060

[Other] Make any site multiplayer in a few lines. Serverless WebRTC matchmaking

Found: August 25, 2025 ID: 1108

About Containers and VMs

Hacker News (score: 46)

[Other] About Containers and VMs

Found: August 25, 2025 ID: 1095

Coderbuds

Product Hunt

[Monitoring/Observability] Dora metrics & engineering performance dashboard Track your team's engineering performance with DORA metrics, pull request analytics, and deployment insights. Get visibility into velocity, bottlenecks, and delivery quality for GitHub and Bitbucket teams.

Found: August 25, 2025 ID: 1043

Watchwolf

Product Hunt

[Monitoring/Observability] AI Remote Server Monitoring Watchwolf is an AI-powered Remote Server Management app designed to simplify server monitoring, troubleshooting, and automation.

Found: August 25, 2025 ID: 1044

[DevOps] From voice to action. Powered by on-prem AI. Meet Devaten— a fully on-premise AI voice automation tool, deployed via Docker Compose. It converts voice to text, runs the text through AI classification, and then notifies users or updates your source database — all without sending data to the cloud.

Found: August 25, 2025 ID: 1045

Red Rock Tech

Product Hunt

[Other] $0.001/row — data from Google, YouTube, Reddit & more Red Rock Tech is a pay-per-row web-scraping toolkit for lead-gen teams and agencies. Scrape Google Maps, YouTube, Reddit, TikTok, and LinkedIn Jobs. Clean CSV/XLSX/JSON exports and $5 in free credits.

Found: August 25, 2025 ID: 1046

Vibe Coding

Product Hunt

[Other] Get AI coding help and solutions for free at Vibe Coding Vibe Coding: AI-powered coding assistant for developers

Found: August 25, 2025 ID: 1049

Thr8

Product Hunt

[Other] AI-powered security analysis thr8.dev helps development teams find security vulnerabilities before deployment.

Found: August 25, 2025 ID: 1052

TraceRoot.AI

Product Hunt

[Monitoring/Observability] Fix bugs faster with open source, AI native observability Traceroot is an AI-native, open-source observability tool that connects logs, traces, metrics, code, and team discussions. It doesn’t just summarize issues — it helps fix them by creating GitHub issues and PRs in a developer-friendly workflow.

Found: August 25, 2025 ID: 1053

[Other] High‑Fidelity Document Viewer for RAG Apps RAG Document Viewer is an open-source library that generates high-fidelity file previews for seamless integration into your applications. It provides desktop-level file viewing capabilities for a wide range of document formats

Found: August 25, 2025 ID: 1057

NAFUI

Product Hunt

[Other] Break free from frameworks today A code template for creating component systems and technology agnostic web development tooling, jam packed with features out of the box.

Found: August 25, 2025 ID: 1058

Git-Annex

Hacker News (score: 165)

[Other] Git-Annex

Found: August 25, 2025 ID: 1051

[Other] Show HN: Sping – An HTTP/TCP latency tool that's easy on the eye I&#x27;ve frequently found myself using [nvitop](<a href="https:&#x2F;&#x2F;github.com&#x2F;XuehaiPan&#x2F;nvitop" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;XuehaiPan&#x2F;nvitop</a>) to diagnose GPU&#x2F;CPU contention issues.<p>The two best things about it are:<p>- It&#x27;s easy to install if I can access pip in the container<p>- It makes a compelling screenshot (which helps me communicate with coworkers.)<p>With those two lessons in mind: Here is Sping!<p>Purpose: Help observe and diagnose latency issues at layer 4+ (TCP&#x2F;HTTP&#x2F;HTTPS)<p>Two good things about it:<p>- It&#x27;s easy to install if you have pip. (Available at [service-ping-sping](<a href="https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;service-ping-sping&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;service-ping-sping&#x2F;</a>) on PyPi)<p>- It makes a compelling screenshot.<p>Not sure if this is the kind of thing that anyone else would be interested in. But I&#x27;ve enjoyed making it and intend to keep using it.

Found: August 24, 2025 ID: 1039

[API/SDK] Show HN: FilterQL – A tiny query language for filtering structured data Hey all, I just released v2.0.0 of FilterQL, a query language and TypeScript library. This version adds support for Operations, which allow you to transform the data after filtering.<p>If you think this would be useful in a project you&#x27;re working on, give it a try and let me know what you think!

Found: August 24, 2025 ID: 1086

[Other] Show HN: I Built a XSLT Blog Framework A few weeks ago a friend sent me grug-brain XSLT (1) which inspired me to redo my personal blog in XSLT.<p>Rather than just build my own blog on it, I wrote it up for others to use and I&#x27;ve published it on GitHub <a href="https:&#x2F;&#x2F;github.com&#x2F;vgr-land&#x2F;vgr-xslt-blog-framework" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vgr-land&#x2F;vgr-xslt-blog-framework</a> (2)<p>Since others have XSLT on the mind, now seems just as good of a time as any to share it with the world. Evidlo@ did a fine job explaining the &quot;how&quot; xslt works (3)<p>The short version on how to publish using this framework is:<p>1. Create a new post in HTML wrapped in the XML headers and footers the framework expects.<p>2. Tag the post so that its unique and the framework can find it on build<p>3. Add the post to the posts.xml file<p>And that&#x27;s it. No build system to update menus, no RSS file to update (posts.xml is the rss file). As a reusable framework, there are likely bugs lurking in CSS, but otherwise I&#x27;m finding it perfectly usable for my needs.<p>Finally, it&#x27;d be a shame if XSLT is removed from the HTML spec (4), I&#x27;ve found it quite eloquent in its simplicity.<p>(1) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44393817">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44393817</a><p>(2) <a href="https:&#x2F;&#x2F;github.com&#x2F;vgr-land&#x2F;vgr-xslt-blog-framework" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vgr-land&#x2F;vgr-xslt-blog-framework</a><p>(3) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44988271">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44988271</a><p>(4) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44952185">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44952185</a><p>(Aside - First time caller long time listener to hn, thanks!)

Found: August 24, 2025 ID: 1036

[Other] Dynamically patch a Python function's source code at runtime

Found: August 24, 2025 ID: 1028

[Other] 坚持分享 GitHub 上高质量、有趣实用的开源技术教程、开发者工具、编程网站、技术资讯。A list cool, interesting projects of GitHub.

Found: August 24, 2025 ID: 1026

django/django

GitHub Trending

[Other] The Web framework for perfectionists with deadlines.

Found: August 24, 2025 ID: 1025

yt-dlp/yt-dlp

GitHub Trending

[CLI Tool] A feature-rich command-line audio/video downloader

Found: August 24, 2025 ID: 1024

[Other] Show HN: Clearcam – Add AI object detection to your IP CCTV cameras This runs YOLOv8 + bytetrack with Tinygrad detections (depending on user config) are saved and can be sent to the companion iOS app along with a notification, all video processing is done locally, all footage is encrypted before leaving your computer, and the sending notifications + videos part is optional. This uses tinygrad, so it runs well on my apple silicon macs and should be able to run on a lot of hardware (or will be able to when I remove other deps).

Found: August 24, 2025 ID: 1034

[Other] Show HN: Publish Markdown – A tool to publish Markdown file in one click Hi everyone!<p>I built this tool because I couldn&#x27;t find a simpler solution to my problem (publish a markdown file and make it available online so other people can see). I hope you&#x27;ll find it useful too!<p>Currently, what it does is only publish a markdown file, but I&#x27;m thinking of adding features like styling, custom URL, password-protected link, etc.<p>But I don&#x27;t know whether people would find it useful.<p>Let me know what you think!

Found: August 24, 2025 ID: 1035

Logarithm

Product Hunt

[Monitoring/Observability] 24/7 AI Agent to Auto Debug Your Production Issues Logarithm is your AI production co-pilot. Servers crashing? Rates limiting? Its 3am? Logarithm launches an investigation, finds the root cause, and suggests a fix all in under minute. Connect though Discord, Slack, or CLI!

Found: August 24, 2025 ID: 1023

Docura

Product Hunt

[API/SDK] Effortless API Documentation Platform Docura, a platform built for teams and developers who want a hassle-free way to view and centralize their OpenAPI documentation.

Found: August 24, 2025 ID: 1027

Loki

Product Hunt

[Other] ChatGPT on Steroids Supercharge your productivity up to 10x faster. Loki connects with 13+ tools, including Slack, Google Workspace, GitHub, Figma, and more, so you can automate workflows and get things done without app-hopping. Try it free and see the difference.

Found: August 24, 2025 ID: 1029

Claudable

Product Hunt

[Build/Deploy] Claude Code in Lovable UI Claudable is an open-source web builder that leverages local CLI agents, such as Claude Code and Cursor Agent, to build and deploy products effortlessly. - opactorai/Claudable

Found: August 24, 2025 ID: 1030

VibeFlow

Product Hunt

[DevOps] If Lovable, n8n and Convex had a genius baby VibeFlow turns prompts into a full-stack web app with n8n-style visual workflows for your backend, so you can see, edit, and scale your app logic as your ideas evolve.

Found: August 24, 2025 ID: 1031

awesome-ai-coding

Product Hunt

[Other] List of AI-powered code editor and IDE's List of AI-powered code editor and IDE's sorted by minimal price

Found: August 24, 2025 ID: 1032

[Other] 2024 best model from xAI, now open source. Grok 2.5 by xAI is the open-source release of their best model from last year. The weights for this powerful, large-scale model (~500 GB) are now available for developers and researchers under a community license.

Found: August 24, 2025 ID: 1033

[Other] 60+ fast, privacy-first developer tools in one dashboard OpenTools is a suite of 60+ open-source utilities across 11 categories—data conversion, formatting, hashing, APIs, regex, SEO, and more. All processing runs client-side for speed and privacy. One modern dashboard, zero context switching, works offline.

Found: August 24, 2025 ID: 1037

Claude Docker

Product Hunt

[CLI Tool] Never use Claude unprotected claude-docker is a command-line tool that enables you to run Anthropic's Claude Code within project-specific, isolated Docker containers. It provides a safe environment for code generation and package installation without affecting your local machine

Found: August 24, 2025 ID: 1038

[Other] Jparse – Simplify JSON in Seconds Jparse is a free online JSON parser and validator that helps developers quickly format, debug, and validate JSON data. It simplifies web development, reduces errors, and saves time. Try Jparse now at https://jparse.com

Found: August 24, 2025 ID: 1040

Andiamo

Product Hunt

[Monitoring/Observability] Andiamo - AI Auditing and Analytics Building with AI but flying blind on what it's doing? Andiamo logs every prompt and response so you actually know what's happening. Real-time monitoring, cost tracking, safety checks. Made for developers.

Found: August 24, 2025 ID: 1041

JSONGenie

Product Hunt

[Other] Beautify, Format & Visualize JSON Instantly JSONGenie makes reading and formatting JSON effortless in your browser. It auto-detects JSON on any webpage and transforms it into a clean, collapsible view—perfect for developers, testers, and analysts working with APIs and structured data.

Found: August 24, 2025 ID: 1042

[CLI Tool] Show HN: brew-cleaner – CLI to bulk uninstall Homebrew formulae and free space

Found: August 24, 2025 ID: 1022

[Other] Bypass PostgreSQL catalog overhead with direct partition hash calculations

Found: August 23, 2025 ID: 1090

pestphp/pest

GitHub Trending

[Testing] Pest is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.

Found: August 23, 2025 ID: 1011

chartdb/chartdb

GitHub Trending

[Other] Database diagrams editor that allows you to visualize and design your DB with a single query.

Found: August 23, 2025 ID: 1010

[API/SDK] Integrate the DeepSeek API into popular softwares

Found: August 23, 2025 ID: 1009

zigtools/zls

GitHub Trending

[IDE/Editor] A language server for Zig supporting developers with features like autocomplete and goto definition

Found: August 23, 2025 ID: 1008

winapps-org/winapps

GitHub Trending

[Other] Run Windows apps such as Microsoft Office/Adobe in Linux (Ubuntu/Fedora) and GNOME/KDE as if they were a part of the native OS, including Nautilus integration. Hard fork ofhttps://github.com/Fmstrat/winapps/

Found: August 23, 2025 ID: 1007

[Other] Shorten, track & share links smarter, Secure notes and API. jmpz.io is a complete URL shortening platform that goes beyond just making short links. With powerful analytics, secure sharing options, and handy free tools, jmpz.io helps marketers, developers, and businesses manage links more effectively.

Found: August 23, 2025 ID: 1003

DevXPro Tools

Product Hunt

[Other] 30+ Free developer & utility tools DevXPro Tools offers 30 essential web tools for developers and everyday users. JSON Formatter, QR Code Generator, Password Generator, Age Calculator and more. All client-side.

Found: August 23, 2025 ID: 1004

[Other] Calculate your crypto gains tax 2025 Free crypto tax calculator to calculate cryptocurrency capital gains tax. Easy-to-use tool for Bitcoin, Ethereum, and all crypto taxes.

Found: August 23, 2025 ID: 1005

[Other] Write Once. Chat with Every AI. Better Together Software work with AIs better, together. Send prompts to multiple AIs on regular AI platform website, compare responses, and manage chats with flexible docking and multi-monitor support. Perfect for developers and content creators.

Found: August 23, 2025 ID: 1006

Ommnium

Product Hunt

[Other] Scalable Cloud Solutions Ommnium is a modern IaaS platform offering flexible VPS instances, scalable managed databases, and network APIs. With an intuitive dashboard, automatic backups, and transparent pricing, you can deploy and grow your infrastructure in minutes.

Found: August 23, 2025 ID: 1013

Git Profile Stats

Product Hunt

[Other] Find GitHub profiles, repositories and contributions Find GitHub profiles, repositories and track GitHub contributions

Found: August 23, 2025 ID: 1014

Spinstack

Product Hunt

[API/SDK] Turn a python script into a revenue-generating API business Turn your Python scripts into revenue-generating APIs in minutes. Simple upload a python script, and get a hosted API along with production-ready pricing, authentication, docs, and API key management pages. The fastest way to vibecode a production-ready app.

Found: August 23, 2025 ID: 1015

Keys and Caches

Product Hunt

[Other] Vibe profile your ML models to get max performance. Tired of juggling torch.profiler, Nsight, and terminal tools? Keys and Caches unifies AI performance analysis. Get deep GPU insights, connected directly to your PyTorch code, with a simple, open-source library.

Found: August 23, 2025 ID: 1018

[Other] AI-Powered to Convert any unit instantly AI-Powered Unit Converter - Natural Language Conversions Convert units using natural language with our AI assistant. Get instant, accurate results for engineering and scientific conversions with confidence scoring. With API ready!

Found: August 23, 2025 ID: 1020

[Other] Google workspace backup and recovery solutions CrashPlan provides data resiliency to keep your modern workplace moving forward. Free yourself from Gmail and Google Drive’s 30-day retention, limited versioning, and incomplete recovery capabilities.

Found: August 23, 2025 ID: 1021

[Other] Show HN: AgentState – Lightweight state manager for multi-agent AI workflows AgentState to solve a problem I kept running into: managing state for multi-agent AI systems is surprisingly hard. When you have multiple AI agents that need to coordinate, persist their state, and query each other&#x27;s status, you typically end up with a mess of Redis&#x2F;Postgres setups, custom queuing, and manual synchronization code.<p>The whole thing is ~3MB, written in Rust for performance and safety, runs in Docker, and handles 1000+ ops&#x2F;sec. I&#x27;ve been running it in production for AI workflows and it&#x27;s been rock solid.

Found: August 23, 2025 ID: 1012

[Other] Show HN: Creao – Vibe coding product for founders Hi HN! I&#x27;m North, DevRel from the CREAO team. We are a 15-20 person startup, and we spent a couple of months building this vibe coding product. We&#x27;ve been exploring the possibilities of how agents should assist people&#x27;s work for productivity in various scenarios.<p>Three months ago, we noticed that all small teams and companies are struggling with subscribing to multiple SaaS tools that never fit their exact needs. Pretty much all founders and SMB professionals need customized productivity tools that fit their daily work routines, but they don&#x27;t have developers to build these lightweight tools for them. So we thought we needed to build a vibe coding product that allows them to ship their own tools in minutes and get rid of these SaaS subscriptions.<p>For our product features, we built it differently from all the other vibe coding products. We want our users to build something actually useful instead of just a product prototype. But the current well-known code agents are performing poorly at building complex data schemas and integrating APIs. So we fine-tuned a small model for the following features:<p>1.Automatically builds complex relational data schemas<p>2.Automated MCP&#x2F;API connections with existing systems<p>With these core capabilities, our code agent can then build internal tools that connect with existing systems with state persistence. For example, I built a dashboard to track my X engagement and export results to a CSV file.<p><a href="https:&#x2F;&#x2F;drive.google.com&#x2F;file&#x2F;d&#x2F;1FBBOdrtonlj_56jgQuAoPpGnABB-pvt2&#x2F;view?usp=sharing" rel="nofollow">https:&#x2F;&#x2F;drive.google.com&#x2F;file&#x2F;d&#x2F;1FBBOdrtonlj_56jgQuAoPpGnABB...</a><p>This productivity boost is specifically designed for small team founders—you can build your own CRM workflows, data dashboards, revenue tracking, etc. Each of these could cost you $20-50&#x2F;month in SaaS subscriptions.<p>We are still in the early stage and improving our user experience. Our team is delivering new features pretty much every week, and we would love to hear from HN to give us some suggestions on how we can do better. You can always reach me at north@creao.ai. I love to shape the product together with community users. I hope you can find our work very helpful for your productivity.<p>Thanks!

Found: August 23, 2025 ID: 1019

[Other] Show HN: AICF – a tiny "what changed" feed for AI/RAG (v0.1 minimal core) I’m proposing AICF (AI Changefeed) — a minimal, web-native way for sites to expose append-only change events. Instead of crawlers or RAG systems re-embedding everything, they can refresh only the sections that changed.<p>Discovery: a &#x2F;.well-known&#x2F;ai-changefeed JSON points to a feed.<p>Feed: an append-only NDJSON file with just 4 required fields (id, action, url, time) plus optional hints (anchor, checksum, note).<p>Goal: cut wasted crawling&#x2F;embedding while keeping docs&#x2F;pricing&#x2F;policy pages fresh for AI&#x2F;agents.<p>Spec &amp; examples here: <a href="https:&#x2F;&#x2F;github.com&#x2F;mnswdhw&#x2F;AICF&#x2F;blob&#x2F;main&#x2F;spec&#x2F;AICF-v0.1.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mnswdhw&#x2F;AICF&#x2F;blob&#x2F;main&#x2F;spec&#x2F;AICF-v0.1.md</a><p>Would love feedback: is the minimal core (anchors only, no chunks&#x2F;vectors&#x2F;push yet) the right starting point? Would you use this in your docs&#x2F;RAG stack?

Found: August 22, 2025 ID: 999

[Other] Show HN: JavaScript-free (X)HTML Includes (spoiler: its XSLT)<p>I&#x27;ve been working on a little demo for how to avoid copy-pasting header&#x2F;footer boilerplate on a simple static webpage. My goal is to approximate the experience of Jekyll&#x2F;Hugo but eliminate the need for a build step before publishing. This demo shows how to get basic templating features with XSL so you could write a blog post which looks like<p><pre><code> &lt;?xml version=&quot;1.0&quot;?&gt; &lt;?xml-stylesheet type=&quot;text&#x2F;xsl&quot; href=&quot;&#x2F;template.xsl&quot;?&gt; &lt;page&gt; &lt;title&gt;My Article&lt;&#x2F;title&gt; &lt;content&gt; some content &lt;ul&gt; &lt;li&gt;hello&lt;&#x2F;li&gt; &lt;li&gt;hello&lt;&#x2F;li&gt; &lt;&#x2F;ul&gt; &lt;&#x2F;content&gt; &lt;&#x2F;page&gt; </code></pre> Some properties which set this approach apart from other methods:<p><pre><code> - no build step (no need to setup Jekyll on the client or configure Github&#x2F;Gitlab actions) - works on any webserver (e.g. as opposed to server-side includes, actions) - normal looking URLs (e.g. `example.com&#x2F;foobar` as opposed to `example.com&#x2F;#page=foobar`) </code></pre> There&#x27;s been some talk about removing XSLT support from the HTML spec [0], so I figured I would show this proof of concept while it still works.<p>[0]: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44952185">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44952185</a><p>See also: grug-brain XSLT <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44393817">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44393817</a>

Found: August 22, 2025 ID: 1002

[Other] Ergonomic errors in Rust: write fast, debug with ease, handle precisely

Found: August 22, 2025 ID: 1017

[Other] Show HN: Clyp – Clipboard Manager for Linux

Found: August 22, 2025 ID: 997

[Other] Static sites with Python, uv, Caddy, and Docker

Found: August 22, 2025 ID: 1016

[Other] Show HN: AIMless – a 10 KB single file P2P chat app with zero dependencies I built AIMless, a ridiculously minimalistic, browser native chat app that fits entirely into one HTML file (10 KB). It’s decentralized, P2P, and has no build tools, no server, and no frameworks. Just you, your browser, and a copy&#x2F;pasted blob or two.

Found: August 22, 2025 ID: 1000

dream-num/univer

GitHub Trending

[Other] Univer is a full-stack framework for creating and editing spreadsheets, documents, and slides on both web and server.

Found: August 22, 2025 ID: 994

[Other] Show HN: I integrated my from-scratch TCP/IP stack into the xv6-riscv OS Hi HN,<p>To truly understand how operating systems and network protocols work, I decided to combine two classic learning tools: the xv6 teaching OS and a from-scratch TCP&#x2F;IP stack.<p>I&#x27;m excited to share the result: my own from-scratch TCP&#x2F;IP networking stack running directly inside the xv6-riscv (<a href="https:&#x2F;&#x2F;github.com&#x2F;pandax381&#x2F;xv6-riscv-net" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pandax381&#x2F;xv6-riscv-net</a>) kernel.<p>The project uses a modern virtio-net driver, allowing it to run seamlessly in QEMU and communicate with the host machine.<p>Key features:<p>- From-Scratch Stack: The core is powered by microps (<a href="https:&#x2F;&#x2F;github.com&#x2F;pandax381&#x2F;microps" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pandax381&#x2F;microps</a>), a TCP&#x2F;IP stack I originally wrote to run in user-space as a personal project to learn the low-level details of networking.<p>- Kernel Integration: This project ports microps from user-space into the xv6-riscv kernel.<p>- Socket API: Implements standard system calls (socket, bind, accept, etc.) to enable network application development.<p>- User-level Tools: Comes with a simple ifconfig command, plus tcpecho and udpecho servers to demonstrate its capabilities.<p>This has been a fantastic learning experience. My goal was to demystify the magic behind network-aware operating systems by building the components myself.<p>I&#x27;d love to hear your feedback and answer any questions!

Found: August 22, 2025 ID: 998

[API/SDK] Unify APIs & cloud infra in one hub Scrums.com’s Cloud Hub gives you one platform to manage cloud infrastructure. Let us handle the integrations while you focus on innovation. Access our API and plugin library and go further, faster.

Found: August 22, 2025 ID: 992

[Other] Accelerate your cms content migration A specialized tool for Magnolia implementation partners to dramatically speed up content migrations for large sites. Transform weeks of manual work into automated success.

Found: August 22, 2025 ID: 993

LinkoJob

Product Hunt

[Other] Connect. Hire. Grow. With LinkoJob LinkoJob is the leading recruitment automation platform, empowering HR teams with AI-driven candidate matching, automated outreach, interview scheduling, and analytics to streamline your hiring process.

Found: August 22, 2025 ID: 995

ResearchBuddy

Product Hunt

[Other] Competition research tool for entrepreneurs & creatives Transform your product ideas into comprehensive market insights through systematic AI-powered competitor analysis. Research smarter, not harder with ResearchBuddy.

Found: August 22, 2025 ID: 996

Portfolio Gallery

Product Hunt

[Other] Discover 100+ stunning developer portfolios Explore a curated collection of 100+ stunning developer portfolios with live previews and source code access. Find inspiration for web development, UI/UX design, mobile apps, and more. Perfect for developers, hiring managers, and design inspiration.

Found: August 22, 2025 ID: 1001

[Other] Show HN: Claudable – OpenSource Lovable that runs locally with Claude Code Hey, HN! I&#x27;m Aaron. I built an open-source Lovable for Claude Code users.<p>Platforms like Lovable, Replit Agent, and Bolt require separate API keys and $25+&#x2F;month subscriptions. But if you’re already subscribed to Claude Pro or Cursor, you can use those plans directly without extra costs.<p>Claudable runs entirely locally through Claude Code (Cursor CLI also supported) and provides:<p>- Instant UI preview (similar to Lovable)<p>- Web-optimized, production-ready designs<p>- Direct Git integration<p>- One-click Vercel deployment<p>- Zero additional API costs<p>It’s open source and available today. I’m actively developing it and would love community feedback on what features to prioritize next.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;opactorai&#x2F;Claudable" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;opactorai&#x2F;Claudable</a><p>Happy to answer any questions!

Found: August 21, 2025 ID: 988

[Other] Show HN: ChartDB Cloud – Visualize and Share Database Diagrams Me and Guy (@guyb3) built ChartDB to generate ER diagrams from your database without a need of any database access (via query&#x2F;sql&#x2F;dbml). We started with an open-source version, and after seeing a lot of use we decided to make a cloud version.<p>Our OSS launch (1y ago) - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41339308">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41339308</a><p>Now we’re launching ChartDB Cloud - built for teams:<p>- Embed ERDs into docs, dev portals, or Miro&#x2F;Notion etc.<p>- Collaborate in real-time (with live cursors like Figma)<p>- Keep diagrams always in sync with your database<p>- Organize large, messy schemas without pain<p>- Export DDL in multiple SQL dialects (solved deterministically)<p>- AI assistant to brainstorm and generate new schema objects or schema changes<p>We designed it so working with databases feels less like a chore and more like a creative process.<p>Would love feedback - especially from teams dealing with messy schemas or outdated docs.<p><a href="https:&#x2F;&#x2F;app.chartdb.io" rel="nofollow">https:&#x2F;&#x2F;app.chartdb.io</a>

Found: August 21, 2025 ID: 987

[Other] Show HN: Using Common Lisp from Inside the Browser

Found: August 21, 2025 ID: 990

[Other] Get started using GitHub in less than an hour.

Found: August 21, 2025 ID: 983

firecrawl/firecrawl

GitHub Trending

[API/SDK] The Web Data API for AI - Turn entire websites into LLM-ready markdown or structured data 🔥

Found: August 21, 2025 ID: 982

Budibase/budibase

GitHub Trending

[DevOps] Create business apps and automate workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀 No code / Low code platform..

Found: August 21, 2025 ID: 981

Using Podman, Compose and BuildKit

Hacker News (score: 22)

[DevOps] Using Podman, Compose and BuildKit

Found: August 21, 2025 ID: 984

[Other] Show HN: Weam – open-source AI collaboration platform for teams We built Weam because we felt existing AI tools didn’t work well for teams. Everything was scattered across chats, prompts, and workflows — hard to share, harder to organize.<p>Weam is an open-source platform that tries to fix that.<p>Organize prompts, chats, and agents into “Brains” (team folders).<p>Run agents and even Pro Agents for workflows.<p>Bring your own LLM keys (works with OpenAI, Anthropic, Gemini, Llama, etc.).<p>Self-hosted, so you keep control of your data.<p>Includes RAG pipelines for document-based AI.<p>It’s early but we’d love feedback. Repo here: <a href="https:&#x2F;&#x2F;github.com&#x2F;weam-ai&#x2F;weam" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;weam-ai&#x2F;weam</a><p>Docs: <a href="https:&#x2F;&#x2F;weam.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;weam.ai&#x2F;</a><p>Curious if anyone has run into the same pain of making AI tools “team-friendly.”

Found: August 21, 2025 ID: 991

ConvertMesh

Product Hunt

[Other] Free 3D file converter - 3MF, STL, OBJ, PLY, GLTF online Finally, a 3D converter built for professionals! Native 3MF manufacturing support + STL, OBJ, PLY, GLTF conversion. Perfect for 3D printing, game dev, CAD workflows. Batch processing, developer API, zero downloads.

Found: August 21, 2025 ID: 980

DeVibe

Product Hunt

[Other] Connecting vibe coders with developers A platform where vibe coders can find expert developers to help them with their project.

Found: August 21, 2025 ID: 985

Vampirio Code

Product Hunt

[IDE/Editor] Open-source code editor and IDE with multi-language support Vampirio Code: Open-source Windows IDE. Write and compile C#, C++, JS, Java, PHP, and more. Features: instant F5 compilation, syntax highlighting, integrated MSVC, dotnet, GNU, and Clang compilers. Get coding faster!

Found: August 21, 2025 ID: 986

[Other] YouTube Channel Analyzer YouTube Channel Analyzer a free tool that helps you uncover deep insights into any YouTube channel. Instantly analyze the top or latest videos with advanced metrics, engagement tracking, growth trends, predictive analytics, and interactive visualizations.

Found: August 21, 2025 ID: 989

[Other] Show HN: I replaced vector databases with Git for AI memory (PoC) Hey HN! I built a proof-of-concept for AI memory using Git instead of vector databases.<p>The insight: Git already solved versioned document management. Why are we building complex vector stores when we could just use markdown files with Git&#x27;s built-in diff&#x2F;blame&#x2F;history?<p>How it works:<p>Memories stored as markdown files in a Git repo Each conversation = one commit git diff shows how understanding evolves over time BM25 for search (no embeddings needed) LLMs generate search queries from conversation context Example: Ask &quot;how has my project evolved?&quot; and it uses git diff to show actual changes in understanding, not just similarity scores.<p>This is very much a PoC - rough edges everywhere, not production ready. But it&#x27;s been working surprisingly well for personal use. The entire index for a year of conversations fits in ~100MB RAM with sub-second retrieval.<p>The cool part: You can git checkout to any point in time and see exactly what the AI knew then. Perfect reproducibility, human-readable storage, and you can manually edit memories if needed.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;Growth-Kinetics&#x2F;DiffMem" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Growth-Kinetics&#x2F;DiffMem</a><p>Stack: Python, GitPython, rank-bm25, OpenRouter for LLM orchestration. MIT licensed.<p>Would love feedback on the approach. Is this crazy or clever? What am I missing that will bite me later?

Found: August 21, 2025 ID: 978

SimpleIDE

Hacker News (score: 41)

[Other] SimpleIDE

Found: August 20, 2025 ID: 977

[Database] Show HN: MCP Server for PostgreSQL Monitoring/Operations (MCP-PostgreSQL-Ops) MCP Server for PostgreSQL Monitoring&#x2F;Operations (MCP-PostgreSQL-Ops)<p>&lt;Examples Queries&gt; &quot;Check PostgreSQL server status&quot; &quot;Check PostgreSQL server version and connection status&quot; &quot;Verify if extensions are installed&quot; &quot;Show current active connection count&quot; &quot;Show the shared_buffers configuration&quot; &quot;Show PostgreSQL configuration parameter for shared_buffers&quot; &quot;Find all memory-related configuration settings&quot; &quot;Show logging configuration parameters&quot; &quot;Display connection-related settings&quot; &quot;Find all timeout configurations&quot; &quot;Show all PostgreSQL configuration parameters&quot; &quot;Show top 10 slowest queries&quot; &quot;Show top 20 slowest queries&quot; &quot;Analyze slow queries in specific database&quot; &quot;Find unused indexes&quot; &quot;Analyze recent query activity&quot; &quot;Check index efficiency in specific database&quot; &quot;Check database sizes&quot; &quot;Find largest tables&quot; &quot;Show tables that need VACUUM&quot; &quot;Check table sizes in specific database schema&quot; &quot;List tables in specific database&quot; &quot;Check maintenance status in specific database&quot;

Found: August 20, 2025 ID: 979

[Other] Show HN: PlutoPrint – Generate PDFs and PNGs from HTML with Python Hi everyone, I built PlutoPrint because I needed a simple way to generate beautiful PDFs and images directly from HTML with Python. Most of the tools I tried felt heavy, tricky to set up, or produced results that didn’t look great, so I wanted something lightweight, modern, and fast. PlutoPrint is built on top of PlutoBook’s rendering engine, which is designed for paged media, and then wrapped with a Python API that makes it easy to turn HTML or XML into crisp PDFs and PNGs. I’ve used it for things like invoices, reports, tickets, and even snapshots, and it can also integrate with Matplotlib to render charts directly into documents.<p>I’d be glad to hear what you think. If you’ve ever had to wrestle with generating PDFs or images from HTML, I hope this feels like a smoother option. Feedback, ideas, or even just impressions are all very welcome, and I’d love to learn how PlutoPrint could be more useful for you.

Found: August 20, 2025 ID: 974

[Monitoring/Observability] Show HN: Okapi – a metrics engine based on open data formats Hi All I wanted to share an early preview of Okapi an in-memory metrics engine that also integrates with existing datalakes. Modern software systems produce a mammoth amount of telemetry. While we can discuss whether or not this is necessary, we can all agree that it happens.<p>Most metrics engines today use proprietary formats to store data and don’t use disaggregated storage and compute. Okapi changes that by leveraging open data formats and integrating with existing data lakes. This makes it possible to use standard OLAP tools like Snowflake, Databricks, DuckDB or even Jupyter &#x2F; Polars to run analysis workflows (such as anomaly detection) while avoiding vendor lock-in in two ways - you can bring your own workflows and have a swappable compute engine. Disaggregation also reduces Ops burden of maintaining your own storage and the compute engine can be scaled up and down on demand.<p>Not all data can reside in a data-lake&#x2F;object store though - this doesn’t work for recent data. To ease realtime queries Okapi first writes all metrics data to an in memory store and reads on recent data are served from this store. Metrics are rolled up as they arrive which helps ease memory pressure. Metrics are held in-memory for a configurable retention period after which it gets shipped out to object storage&#x2F;datalake (currently only Parquet export is supported). This allows fast reads on recent data while offloading query-processing for older data. On benchmarks queries on in-memory data finish in under a millisecond while having write throughput of ~280k samples per second. On a real deployment, there’d be network delays so YMMV.<p>Okapi it is still early — feedback, critiques, and contributions welcome. Cheers !

Found: August 20, 2025 ID: 975

[Other] Show HN: Anchor Relay – A faster, easier way to get Let's Encrypt certificates From the cryptic terminal commands to the innumerable ways to shoot yourself in the foot, I always struggled to use TLS certificates. I love how much easier (and cheaper) Let&#x27;s Encrypt made it to get certificates, but there are still plenty of things to struggle with.<p>That&#x27;s why we built Relay: a free, browser-based tool that streamlines the ACME workflow, especially for tricky setups like homelabs. Relay acts as a secure intermediary between your ACME client and public certificate authorities like Let&#x27;s Encrypt.<p>Some ways Relay provides a better experience:<p><pre><code> - really fast, streamlined certificates in minutes, with any ACME client - one-time upfront DNS delegation without inbound traffic or DNS credentials sprinkled everywhere - clear insights into the whole ACME process and renewal reminders </code></pre> Try Relay now: <a href="https:&#x2F;&#x2F;anchor.dev&#x2F;relay" rel="nofollow">https:&#x2F;&#x2F;anchor.dev&#x2F;relay</a><p>Or read our blog post: <a href="https:&#x2F;&#x2F;anchor.dev&#x2F;blog&#x2F;lets-get-your-homelab-https-certified" rel="nofollow">https:&#x2F;&#x2F;anchor.dev&#x2F;blog&#x2F;lets-get-your-homelab-https-certifie...</a><p>Please give it a try (it only takes a couple minutes) and let me know what you think.

Found: August 20, 2025 ID: 972

[Other] Show HN: Luminal – Open-source, search-based GPU compiler Hi HN, I’m Joe. My friends Matthew, Jake and I are building Luminal (<a href="https:&#x2F;&#x2F;luminalai.com&#x2F;">https:&#x2F;&#x2F;luminalai.com&#x2F;</a>), a GPU compiler for automatically generating fast GPU kernels for AI models. It uses search-based compilation to achieve high performance.<p>We take high level model code, like you&#x27;d have in PyTorch, and generate very fast GPU code. We do that without using LLMs or AI - rather, we pose it as a search problem. Our compiler builds a search space, generates millions of possible kernels, and then searches through it to minimize runtime.<p>You can try out a demo in `demos&#x2F;matmul` on mac to see how Luminal takes a naive operation, represented in our IR of 12 simple operations, and compiles it to an optimized, tensor-core enabled Metal kernel. Here’s a video showing how: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;P2oNR8zxSAA" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;P2oNR8zxSAA</a><p>Our approach differs significantly from traditional ML libraries in that we ahead-of-time compile everything, generate a large search space of logically-equivalent kernels, and search through it to find the fastest kernels. This allows us to leverage the Bitter Lesson to discover complex optimizations like Flash Attention entirely automatically without needing manual heuristics. The best rule is no rule, the best heuristic is no heuristic, just search everything.<p>We’re working on bringing CUDA support up to parity with Metal, adding more flexibility to the search space, adding full-model examples (like Llama), and adding very exotic hardware backends.<p>We aim to radically simplify the ML ecosystem while improving performance and hardware utilization. Please check out our repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;luminal-ai&#x2F;luminal" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;luminal-ai&#x2F;luminal</a> and I’d love to hear your thoughts!

Found: August 20, 2025 ID: 971

[Other] Improvements to OCaml code editing: the basics of a refactor engine

Found: August 20, 2025 ID: 967

[Other] A benchmark for LLMs on complicated tasks in the terminal

Found: August 20, 2025 ID: 962

[DevOps] The Self-hosted AI Starter Kit is an open-source template that quickly sets up a local AI environment. Curated by n8n, it provides essential tools for creating secure, self-hosted AI workflows.

Found: August 20, 2025 ID: 961

bitwarden/clients

GitHub Trending

[Other] Bitwarden client apps (web, browser extension, desktop, and cli).

Found: August 20, 2025 ID: 960

[CLI Tool] Show HN: Claude Code workflow: PRDs → GitHub Issues → parallel execution I built a lightweight project management workflow to keep AI-driven development organized.<p>The problem was that context kept disappearing between tasks. With multiple Claude agents running in parallel, I’d lose track of specs, dependencies, and history. External PM tools didn’t help because syncing them with repos always created friction.<p>The solution was to treat GitHub Issues as the database. The &quot;system&quot; is ~50 bash scripts and markdown configs that:<p>- Brainstorm with you to create a markdown PRD, spins up an epic, and decomposes it into tasks and syncs them with GitHub issues - Track progress across parallel streams - Keep everything traceable back to the original spec - Run fast from the CLI (commands finish in seconds)<p>We’ve been using it internally for a few months and it’s cut our shipping time roughly in half. Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;automazeio&#x2F;ccpm" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;automazeio&#x2F;ccpm</a><p>It’s still early and rough around the edges, but has worked well for us. I’d love feedback from others experimenting with GitHub-centric project management or AI-driven workflows.

Found: August 20, 2025 ID: 964

[Other] Tidewave Web: in-browser coding agent for Rails and Phoenix

Found: August 20, 2025 ID: 963

RustMailer

Product Hunt

[Other] A self-hosted IMAP/SMTP middleware designed for developers RustMailer is a self-hosted, open-source email API platform for syncing IMAP, sending SMTP, and integrating via webhooks. It supports multi-account sync, programmable filters with VRL, NATS delivery, gRPC & OpenAPI, plus a built-in web client.

Found: August 20, 2025 ID: 957

[Other] Professional online json tool | format, validate & convert Professional JSON formatter, validator, and converter. Format, validate, minify JSON with real-time processing. Convert to XML, CSV, YAML. Free online tool with dark mode, tree view, and advanced features.

Found: August 20, 2025 ID: 958

Black Cat HQ

Product Hunt

[Other] The best AI platform for young developers. We provide the best AI platform, from curated datasets to a serverless inference platform, for young developers who want to build the next chapter of the internet.

Found: August 20, 2025 ID: 959

BuilderHack

Product Hunt

[Other] Build saas faster and monetize Your NextJS boilerplate to build your business and start earning faster.

Found: August 20, 2025 ID: 966

React App

Product Hunt

[Other] Discover Smart AI Tools to Boost Creativity and Productivity Introducing AI Tools Eosin, your all-in-one platform offering the best free AI-powered tools to transform developer, or business owner, Check it out now: https://aitools-eosin.vercel.app/

Found: August 20, 2025 ID: 969

BLAZED.sh

Product Hunt

[Other] Run web3 code on ethereum nodes Shared Hoster for Ethereum Nodes & PaaS for Web3 App Docker deployments. Low latency RPC access, high throughput for MEV, Web3 Gaming, and Data Analysis

Found: August 20, 2025 ID: 970

Splash

Product Hunt

[Monitoring/Observability] Add color to your logs Splash's CLI transforms boring plain text into beautiful color coded logs. Splash automatically detects many common log formats like Apache, Syslog, Nginx and many more. Splash can highlight stack traces from Go, Java, Python and Javascript.

Found: August 20, 2025 ID: 973

Show HN: Because I Kanban

Show HN (score: 5)

[Other] Show HN: Because I Kanban Just wanted to share my latest project Taskstax, it&#x27;s just a simple Kanban kind of trello clone, built mainly for the learns, but it works too so it&#x27;s online.<p>Simple Kanban boards, easy login that takes you straight to it.<p>It uses socket.io for data xfer after login which was fun to setup and also makes it work well.<p>Totally free, any feedback would be cool or if you wanted some info on the tech just ask.

Found: August 20, 2025 ID: 976

[Other] Docker container for running Claude Code in "dangerously skip permissions" mode

Found: August 19, 2025 ID: 955

OpenBB-finance/OpenBB

GitHub Trending

[Other] Financial data platform for analysts, quants and AI agents.

Found: August 19, 2025 ID: 947

[API/SDK] Show HN: Lemonade: Run LLMs Locally with GPU and NPU Acceleration Lemonade is an open-source SDK and local LLM server focused on making it easy to run and experiment with large language models (LLMs) on your own PC, with special acceleration paths for NPUs (Ryzen™ AI) and GPUs (Strix Halo and Radeon™).<p>Why?<p>There are three qualities needed in a local LLM serving stack, and none of the market leaders (Ollama, LM Studio, or using llama.cpp by itself) deliver all three: 1. Use the best backend for the user’s hardware, even if it means integrating multiple inference engines (llama.cpp, ONNXRuntime, etc.) or custom builds (e.g., llama.cpp with ROCm betas). 2. Zero friction for both users and developers from onboarding to apps integration to high performance. 3. Commitment to open source principles and collaborating in the community.<p>Lemonade Overview:<p>Simple LLM serving: Lemonade is a drop-in local server that presents an OpenAI-compatible API, so any app or tool that talks to OpenAI’s endpoints will “just work” with Lemonade’s local models. Performance focus: Powered by llama.cpp (Vulkan and ROCm for GPUs) and ONNXRuntime (Ryzen AI for NPUs and iGPUs), Lemonade squeezes the best out of your PC, no extra code or hacks needed. Cross-platform: One-click installer for Windows (with GUI), pip&#x2F;source install for Linux. Bring your own models: Supports GGUFs and ONNX. Use Gemma, Llama, Qwen, Phi and others out-of-the-box. Easily manage, pull, and swap models. Complete SDK: Python API for LLM generation, and CLI for benchmarking&#x2F;testing. Open source: Apache 2.0 (core server and SDK), no feature gating, no enterprise “gotchas.” All server&#x2F;API logic and performance code is fully open; some software the NPU depends on is proprietary, but we strive for as much openness as possible (see our GitHub for details). Active collabs with GGML, Hugging Face, and ROCm&#x2F;TheRock.<p>Get started:<p>Windows? Download the latest GUI installer from <a href="https:&#x2F;&#x2F;lemonade-server.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lemonade-server.ai&#x2F;</a><p>Linux? Install with pip or from source (<a href="https:&#x2F;&#x2F;lemonade-server.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lemonade-server.ai&#x2F;</a>)<p>Docs: <a href="https:&#x2F;&#x2F;lemonade-server.ai&#x2F;docs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lemonade-server.ai&#x2F;docs&#x2F;</a><p>Discord for banter&#x2F;support&#x2F;feedback: <a href="https:&#x2F;&#x2F;discord.gg&#x2F;5xXzkMu8Zk" rel="nofollow">https:&#x2F;&#x2F;discord.gg&#x2F;5xXzkMu8Zk</a><p>How do you use it?<p>Click on lemonade-server from the start menu Open http:&#x2F;&#x2F;localhost:8000 in your browser for a web ui with chat, settings, and model management. Point any OpenAI-compatible app (chatbots, coding assistants, GUIs, etc.) at http:&#x2F;&#x2F;localhost:8000&#x2F;api&#x2F;v1 Use the CLI to run&#x2F;load&#x2F;manage models, monitor usage, and tweak settings such as temperature, top-p and top-k. Integrate via the Python API for direct access in your own apps or research.<p>Who is it for?<p>Developers: Integrate LLMs into your apps with standardized APIs and zero device-specific code, using popular tools and frameworks. LLM Enthusiasts, plug-and-play with: Morphik AI (contextual RAG&#x2F;PDF Q&amp;A) Open WebUI (modern local chat interfaces) Continue.dev (VS Code AI coding copilot) …and many more integrations in progress! Privacy-focused users: No cloud calls, run everything locally, including advanced multi-modal models if your hardware supports it.<p>Why does this matter?<p>Every month, new on-device models (e.g., Qwen3 MOEs and Gemma 3) are getting closer to the capabilities of cloud LLMs. We predict a lot of LLM use will move local for cost reasons alone. Keeping your data and AI workflows on your own hardware is finally practical, fast, and private, no vendor lock-in, no ongoing API fees, and no sending your sensitive info to remote servers. Lemonade lowers friction for running these next-gen models, whether you want to experiment, build, or deploy at the edge. Would love your feedback! Are you running LLMs on AMD hardware? What’s missing, what’s broken, what would you like to see next? Any pain points from Ollama, LM Studio, or others you wish we solved? Share your stories, questions, or rant at us.<p>Links:<p>Download &amp; Docs: <a href="https:&#x2F;&#x2F;lemonade-server.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lemonade-server.ai&#x2F;</a><p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;lemonade-sdk&#x2F;lemonade" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lemonade-sdk&#x2F;lemonade</a><p>Discord: <a href="https:&#x2F;&#x2F;discord.gg&#x2F;5xXzkMu8Zk" rel="nofollow">https:&#x2F;&#x2F;discord.gg&#x2F;5xXzkMu8Zk</a><p>Thanks HN!

Found: August 19, 2025 ID: 950

[API/SDK] Show HN: Twick - React SDK for Timeline-Based Video Editing

Found: August 19, 2025 ID: 953

[Other] D2 (text to diagram tool) now supports ASCII renders

Found: August 19, 2025 ID: 952

[Other] Show HN: Built a memory layer that stops AI agents from forgetting everything Tired of AI coding tools that forget everything between sessions? Every time I open a new chat with Claude or fire up Copilot, I&#x27;m back to square one explaining my codebase structure.<p>So I built something to fix this. It&#x27;s called In Memoria. Its an MCP server that gives AI tools persistent memory. Instead of starting fresh every conversation, the AI remembers your coding patterns, architectural decisions, and all the context you&#x27;ve built up.<p>The setup is dead simple: `npx in-memoria server` then connect your AI tool. No accounts, no data leaves your machine.<p>Under the hood it&#x27;s TypeScript + Rust with tree-sitter for parsing and vector storage for semantic search. Supports JavaScript&#x2F;TypeScript, Python, and Rust so far.<p>It originally started as a documentation tool but had a realization - AI doesn&#x27;t need better docs, it needs to remember stuff. Spent the last few months rebuilding it from scratch as this memory layer.<p>It&#x27;s working pretty well for me but curious what others think, especially about the pattern learning part. What languages would you want supported next?<p>Code: <a href="https:&#x2F;&#x2F;github.com&#x2F;pi22by7&#x2F;In-Memoria" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pi22by7&#x2F;In-Memoria</a>

Found: August 19, 2025 ID: 956

[Other] Show HN: GiralNet – A Privacy Network for Your Team (Not the World) Hello, for some time I&#x27;ve been developing this project now that I am happy that it finally can see the light. I love Tor, but I believe the biggest thing with Tor is that the nodes are strangers which in itself requires some sort of level in just that, complete strangers.<p>For this reason, I decided to build this private network inspired by the Onion router. Unlike other public networks, GiralNet is not for anonymous connections to strangers. It is built for small teams or groups who want privacy but also need a level of trust. It assumes that the people running the nodes in the network are known and verifiable. This provides a way for a group to create their own private and secure network, where the infrastructure is controlled and the people behind the nodes are accountable. The goal is to provide privacy without relying on a large, anonymous public network.<p>In terms of technical details, it is a SOCKS5 proxy that routes internet traffic through a series of other computers. It does this by wrapping your data in multiple layers of encryption, just like the onion router does it. Each computer in the path unwraps one layer to find the next destination, but never knows the full path. This makes it difficult for any single party to see both where the traffic came from and where it is going.<p>I will gladly answer any questions you might have, thank you.

Found: August 19, 2025 ID: 951

Positron, a New Data Science IDE

Hacker News (score: 90)

[IDE/Editor] Positron, a New Data Science IDE

Found: August 19, 2025 ID: 948

[Other] Show HN: Python file streaming 237MB/s on $8/M droplet in 507 lines of stdlib Quick Links:<p>- PyPI: <a href="https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;axon-api&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;axon-api&#x2F;</a><p>- GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;b-is-for-build&#x2F;axon-api" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;b-is-for-build&#x2F;axon-api</a><p>- Deployment Script: <a href="https:&#x2F;&#x2F;github.com&#x2F;b-is-for-build&#x2F;axon-api&#x2F;blob&#x2F;master&#x2F;examples&#x2F;deployment_scripts&#x2F;deploy-axon.sh" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;b-is-for-build&#x2F;axon-api&#x2F;blob&#x2F;master&#x2F;examp...</a><p>Axon is a 507-line, pure Python WSGI framework that achieves up to 237MB&#x2F;s file streaming on $8&#x2F;month hardware. The key feature is the dynamic bundling of multiple files into a single multipart stream while maintaining bounded memory (&lt;225MB). The implementation saturates CPU before reaching I&#x2F;O limits.<p>Technical highlights:<p>- Pure Python stdlib implementation (no external dependencies)<p>- HTTP range support for partial content delivery<p>- Generator-based streaming with constant memory usage<p>- Request batching via query parameters<p>- Match statement-based routing (eliminates traversal and probing)<p>- Built-in sanitization and structured logging<p>The benchmarking methodology uses fresh Digital Ocean droplets with reproducible wrk tests across different file sizes. All code and deployment scripts are included.

Found: August 19, 2025 ID: 949

[Code Quality] Show HN: I've made an easy to extend and flexible JavaScript logger hi! I&#x27;ve made a logger for JS&#x2F;TS. It&#x27;s easily extendable, easy to use and configure.<p>Would like to hear a feedback from you!

Found: August 19, 2025 ID: 965

[API/SDK] Show HN: I'm building a "work visa" API for AI agents Hey HN,<p>I’m Chris, a solo dev in Melbourne AU. For the past month I&#x27;ve been spending my after work hours building AgentVisa. I&#x27;m both excited (and admittedly nervous) to be sharing it with you all today.<p>I&#x27;ve been spending a lot of time thinking about the future of AI agents and the more I experimented, the more I realized I was building on a fragile foundation. How do we build trust into these systems? How do we know what our agents are doing, and who gave them permission?<p>My long-term vision is to give developers an &quot;Agent Atlas&quot; - a clear map of their agentic workforce, showing where they&#x27;re going and what they&#x27;re authorized to do. The MVP I&#x27;m launching today is that first step.<p>The core idea is simple: stop giving agents a permanent &quot;passport&quot; (a static API key) and start giving them a temporary &quot;work visa&quot; for each specific task. AgentVisa is a simple API that issues secure, short-lived credentials, linking an agent&#x27;s task back to a specific user and a set of permissions.<p>To make this more concrete, I&#x27;ve put together a demo you can run locally showing how an agentic customer service bot uses AgentVisa to access an internal API. You can see it here: <a href="https:&#x2F;&#x2F;github.com&#x2F;AgentVisa&#x2F;agentvisa-customer-support-demo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;AgentVisa&#x2F;agentvisa-customer-support-demo</a><p>Under the hood it’s JWTs for now. But the product isn&#x27;t the token - it&#x27;s the simple, secure workflow for delegating authority. It&#x27;s a pattern I needed for my own projects and I&#x27;m hoping it&#x27;s useful to you too.<p>I know there&#x27;s a &quot;two-sided problem&quot; here - this is most useful when the server an agent connects to can also verify the agent&#x27;s authenticity. Right now it&#x27;s ideal for securing your own internal services, which is where I started. My hope is that over time this can be built into a standard that more services adopt.<p>I&#x27;m keen for feedback from fellow devs working with AI agents. Does this problem of agent identity and auditability resonate with you? Is the &quot;visa vs. passport&quot; concept clear? What would you want to see on that &quot;Agent Atlas&quot; I mentioned?<p>The Python SDK is open and on GitHub, and there&#x27;s a generous free tier so you can build with it right away. I&#x27;ll be here to answer as best I can any questions you have. Thanks for checking it out!<p>SDK: <a href="https:&#x2F;&#x2F;github.com&#x2F;AgentVisa&#x2F;agentvisa-python" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;AgentVisa&#x2F;agentvisa-python</a> Demo: <a href="https:&#x2F;&#x2F;github.com&#x2F;AgentVisa&#x2F;agentvisa-customer-support-demo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;AgentVisa&#x2F;agentvisa-customer-support-demo</a><p>Note: for us down under it’s getting late! So if I miss your comment while asleep, I’ll reply first thing in the morning AEST.

Found: August 19, 2025 ID: 943

TrustGuardAI

Product Hunt

[Testing] Unit-Test Security for LLM Apps TrustGuard AI scans your prompts in CI and blocks jailbreaks in production—no ML-security expertise required.

Found: August 19, 2025 ID: 936

Eleven Music API

Product Hunt

[API/SDK] First Music API trained on licensed data, commercial-ready You can now integrate the highest quality AI music into your products and workflows. Since launch, creators have generated over 750k songs with Eleven Music.

Found: August 19, 2025 ID: 937

Fume

Product Hunt

[Testing] Get Playwright tests from a Loom video Fume is your AI QA team. Describe what you want to test with a single Loom video and Fume will create Playwright browser tests for you. Tests will automatically run twice-a-day on our cloud and will be maintained automatically!

Found: August 19, 2025 ID: 938

Crawlbase MCP

Product Hunt

[API/SDK] MCP Server for AI Agents to Fetch Real-Time Web Data Crawlbase MCP is an open-source server that lets AI agents like Claude and Cursor fetch real-time HTML, text, and screenshots via Model Context Protocol. SDKs in Node.js, Python, Java, PHP, andNET.

Found: August 19, 2025 ID: 939

GitHub

Product Hunt

[Code Quality] Thegreatbey/env-genie: fast .env linter for humans + ci Stop brokenenv files from breaking your app. Fastenv linter for humans + CI.

Found: August 19, 2025 ID: 940

[Other] Fast & Secure SEO Site Audits Boost your site's SEO with SEO Tracer! Crawl fast, find broken links, analyze meta tags, and optimize. Free, private and secure. SEO Tracer is optimized for macOS, delivering lightning-fast performance and a modern, intuitive interface.

Found: August 19, 2025 ID: 941

Andiku

Product Hunt

[CLI Tool] AI-Powered CLI Documentation Tool If you live in the terminal, switching to a browser to write docs feels… wrong. Andiku lets you stay in flow, scan your project, pick files, and generate complete documentation in seconds. It’s AI-powered, code-aware, and works with your exact workflow.

Found: August 19, 2025 ID: 944

FlexKit

Product Hunt

[Other] All in one toolkit for pdf, image, text, and developer tools FlexKit - Your comprehensive toolkit for PDF processing, image editing, text transformation, and developer utilities. No login, no watermark, no ads, free to use. Boost productivity with our user-friendly web tools.

Found: August 19, 2025 ID: 945

AI-Proxy-Worker

Product Hunt

[API/SDK] AI API security proxy 🔐 AI API security proxy - Securely access DeepSeek API without exposing keys in frontend - imnotnoahhh/AI-Proxy-Worker

Found: August 19, 2025 ID: 946

PNG Compressor

Product Hunt

[Other] Online image compressor Compress images quickly with PNGOptimize. Reduce file size without losing quality for web and digital projects.

Found: August 19, 2025 ID: 954

[Database] Show HN: Chroma Cloud – serverless search database for AI Hey HN - I’m Jeff, co-founder of Chroma.<p>In December of 2022, I was scrolling Twitter in the wee-hours of the morning holding my then-newborn daughter. ChatGPT had launched, and we were all figuring out what this technology was and how to make it useful. Developers were using retrieval to bring their data to the models - and so I DM’d every person who had tweeted about “embeddings” in the entire month of December. (it was only 120 people!) I saw then how AI was going to need to search to all the world’s information to build useful and reliable applications.<p>Anton Troynikov and I started Chroma with the beliefs that:<p>1. AI-based systems were way too difficult to productionize<p>2. Latent space was incredibly important to improving AI-based systems (no one understood this at the time)<p>On Valentines Day 2023, we launched first version of Chroma and it immediately took off. Chroma made retrieval just work. Chroma is now a large open-source project with 21k+ stars and 5M monthly downloads, used at companies like Apple, Amazon, Salesforce, and Microsoft.<p>Today we’re excited to launch Chroma Cloud - our fully-managed offering backed by an Apache 2.0 serverless database called Chroma Distributed. Chroma Distributed is written in Rust and uses object-storage for extreme scalability and reliability. Chroma Cloud is fast and cheap. Leading AI companies such as Factory, Weights &amp; Biases, Propel, and Foam already use Chroma Cloud in production to power their agents. It brings the “it just works” developer experience developers have come to know Chroma for - to the Cloud.<p>Try it out and let me know what you think!<p>— Jeff

Found: August 18, 2025 ID: 928

[API/SDK] Launch HN: Reality Defender (YC W22) – API for Deepfake and GenAI Detection Hi HN! This is Ben from Reality Defender (<a href="https:&#x2F;&#x2F;www.realitydefender.com">https:&#x2F;&#x2F;www.realitydefender.com</a>). We build real-time multimodal and multi-model deepfake detection for Fortune 100s and governments all over the world. (We even won the RSAC Innovation Showcase award for our work: <a href="https:&#x2F;&#x2F;www.prnewswire.com&#x2F;news-releases&#x2F;reality-defender-wins-most-innovative-startup-at-rsa-conference-2024-innovation-sandbox-302137326.html" rel="nofollow">https:&#x2F;&#x2F;www.prnewswire.com&#x2F;news-releases&#x2F;reality-defender-wi...</a>)<p>Today, we’re excited to share our public API and SDK, allowing anyone to access our platform with 2 lines of code: <a href="https:&#x2F;&#x2F;www.realitydefender.com&#x2F;api">https:&#x2F;&#x2F;www.realitydefender.com&#x2F;api</a><p>Back in W22, we launched our product to detect AI-generated media across audio, video, and images: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30766050">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30766050</a><p>That post kicked off conversations with devs, security teams, researchers, and governments. The most common question: &quot;Can we get API&#x2F;SDK access to build deepfake detection into our product?&quot;<p>We’ve heard that from solo devs building moderation tools, fintechs adding ID verification, founders running marketplaces, and infrastructure companies protecting video calls and onboarding flows. They weren’t asking us to build anything new; they simply wanted access to what we already had so they could plug it in and move forward.<p>After running pilots and engagements with customers, we’re finally ready to share our public API and SDK. Now anyone can embed deepfake detection with just two lines of code, starting at the low price of free.<p><a href="https:&#x2F;&#x2F;www.realitydefender.com&#x2F;api">https:&#x2F;&#x2F;www.realitydefender.com&#x2F;api</a><p>Our new developer tools support detection across images, voice, video, and text — with the former two available as part of the free tier. If your product touches KYC, UGC, support workflows, communications, marketplaces, or identity layers, you can now embed real-time detection directly in your stack. It runs in the cloud, and longstanding clients using our platform have also deployed on-prem, at the edge, or on fully airgapped systems.<p>SDKs are currently available in Python, Java, Rust, TypeScript, and Go. The first 50 scans per month are free, with usage-based pricing beyond that. If you’re working on something that requires other features or streaming access (like real-time voice or video), email us directly at yc@realitydefender.com<p>Much has changed since 2022. The threats we imagined back then are now showing up in everyday support tickets and incident reports. We’ve witnessed voice deepfakes targeting bank call centers to commit real-time fraud; fabricated documents and AI-generated selfies slip through KYC and IDV onboarding systems; fake dating profiles, AI-generated marketplace sellers, and “verified” influencers impersonating real people. Political disinformation videos and synthetic media leaks have triggered real-world legal and PR crises. Even reviews, support transcripts, and impersonation scripts are increasingly being generated by AI. Detection remains harder than we first expected since we began in 2021. New generation methods emerge every few weeks that invalidate prior assumptions. This is why we are committed to building every layer of this ourselves. We don’t license or white-label detection models; everything we deploy is built in-house by our team.<p>Since our original launch, we’ve worked with tier-one banks, global governments, and media companies to deploy detection inside their highest-risk workflows. However, we always believed the need wasn’t limited to large institutions, but everywhere. It showed up in YC office hours, in early bug reports, and in group chats after our last HN post.<p>We’ve taken our time to make sure this was built well, flexible enough for startups, and battle-tested enough to trust in production. The API you can use today is the same one powering many of our enterprise deployments.<p>Our goal is to make Reality Defender feel like Stripe, Twilio, or Plaid — an invisible, trusted layer that you can drop into your system to protect what matters. We feel deepfake detection is a key component of critical infrastructure, and like any good infrastructure, it should be modular, reliable, and boring (in the best possible way).<p>Reality Defender is already in the Zoom marketplace and will be on the Teams marketplace soon. We will also power deepfake detection for identity workflows, support platforms, and internal trust and safety pipelines.<p>If you&#x27;re building something where trust, identity, or content integrity matter, or if you’ve run into weird edge cases you can’t explain, we’d love to hear from you.<p>You can get started here: <a href="https:&#x2F;&#x2F;realitydefender.com&#x2F;api">https:&#x2F;&#x2F;realitydefender.com&#x2F;api</a><p>Or you can try us for free two different ways:<p>1) 1-click add to Zoom &#x2F; Teams to try in your own calls immediately.<p>2) Email us up to 50 files at yc@realitydefender.com and we’ll scan them for you — no setup required.<p>Thanks again to the HN community for helping launch us three years ago. It’s been a wild ride, and we’re excited to share something new. We live on HN ourselves and will be here for all your feedback. Let us know what you think!

Found: August 18, 2025 ID: 927

[Other] Show HN: Memori – Open-Source Memory Engine for AI Agents Hey HN! I&#x27;m Arindam, part of the team behind Memori (<a href="https:&#x2F;&#x2F;memori.gibsonai.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;memori.gibsonai.com&#x2F;</a>).<p>Memori adds a stateful memory engine to AI agents, enabling them to stay consistent, recall past work, and improve over time. With Memori, agents don’t lose track of multi-step workflows, repeat tool calls, or forget user preferences. Instead, they build up human-like memory that makes them more reliable and efficient across sessions.<p>We’ve also put together demo apps (a personal diary assistant, a research agent, and a travel planner) so you can see memory in action.<p>Current LLMs are stateless — they forget everything between sessions. This leads to repetitive interactions, wasted tokens, and inconsistent results. When building AI agents, this problem gets even worse: without memory, they can’t recover from failures, coordinate across steps, or apply simple rules like “always write tests.”<p>We realized that for AI agents to work in production, they need memory. That’s why we built Memori.<p>Memori uses a multi-agent architecture to capture conversations, analyze them, and decide which memories to keep active. It supports three modes:<p>- Conscious Mode: short-term memory for recent, essential context. - Auto Mode: dynamic search across long-term memory. - Combined Mode: blends both for fast recall and deep retrieval.<p>Under the hood, Memori is SQL-first. You can use SQLite, PostgreSQL, or MySQL to store memory with built-in full-text search, versioning, and optimization. This makes it simple to deploy, production-ready, and extensible.<p>Memori is backed by GibsonAI’s database infrastructure, which supports:<p>- Instant provisioning - Autoscaling on demand - Database branching &amp; versioning - Query optimization - Point of recovery<p>This means memory isn’t just stored, it’s reliable, efficient, and scales with real-world workloads.<p>We’ve open-sourced Memori under the Apache 2.0 license so anyone can build with it. You can check out the GitHub repo here: <a href="https:&#x2F;&#x2F;github.com&#x2F;GibsonAI&#x2F;memori" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;GibsonAI&#x2F;memori</a>, explore the docs, and join our community on Discord.<p>We’d love to hear your thoughts. Please dive into the code, try out the demos, and share feedback, your input will help shape where we take Memori from here.

Found: August 18, 2025 ID: 926

[Other] Show HN: Typed-arrow – compile‑time Arrow schemas for Rust Hi community, we just released <a href="https:&#x2F;&#x2F;github.com&#x2F;tonbo-io&#x2F;typed-arrow" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tonbo-io&#x2F;typed-arrow</a>.<p>When working with arrow-rs, we noticed that schemas are declared at runtime. This often leads to runtime errors and makes development less safe.<p>typed-arrow takes a different approach:<p>- Schemas are declared at compile time with Rust’s type system.<p>- This eliminates runtime schema errors.<p>- And introduces no runtime overhead — everything is checked and generated by the compiler.<p>If you’ve run into Arrow runtime schema issues, and your schema is stable (not defined or switched at runtime), this project might be useful.

Found: August 18, 2025 ID: 968

bytebot-ai/bytebot

GitHub Trending

[DevOps] Bytebot is a self-hosted AI desktop agent that automates computer tasks through natural language commands, operating within a containerized Linux desktop environment.

Found: August 18, 2025 ID: 922

[Other] Supercharge your workflow automation with this curated collection of n8n templates! Instantly connect your favorite apps-like Gmail, Telegram, Google Drive, Slack, and more-with ready-to-use, AI-powered automations. Save time, boost productivity, and unlock the true potential of n8n in just a few clicks.

Found: August 18, 2025 ID: 921

Alias Manager

Product Hunt

[Other] Manage Git and shell aliases fast on macOS A tiny desktop app to mTiny, open-source macOS app to view, add, and edit Git aliases and shell aliases. Built quickly to solve a real itch. It’s beta and I’d love feedback. PRs welcome. The icon is temporary 😅

Found: August 18, 2025 ID: 919

[Other] Save Google Drive "View Only" PDFs in one click Drive PDF Exporter is a Chrome extension that lets you save Google Drive "View Only" PDFs. It loads every page, retries automatically if something fails, and exports the full document locally, all directly in your browser.

Found: August 18, 2025 ID: 920

[Other] Convert Base64 code to images instantly online Convert Base64 code to image online in seconds. Simply paste your Base64 string and instantly download the decoded image – quick, easy, and free!

Found: August 18, 2025 ID: 923

Oh Shell!

Product Hunt

[Other] Turn Your Terminal Sessions Into Incident Runbooks Your runbook, but better.

Found: August 18, 2025 ID: 924

FileFaker

Product Hunt

[Other] Generate sample files of various types and sizes in seconds. Native macOS app for instant test file generation. Create PDFs, images, videos, CSVs & more locally on your Mac. No internet needed, files never leave your device. Perfect for developers & QA testing uploads, validations, and edge cases.

Found: August 18, 2025 ID: 929

[Other] animations,dark mode, responsive an attribute based css framework to build stunning responsive animated websites in lightspeed with new 4500 attributes from( dblack,lwhite,dark-btn)to,(responsive,pulseball-move-1)

Found: August 18, 2025 ID: 930

MashBlog

Product Hunt

[Other] Fresh perspectives on tech, AI, and the future MashBlog is your source for the latest in technology, AI, programming tutorials, and startup insights. Read expert articles, coding guides, and industry trends written for developers, founders, and tech enthusiasts.

Found: August 18, 2025 ID: 931

[Other] Easily Connect Power BI and Jira Connect Jira and Power BI without technical barriers. Our connector features unlimited exports, full custom field support, JQL filtering, as well as a no-code option. Perfect for teams who need comprehensive reporting without the hassle.

Found: August 18, 2025 ID: 932

Gitmore

Product Hunt

[Other] The first AI-powered reporting tool for git repositories AI-powered Git reporting automation. Connect GitHub & Bitbucket for smart reporting, and get your team progress insights easily.

Found: August 18, 2025 ID: 933

Autosana

Product Hunt

[Testing] QA Agent for Mobile Apps Autosana connects directly to your repo(s), embeds into your CI/CD, creates end-to-end testing with natural language, and reports failures and bugs directly to you and your team. Slash deployment times & catch bugs before users do.

Found: August 18, 2025 ID: 934

USAGEY

Product Hunt

[API/SDK] Usage-based billing saas toolkit Complete toolkit for implementing usage-based billing for your SaaS, API, or open-source project

Found: August 18, 2025 ID: 935

[Database] EloqKV, a distributed database with Redis compatible API (GPLv2 and AGPLv3)

Found: August 18, 2025 ID: 942

IMDB Terminal Browser

Hacker News (score: 20)

[Other] IMDB Terminal Browser

Found: August 18, 2025 ID: 918

Show HN: ASCII Tree Editor

Hacker News (score: 16)

[Other] Show HN: ASCII Tree Editor Show HN: ASCII Tree Editor<p>I&#x27;ve created a web-based editor for ASCII file directory trees called asciitreeman. It&#x27;s designed to make it easier to edit and reorganize the output of the tree command.<p>You can try it out here: <a href="https:&#x2F;&#x2F;reorx.github.io&#x2F;asciitreeman&#x2F;" rel="nofollow">https:&#x2F;&#x2F;reorx.github.io&#x2F;asciitreeman&#x2F;</a><p>And the source code is on GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;reorx&#x2F;asciitreeman" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;reorx&#x2F;asciitreeman</a><p>Some of the key features include visual tree editing with drag-and-drop-like operations, real-time sync where changes are immediately reflected in the ASCII output, keyboard shortcuts for navigation (J&#x2F;K or arrow keys), and auto-saving your work to local storage.<p>What&#x27;s interesting is that I used Claude Code to &quot;vibe-code&quot; this project in a very short amount of time. It was a fun experiment in AI-assisted development. For those curious about the process, I&#x27;ve included the prompts and specifications I used in the source code. You can check them out in the spec.md and CLAUDE.md files in the repository.<p>Hop you find it useful!

Found: August 18, 2025 ID: 917

[Other] Mangle – a language for deductive database programming

Found: August 18, 2025 ID: 914

[Other] Show HN: An Elisp tutorial made to run inside Emacs (constructed by Claude Code)

Found: August 18, 2025 ID: 915

[CLI Tool] Show HN: Doxx – Terminal .docx viewer inspired by Glow I got tired of open file.docx → wait 8 seconds → close Word just to read a document, so I built a terminal-native Word viewer!<p>What it does:<p>* View `.docx` files directly in your terminal with (mostly) proper formatting<p>* Tables actually look like tables (with Unicode borders!)<p>* Nested lists work correctly with indentation<p>* Full-text search with highlighting<p>* Copy content straight to clipboard with `c`<p>* Export to markdown&#x2F;CSV&#x2F;JSON<p>Why I made this:<p>Working on servers over SSH, I constantly hit Word docs I needed to check quickly. The existing solutions I&#x27;m aware of either strip all formatting (docx2txt) or require GUI apps. Wanted something that felt as polished as [glow](<a href="https:&#x2F;&#x2F;github.com&#x2F;charmbracelet&#x2F;glow" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;charmbracelet&#x2F;glow</a>) but for Word documents.<p>The good stuff:<p>* 50ms startup vs Word&#x27;s 8+ seconds<p>* Works over SSH (obviously)<p>* Preserves document structure and formatting<p>* Smart table alignment based on data types<p>* Interactive outline view for long docs<p>Built with Rust + ratatui and heavily inspired by Charm&#x27;s [glow](<a href="https:&#x2F;&#x2F;github.com&#x2F;charmbracelet&#x2F;glow" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;charmbracelet&#x2F;glow</a>) package for viewing Markdown in the CLI (built in Go)!<p><pre><code> # Install cargo install --git https:&#x2F;&#x2F;github.com&#x2F;bgreenwell&#x2F;doxx # Use doxx quarterly-report.docx </code></pre> Still early but handles most Word docs I throw at it. Always wanted a proper Word viewer in my terminal toolkit alongside `bat`, `glow`, and friends. Let me know what you think!

Found: August 17, 2025 ID: 911

[Other] ClickHouse matches PG for single-row UPDATEs and 4000 x faster for bulk UPDATEs

Found: August 17, 2025 ID: 908

[CLI Tool] Show HN: Chatbang – Access ChatGPT from the terminal without an API key How does it work? Chatbang works by scraping ChatGPT&#x27;s website. It opens ChatGPT on a headless session when you execute Chatbang and take your prompt and paste it in ChatGPT&#x27;s prompt area and execute that prompt, then it waits for the response and copies it as a markdown format and then render it in the terminal.

Found: August 17, 2025 ID: 909

[Other] A modern GUI client based on Tauri, designed to run in Windows, macOS and Linux for tailored proxy experience

Found: August 17, 2025 ID: 896

Delta Widgets

Product Hunt

[Other] The Ultimate Widget Maker for Windows Create beautiful, dynamic desktop widgets without coding. Drag-and-drop builder, custom templates, and real-time data integration.

Found: August 17, 2025 ID: 894

[Other] Skip the hassle of hunting for transparent PNGs today ! A collection of optimized and customizable SVG icons for popular technologies, frameworks, and tools used by developers. Free, scalable, and easy to use.

Found: August 17, 2025 ID: 895

TweetThreadify

Product Hunt

[Other] Turn blogs into viral X threads instantly AI-powered tool that instantly converts blogs & articles into viral Twitter/X threads. Features smart segmentation, engagement optimization & tone customization. Generate threads 5.2x more engaging than single tweets in under 5 seconds.

Found: August 17, 2025 ID: 897

Codexport

Product Hunt

[Other] Real-time code collaboration and code share platform Codexport is a powerful real-time code collaboration platform. Share code instantly, collaborate with team members, and code together in 25+ programming languages. Try it free!

Found: August 17, 2025 ID: 898

NovaAccess

Product Hunt

[Other] tailscale,wireguard,SSH,Terminal,VPN,VPN Conflict The only iOS SSH client that works alongside your VPN. Connect to Tailscale networks without conflicts - no VPN permission required.

Found: August 17, 2025 ID: 899

[Other] Track lost backlinks | Backlinkvigil Backlink Vigil is a lightweight backlink monitoring tool built to help website owners, SEO professionals, and agencies protect the value of their hard-earned links by automatically tracking whether it’s live, missing, or changed.

Found: August 17, 2025 ID: 902

Portfolio

Product Hunt

[Other] A beautiful Portfolio For Developers This is a portfolio which describes about memy skills my education and my projects!!

Found: August 17, 2025 ID: 903

Fixiol

Product Hunt

[Other] Roofing made simple Introducing A.R.I-1, our latest roof damage detection AI Model. Fixiol is an all-in-one platform that uses advanced AI to analyze roofing images, detect damage, estimate repair costs, and generate professional reports, all in seconds.

Found: August 17, 2025 ID: 904

[Other] Convert Markdown text to clean HTML instantly | Themedevhub Easily convert Markdown syntax to HTML with this fast, free online tool. Perfect for developers, writers, and content creators who want quick, clean HTML output without any setup or signup. 🔗 https://www.themedevhub.com/tools/markdown-to-html-converter

Found: August 17, 2025 ID: 905

[Other] One UI for MCP, RAG, and LLM Chat Spring AI Playground: Self-hosted web UI for Java developers to explore AI with ease. Built on Spring AI, it supports Local LLMs, vector DBs, prompt engineering, RAG workflows, and MCP tools. Quick Docker setup, no API keys needed. Prototype AI apps faster!

Found: August 17, 2025 ID: 906

[Other] It's a Hub of collection of extension packs Hey everyone, We've just launched VSCode Extensions Hub – a platform to discover, explore, and share open-source extensions made for Visual Studio Code.

Found: August 17, 2025 ID: 907

Kuzco

Product Hunt

[Package Manager] Open-source Swift package to run LLMs locally on iOS & macOS Kuzco is a Swift package for integrating large language models (LLMs) directly into iOS, macOS, and Mac Catalyst apps. Built on `llama.cpp`, it offers customizable prompts, flexible tuning, and async/await-friendly APIs for on-device AI.

Found: August 17, 2025 ID: 910

Actual Code

Product Hunt

[Other] Generate real-world coding interviews from your GitHub repos Stop testing developers on algorithms they'll never use. Actual Code analyzes your GitHub repos and generates relevant coding challenges based on your real codebase patterns and issues.

Found: August 17, 2025 ID: 913

[Other] A sleek, responsive, portfolio built with Next.js 15 A perfect portfolio website that showcases skills and projects. Minimal and smooth microinteractions. Perfect for developers and designers.

Found: August 17, 2025 ID: 916

[Other] Lessons learned from building a sync-engine and reactivity system with SQLite

Found: August 17, 2025 ID: 893

[Other] Show HN: Lue – Terminal eBook Reader with Text-to-Speech Shown HN: Lue - Terminal eBook Reader with Text-to-Speech<p>Hello,<p>Just went live on GitHub with this project.<p>I really enjoy listening to my eBooks as audiobooks but was frustrated by the available options. Converting books into audiobooks with scripts is tedious, and most tools stumble over footnotes, headers, or formatting. I wanted something simple: just throw a book at it, and it starts reading immediately without any clicking or loading.<p>I also wanted it to be customizable and modular because new, better TTS engines are released all the time. For this initial release, I settled on Edge and Kokoro because they’re both fast (real-time) and good quality. I’ve already made modules for Kitten TTS, Gemini and a few others, and they work too. So I hope this setup is future-proof.<p>Here’s what Lue supports:<p>Multi-format: EPUB, PDF, TXT, DOCX, HTML, RTF, and Markdown.<p>Modular TTS system: Default Edge TTS (online) and Kokoro TTS (offline&#x2F;local), with an architecture to add more models.<p>Rich terminal UI: Full keyboard and mouse support, customizable color themes, smooth scrolling.<p>Smart persistence: Automatically saves reading progress across sessions.<p>Cross-platform &amp; multilingual: macOS, Linux, Windows, supporting 100+ languages.<p>I’d love feedback on both usability and the TTS experience. Are there any features you wish it had?

Found: August 16, 2025 ID: 889

[IDE/Editor] Show HN: Embedr – Agentic IDE for Arduino, ESP32, and More Hi HN,<p>I’m building an agentic IDE for hardware developers. It currently supports Arduino, ESP32, ESP8266, and a bunch of other boards (mostly hobbyist for now, but expanding to things like PlatformIO).<p>It can already write and debug hardware projects end-to-end on its own. The goal is to have it also generate breadboard views (Fritzing-style), PCB layouts, and schematics. Basically a generative EDA tool.<p>Right now, it’s already a better drop-in replacement for the Arduino IDE.<p>Would love feedback from folks here.

Found: August 16, 2025 ID: 901

[Other] Show HN: I built an app to block Shorts and Reels I wanted to find a way to use Instagram without ending up scrolling for two hours every time I open the app to see a friend&#x27;s story.<p>Most screen time apps I found focus on blocking the app itself instead of the addictive feed, so I created this app to allow me to keep using the &quot;healthy&quot; and &quot;social&quot; features and block the infinite scrolling (Reels)<p>After implementing the block on Instagram Reels, I got addicted to YouTube Shorts and Reddit feed. So, I extended the app to cover these as well.<p>To avoid replacing the scrolling for regular feeds, I also added a feature that shows a pop-up when I&#x27;m overscrolling in any app. It forces me to stop and think for a minute before I continue scrolling.<p>I built it on Android Studio, using Kotlin and Jetpack Compose for the UI. I use the Accessibility Service to detect scrolls and navigate out of them. Unfortunately, this only works for Android. There is no way (as far as I know) to do this on iOS.<p>I&#x27;d love to hear your thoughts

Found: August 16, 2025 ID: 925

[IDE/Editor] Show HN: Code-snippets for developing eBPF Programs When developing eBPF-programs, we need to figure correct program-section SEC() and program-context.<p>Similary while creating eBPF-maps, we need to add certain fields such as; map-type, key&#x2F;values, map_options etc..<p>If you’re like me, you probably end up digging through documentation or browsing open-source projects just to piece this together every time.<p>So, I created a vscode-extension to help with these repetitive tasks.<p>Try it out and do share your feedback. I hope you like it.<p>Thanks !

Found: August 16, 2025 ID: 892

[DevOps] PG Auto Upgrade – Docker (and K8s) container to auto upgrade your database

Found: August 16, 2025 ID: 912

emcie-co/parlant

GitHub Trending

[Other] LLM agents built for control. Designed for real-world use. Deployed in minutes.

Found: August 16, 2025 ID: 883

IBM/mcp-context-forge

GitHub Trending

[Other] A Model Context Protocol (MCP) Gateway & Registry. Serves as a central management point for tools, resources, and prompts that can be accessed by MCP-compatible LLM applications. Converts REST API endpoints to MCP, composes virtual MCP servers with added security and observability, and converts between protocols (stdio, SSE, Streamable HTTP).

Found: August 16, 2025 ID: 882

tsoding/nob.h

GitHub Trending

[Build/Deploy] Header only library for writing build recipes in C.

Found: August 16, 2025 ID: 881

coleam00/Archon

GitHub Trending

[Other] Beta release of Archon OS - the knowledge and task management backbone for AI coding assistants.

Found: August 16, 2025 ID: 880

Scaffold

Product Hunt

[CLI Tool] Chat with Google Cloud — right from your terminal 🚀 Scaffold is an AI-powered CLI for Google Cloud that turns plain English into perfect commands. Automate multi-step workflows, recover from errors, and manage your cloud like you’re telling your DevOps engineer what to do.

Found: August 16, 2025 ID: 884

[Other] Notes with tasks, links, files, images, and collabs. Notes is a flexible tool to create, organize, and share ideas. Add tasks, save links, and upload files or images—all in one place. You can also collaborate with others when needed, keeping everything secure and accessible anywhere.

Found: August 16, 2025 ID: 885

Runlet

Product Hunt

[API/SDK] Turn prompts into powerful n8n workflows instantly. Runlet turns plain prompts into fully working n8n workflows. Just describe what you need, and it connects APIs, fetches data, and even creates Supabase tables if required, no manual wiring, just instant, ready-to-run automations.

Found: August 16, 2025 ID: 886

ClipCopy

Product Hunt

[CLI Tool] One command to copy any output, instantly ClipCopy is a lightweight CLI tool that pipes any output directly to your clipboard. No more copy-paste gymnastics — just run, copy, and paste instantly.

Found: August 16, 2025 ID: 887

inbound

Product Hunt

[API/SDK] An email platform for builders inbound is the best way to integrate email into your stack we provide the ability to send transactional and marketing emails as well as have webhooks and routing for email receiving (get it? inbound!)

Found: August 16, 2025 ID: 888

MSE

Product Hunt

[Other] Extract Microsoft Teams conversations and Stream transcripts Privacy-first Chrome extension that extracts Teams chats & Stream transcripts to clean, downloadable formats. Works offline - your data stays local. Perfect for documenting decisions, archiving discussions & creating searchable records.

Found: August 16, 2025 ID: 891

[Monitoring/Observability] Show HN: Kuvasz Uptime 2.4.0 – custom status, keyword and slow response checks The most feature-rich version of Kuvasz since the 2.0.0 release has arrived. Custom status code and keyword matching, slow response checks, new translations, and a lot of smaller improvements and fixes are included in version 2.4.0!

Found: August 15, 2025 ID: 878

[Other] Show HN: JMAP MCP – Email for your agents I wrote this JMAP MCP server that adds email management tools to Claude for searching, reading, and sending emails through FastMail and other JMAP providers in Deno!

Found: August 15, 2025 ID: 876

[DevOps] Show HN: Edka – Kubernetes clusters on your own Hetzner account Hi HN,<p>I’ve been working with Kubernetes for over a decade, since the alpha days, and was involved in kube-aws project before AWS launched EKS. For the past four years, I’ve been helping friends and small businesses cut costs by running Kubernetes on Hetzner Cloud, which I’ve found to be rock solid and by far the best priced provider.<p>Provisioning a cluster on Hetzner is now straightforward, thanks to tools like k3s and hetzner-k3s, but configuring it for your specific needs still takes time and expertise. I built Edka to make that part easy: spin up a production ready cluster in ~2 minutes, then choose how low level or automated you want to go.<p>How it works:<p>Layer 1 – Cluster provisioning - Creates a k3s-based Kubernetes cluster on Hetzner (lightweight, easy to manage, scales well).<p>Layer 2 – Add-ons - One-click deploy for metrics-server, cert-manager, and various operators; preconfigured for Hetzner, no extra setup needed.<p>Layer 3 – Applications - Minimal config UIs for apps built on top of add-ons. - Example: Need PostgreSQL? Fill a few fields → platform installs CloudNativePG → provisions HA PostgreSQL with PITR → gives ready to use endpoints. Backups can be restored to any point in time with a click. Quick demo: <a href="https:&#x2F;&#x2F;edka.io&#x2F;apps&#x2F;" rel="nofollow">https:&#x2F;&#x2F;edka.io&#x2F;apps&#x2F;</a><p>Layer 4 – Deployments - Connect your CI to push container images to a public&#x2F;private registry. - Edka updates deployments automatically (with semantic versioning rules), supports instant rollbacks, autoscaling, persistent volumes, secrets&#x2F;env imports, and quick public exposure. Quick demo: <a href="https:&#x2F;&#x2F;edka.io&#x2F;deployments&#x2F;" rel="nofollow">https:&#x2F;&#x2F;edka.io&#x2F;deployments&#x2F;</a><p>Tech stack: TypeScript, React + Tailwind CSS, PostgreSQL, Redis, BullMQ, Vault + AWS KMS to encrypted sensitive data.<p>The platform is still in beta and I’m building it in my spare time, so there are some rough edges, but I’d love feedback from anyone running Kubernetes on Hetzner, exploring alternatives to EKS&#x2F;GKE&#x2F;AKS or looking to automate their infrastructure with Kubernetes.<p>More details: <a href="https:&#x2F;&#x2F;edka.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;edka.io&#x2F;</a><p>Thank you!

Found: August 15, 2025 ID: 875

[Other] Show HN: Ldns.com – fast DNS lookups from the URL bar I built LDNS because I&#x27;m constantly curious about domain names - who owns them, which nameservers they use, how they&#x27;re configured, and what their DNS records reveal. I wanted a fast, easy way to investigate domains right from my browser without juggling multiple tools.<p>LDNS runs entirely client-side using Cloudflare&#x27;s DNS over HTTPS. Just type a domain and instantly see:<p>All DNS records with clickable filtering RDAP&#x2F;WHOIS data with registrar info and expiration dates Email security configuration (SPF, DMARC, MTA-STS, BIMI) Export options (JSON, CSV, BIND zones, PDF reports)<p>Try it at ldns.com - just append any domain like ldns.com&#x2F;example.com to start investigating.<p>Built with SvelteKit and deployed on Cloudflare Pages for that instant-load experience we all love.<p>Comments, feedback, and feature requests welcome!

Found: August 15, 2025 ID: 877

dotnet/maui

GitHub Trending

[DevOps] .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.

Found: August 15, 2025 ID: 868

budtmo/docker-android

GitHub Trending

[DevOps] Android in docker solution with noVNC supported and video recording

Found: August 15, 2025 ID: 867

[Other] Show HN: PgHook – Docker image that streams PostgreSQL row changes to webhooks I needed real-time updates in a web UI whenever PostgreSQL table rows change, so I built PgHook. It&#x27;s a 23 MB Docker image (10.1 MB compressed), .NET9 AOT-compiled, that streams logical replication events and sends them to a configurable webhook.<p>In my setup, the webhook converts events to SignalR messages that push updates to the UI.<p>I know about Debezium but I needed something minimal, and I like playing with csharp.

Found: August 15, 2025 ID: 871

[Other] AI-powered project planning made easy AI Project Planner helps you turn ideas into structured project plans in seconds. Enter your goal, and AI generates phases, tasks, and milestones you can follow or adapt, perfect for entrepreneurs, teams, and freelancers who want to start fast.

Found: August 15, 2025 ID: 864

GitRanks

Product Hunt

[Other] GitHub Profile Analytics & Rankings Explore rankings based on stars, contributions, and followers. Dive into dynamic leaderboards to see how you rank against developers worldwide and within your own country.

Found: August 15, 2025 ID: 865

Boardly

Product Hunt

[Other] Realtime kanban table for your team's projects Boardly is a lightweight, easy-to-use online board tool for teams and individuals. Create boards, add tasks, collaborate in real time, and stay organized without the clutter. Perfect for managing projects, ideas, or workflows in a clean, simple interface.

Found: August 15, 2025 ID: 866

AI Flow Chat

Product Hunt

[Other] Scale Your Content Ideate with various sources. Build AI workflow automation. Chain prompts, and build reusable AI workflows.

Found: August 15, 2025 ID: 869

JSON Formatter

Product Hunt

[Other] A clean, responsive, and modern JSON Formatter. A clean, responsive, and modern JSON Formatter. Paste unformatted JSON, format it with syntax highlighting, copy the result, or clear the editor.

Found: August 15, 2025 ID: 870

NuxtPro

Product Hunt

[Other] Opensource nuxt saas boilerplate The NuxtJS boilerplate with all the stuff you need to get your product in front of customers. From idea to production in 1 hour.

Found: August 15, 2025 ID: 872

RegEx - Learning

Product Hunt

[Other] Fastest way to learn! Unlock the full power of Regular Expressions with an interactive learning experience designed for all skill levels. Whether you're a developer, data analyst, or just curious, this app makes learning regex easy, fun, and practical.

Found: August 15, 2025 ID: 873

Treegress

Product Hunt

[Testing] No code. No records of steps. No prompts. Just a URL Drop in a URL and our AI scans your site, generates end-to-end tests, and runs them — no code, no recording of steps, no setup. Built for real projects: for engineers by engineers.

Found: August 15, 2025 ID: 874

Mobilable.dev

Product Hunt

[Other] Create an IPhone/Android app without coding Mobilable.dev transforms your app idea into a native iOS/Android app in minutes using AI. No coding needed, generate React Native code, UI, backend, and deploy to app stores instantly. Build and launch your app effortlessly at mobilable.dev!

Found: August 15, 2025 ID: 879

Show HN: MCP Security Suite

Hacker News (score: 18)

[Other] Show HN: MCP Security Suite Hi HN!<p>We kept seeing devs get pwned through MCP tools in ways that security scanners completely miss. So we built an open-source analyzer to catch these attacks. Our first OSS by Mighty team.<p>The problem: At Defcon, we saw MCP exploits with 100% success rate against Claude and Llama. Three attack patterns:<p>Hidden Unicode in &quot;error messages&quot; - Paste a colleague&#x27;s error into Claude, your SSH keys get exfiltrated Trusted tool updates - That database tool you&#x27;ve used for months? Last week&#x27;s update added credential theft Tool redefinition - Malicious tool redefines &quot;deploy to prod&quot; to run attacker&#x27;s script<p>Traditional scanners (CodeQL, SonarQube) catch &lt;15% of these. They&#x27;re looking for SQLi, not prompt injections hidden in tool descriptions.<p>What we built: git clone <a href="https:&#x2F;&#x2F;github.com&#x2F;NineSunsInc&#x2F;mighty-security" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;NineSunsInc&#x2F;mighty-security</a><p>python analyzers&#x2F;comprehensive_mcp_analyzer.py &#x2F;path&#x2F;to&#x2F;your&#x2F;mcp&#x2F;tool<p>Scans for prompt injection, credential exfil, suspicious updates, tool shadowing. Runtime wrapper adds &lt;10ms overhead. Fully local, no telemetry.<p>Why this matters: 43% of MCP tools have command injection vulns. GitHub&#x27;s own MCP server was exploitable. We found Fortune 500s running database-connected MCP tools that hadn&#x27;t been audited since installation. We went from paranoid code review to &quot;AI said it works&quot; in 18 months. The magic is real, but so are the vulnerabilities.<p>Demo: <a href="https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;e830c56d39254a788776358c5b03fdc3" rel="nofollow">https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;e830c56d39254a788776358c5b03fdc3</a><p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;NineSunsInc&#x2F;mighty-security" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;NineSunsInc&#x2F;mighty-security</a><p>Would love feedback - what MCP security issues have you seen?

Found: August 14, 2025 ID: 861

[Other] Show HN: Modelence – Supabase for MongoDB Hi all, Aram and Eduard here - authors of Modelence (<a href="https:&#x2F;&#x2F;github.com&#x2F;modelence&#x2F;modelence" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;modelence&#x2F;modelence</a>), an all-in-one backend platform for teams that love TypeScript + MongoDB. Think Supabase, but for MongoDB: auth, cron jobs, email, monitoring, without glue code before you can ship.<p>As Karpathy (and many of us) noted, getting from prototype to production is mostly painful integration work. The pieces exist, but stitching them together reliably is the hard part: <a href="https:&#x2F;&#x2F;x.com&#x2F;karpathy&#x2F;status&#x2F;1905051558783418370" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;karpathy&#x2F;status&#x2F;1905051558783418370</a>. YC AI Startup School talk about this - <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?feature=shared&amp;t=1940&amp;v=LCEmiRjPEtQ" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?feature=shared&amp;t=1940&amp;v=LCEmiR...</a><p>We intend to fill those gaps! What you get out of the box:<p>- Authentication &#x2F; user management<p>- Database<p>- Email integration (3rd party, but things like user verification emails work out of the box)<p>- AI integration<p>- Cron jobs<p>- Monitoring &#x2F; Telemetry<p>- Configs &amp; secrets<p>- Analytics (coming soon)<p>- File uploads (coming soon)<p>How it runs: A Node.js backend with MongoDB. It&#x27;s frontend-agnostic, so you can use our minimal Vite + React starter or drop Modelence behind an existing Next.js (or any) frontend.<p>We&#x27;re also building a managed cloud, similar to what Vercel is for Next.js, except Modelence focuses on the backend instead of the frontend (Vercel is great for content sites like landing pages, blogs, etc, but things like persistent connections and complex backend logic outgrow it quickly). You can find a quick demo here: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=S4f22FyPpI8" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=S4f22FyPpI8</a><p>We&#x27;re looking for early users (especially TS teams on MongoDB). Tell us what&#x27;s missing, what&#x27;s confusing, and what you&#x27;d want before trusting this in prod. Happy to answer anything!

Found: August 14, 2025 ID: 858

[Other] I Made a Realtime C/C++ Build Visualizer

Found: August 14, 2025 ID: 856

[CLI Tool] Show HN: OWhisper – Ollama for realtime speech-to-text Hello everyone. This is Yujong from the Hyprnote team (<a href="https:&#x2F;&#x2F;github.com&#x2F;fastrepl&#x2F;hyprnote" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;fastrepl&#x2F;hyprnote</a>).<p>We built OWhisper for 2 reasons: (Also outlined in <a href="https:&#x2F;&#x2F;docs.hyprnote.com&#x2F;owhisper&#x2F;what-is-this" rel="nofollow">https:&#x2F;&#x2F;docs.hyprnote.com&#x2F;owhisper&#x2F;what-is-this</a>)<p>(1). While working with on-device, realtime speech-to-text, we found there isn&#x27;t tooling that exists to download &#x2F; run the model in a practical way.<p>(2). Also, we got frequent requests to provide a way to plug in custom STT endpoints to the Hyprnote desktop app, just like doing it with OpenAI-compatible LLM endpoints.<p>The (2) part is still kind of WIP, but we spent some time writing docs so you&#x27;ll get a good idea of what it will look like if you skim through them.<p>For (1) - You can try it now. (<a href="https:&#x2F;&#x2F;docs.hyprnote.com&#x2F;owhisper&#x2F;cli&#x2F;get-started" rel="nofollow">https:&#x2F;&#x2F;docs.hyprnote.com&#x2F;owhisper&#x2F;cli&#x2F;get-started</a>)<p><pre><code> bash brew tap fastrepl&#x2F;hyprnote &amp;&amp; brew install owhisper owhisper pull whisper-cpp-base-q8-en owhisper run whisper-cpp-base-q8-en </code></pre> If you&#x27;re tired of Whisper, we also support Moonshine :) Give it a shot (owhisper pull moonshine-onnx-base-q8)<p>We&#x27;re here and looking forward to your comments!

Found: August 14, 2025 ID: 863

[API/SDK] Show HN: I built a free alternative to Adobe Acrobat PDF viewer I built EmbedPDF: an MIT-licensed, open-source PDF viewer that aims to match all of Adobe Acrobat’s paid features… for free.<p>Already working:<p>- Annotations (highlight, sticky notes, free text, ink)<p>- True redaction (content actually removed)<p>- Search, text selection, zoom, rotation<p>- Runs fully in the browser, no server needed<p>- Drop-in SDK for React, Vue, Preact, vanilla JS<p>Why? Acrobat is heavy, closed, and pricey. I wanted something lightweight, hackable, and embeddable anywhere.<p>Demo: <a href="https:&#x2F;&#x2F;app.embedpdf.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;app.embedpdf.com&#x2F;</a> Website: <a href="https:&#x2F;&#x2F;www.embedpdf.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.embedpdf.com&#x2F;</a> GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;embedpdf&#x2F;embed-pdf-viewer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;embedpdf&#x2F;embed-pdf-viewer</a><p>Feedback, bug reports, and feature requests welcome!

Found: August 14, 2025 ID: 857

oop7/YTSage

GitHub Trending

[Other] Modern YouTube downloader with a clean PySide6 interface. Download videos in any quality, extract audio, fetch subtitles, sponserBlock, and view video metadata. Built with yt-dlp for reliable performance.

Found: August 14, 2025 ID: 852

angular/components

GitHub Trending

[Other] Component infrastructure and Material Design components for Angular

Found: August 14, 2025 ID: 851

[DevOps] External Secrets Operator reads information from a third-party service like AWS Secrets Manager and automatically injects the values as Kubernetes Secrets.

Found: August 14, 2025 ID: 850

pathwaycom/pathway

GitHub Trending

[Other] Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG.

Found: August 14, 2025 ID: 849

[Other] Show HN: E-commerce data from 100k stores that is refreshed daily Hi HN! I&#x27;m building Agora, an AI search engine for e-commerce that returns results in under 300ms. We&#x27;ve indexed 30M products from 100k stores and made them easy to purchase using AI agents.<p>After launching here on HN, a large enterprise reached out to pay for access to the raw data. We serviced the contract manually to learn the exact workflow and then decided to productize the &quot;Data Connector&quot; to help us scale to more customers.<p>The Data Connector enables developers to select any of our 100k stores in the index, view sample data, format the output, and export the up-to-date data. Data can be exported as CSV or JSON.<p>We&#x27;ve built crawlers for Shopify, WooCommerce, Squarespace, Wix, and custom built stores to index the store information, product data, stock, reviews, and more. The primary technical challenge is to recrawl the entire dataset every 24 hours. We do this with a series of servers that &quot;recrawl&quot; different store-types with rotating local proxies and then add changes to a queue to be updated in our search index. Our primary database is Mongo and our search runs on self-hosted Meilisearch on high RAM servers.<p>My vision is to index the world&#x27;s e-commerce data. I believe this will create market efficiencies for customers, developers, and merchants.<p>I&#x27;d love your feedback!

Found: August 14, 2025 ID: 859

Chromo

Product Hunt

[Other] Maximize the power of colors Chromo is a powerful color analysis tool that instantly gives you detailed info from any HEX code. See multiple color formats, contrast checks, shades, tones, and related colors — perfect for designers, developers, and anyone working with colors.

Found: August 14, 2025 ID: 848

DormData

Product Hunt

[Other] Complete coding platform DormData is the ultimate coding practice and competition platform designed for developers who want to level up their skills through real challenges, real competition, and real results.

Found: August 14, 2025 ID: 853

[IDE/Editor] One tool that solves all your coding needs! Coding Assistant offers Personalized Coding Tutor, Code Generator, Explainer, Refactor, Convertor, Debugger, beginner-level coding interview problems, Compiler, and Daily News in Tech and Programming. It acts like your ultimate coding companion.

Found: August 14, 2025 ID: 854

[Other] Modern toggle switches built with pure CSS A collection of sleek, animated CSS toggle switches ready to copy and paste. Fully responsive and customizable without any JavaScript. Perfect for developers and designers looking to enhance UI forms. 🔗 https://www.themedevhub.com/tools/css-switch-collection

Found: August 14, 2025 ID: 855

Hunyuan-GameCraft

Product Hunt

[Other] Interactive game worlds from a single image Hunyuan-GameCraft by Tencent is an open-source model for generating playable, high-dynamic game videos from a single image and user actions. It offers fine-grained control and impressive realism for creators and developers.

Found: August 14, 2025 ID: 860

YourEpicSaaS

Product Hunt

[Other] Nextjs and Supabase Boilerplate Build and launch your SaaS product faster with a scalable Next.js and Supabase boilerplate. Includes authentication, multi-organization support, billing, member management, and everything else you need to get your app live.

Found: August 14, 2025 ID: 862

[CLI Tool] Show HN: Yet another memory system for LLMs Built this for my LLM workflows - needed searchable, persistent memory that wouldn&#x27;t blow up storage costs. I also wanted to use it locally for my research. It&#x27;s a content-addressed storage system with block-level deduplication (saves 30-40% on typical codebases). I have integrated the CLI tool into most of my workflows in Zed, Claude Code, and Cursor, and I provide the prompt I&#x27;m currently using in the repo.<p>The project is in C++ and the build system is rough around the edges but is tested on macOS and Ubuntu 24.04.

Found: August 14, 2025 ID: 846

[Other] ResurrectedGod: The Ruby Framework for Process Management

Found: August 13, 2025 ID: 900

[API/SDK] Show HN: Inworld Runtime – A C++ graph-based runtime for production AI apps Hey HN, this is Igor, one of the engineers behind Inworld Runtime, which we&#x27;re releasing today in public preview.<p>We built it to solve the common problem we and our customers had: engineers spend more time on AI ops and plumbing than on actual feature development. This was often due to the challenge of using Python for I&#x2F;O-bound, high-concurrency workloads and complexity maintaining pipelines with streams that use always-changing ML models.<p>Our solution is a high-performance runtime written in C++ with the core idea of defining AI logic as graphs. For instance, a basic voice-to-voice agent consists of STT → LLM → TTS nodes, while the connecting edges stream data and enforce conditions. This graph engine is portable (Linux, Windows, macOS) and can run on-device.<p>We built a few key features on top of this C++ core:<p>- Extensions. Runtime architecture decouples graph definition from implementation. If a pre-built component doesn&#x27;t exist, you can register your own custom node&#x2F;code and reuse it in any graph without writing any glue code.<p>- Routers. You can dynamically select models&#x2F;settings on the per-node basis depending on the traffic as well as configure policies for fallbacks and retries to get the app ready for production.<p>- The Portal. A web-based control plane UI to deploy graphs, push config changes instantly, run A&#x2F;B tests on live traffic, and monitor your app with logs, traces, and metrics.<p>- Unified API. Use our optimized models or route to providers like OpenAI, Anthropic, and Google through a single, consistent interface and one API key.<p>We have a Node.js SDK out now, with Python, Unity, Unreal, and native C++ coming soon. We plan to open-source the SDKs, starting with Node.js.<p>The docs are here: <a href="https:&#x2F;&#x2F;docs.inworld.ai&#x2F;docs&#x2F;runtime&#x2F;overview" rel="nofollow">https:&#x2F;&#x2F;docs.inworld.ai&#x2F;docs&#x2F;runtime&#x2F;overview</a><p>We&#x27;re eager for feedback from fellow engineers and builders. What do you think?

Found: August 13, 2025 ID: 840

[API/SDK] Show HN: Vaultrice – A real-time key-value store with a localStorage API Hi HN,<p>I&#x27;m Adriano, one of the makers of Vaultrice. I&#x27;m excited (and a little nervous!) to share what we&#x27;ve been building.<p>For years, we found ourselves in a frustrating loop: whenever we needed a simple real-time feature—like a &quot;who&#x27;s online&quot; list, a collaborative app, or just sharing state between a marketing site and our main app — we&#x27;d end up spending days setting up the same stack or discarded to do it. Setting it up, it always involved wiring together a database, a WebSocket server, an API, and managing the connection state. It felt like massive overkill for what we were trying to achieve.<p>We wanted a tool that felt as simple to use as the browser&#x27;s `localStorage` API but worked across domains and devices, with real-time sync and security built-in.<p>So, we built Vaultrice.<p>It’s a key-value data store built on top of Cloudflare&#x27;s Durable Objects, which gives you a strongly consistent backend for each data object. You interact with it through our TS&#x2F;JS SDK, which comes in two flavors:<p>1. `NonLocalStorage`: A low-level client with a `localStorage`-like API (`setItem`, `getItem`, etc.) plus real-time events and presence (`.on()`, `.join()`).<p>2. `SyncObject`: A higher-level, reactive JavaScript Proxy. You just change a property on an object (`doc.title = &#x27;New Title&#x27;`), and it automatically syncs to all other connected clients.<p>The goal is to let you build the real-time features you want in minutes, not days. We&#x27;ve also put a lot of thought into a layered security model, allowing you to go from simple API key restrictions all the way to server-signed object IDs and client-side E2EE.<p>We’ve just launched and would be grateful for any feedback from the HN community. What do you think of the API design? Are there use cases we haven&#x27;t considered? Any thoughts on the security model?<p>We&#x27;ll be here (or via email (support@vaultrice.com)) to answer any questions. Thanks for checking it out!

Found: August 13, 2025 ID: 847

[Other] Writing a competitive BZip2 encoder in Ada from scratch in a few days – part 2

Found: August 13, 2025 ID: 890

filamentphp/filament

GitHub Trending

[Other] A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire

Found: August 13, 2025 ID: 828

jitsi/jitsi-meet

GitHub Trending

[Other] Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.

Found: August 13, 2025 ID: 827

MaskLLM

Product Hunt

[API/SDK] Mask your LLM APIs for secure rotation and logging MaskLLM helps you mask your LLM API keys for secure rotation and sharing across different development environments.

Found: August 13, 2025 ID: 823

Fellow API

Product Hunt

[API/SDK] Build custom workflows from meeting transcripts and AI notes Whether you need to archive compliance records, trigger workflows when key terms appear, feed dashboards with fresh insights, or pass transcripts to an LLM for tailored recaps and action plans, Fellow’s API gives you everything you need to make it happen.

Found: August 13, 2025 ID: 824

Compozy

Product Hunt

[Other] Design complex AI workflows using intuitive YAML templates Create, deploy, and manage robust multi-agent systems with Compozy—unifying agents, tasks, tools, and signals into scalable YAML workflows. Powered by Go and Temporal for performance and reliability, it optimizes costs and gives enterprises full control.

Found: August 13, 2025 ID: 825

Promptic

Product Hunt

[Other] LeetCode but for Prompt Engineers The new LeetCode but for prompt engineers. Master prompt engineering with structured challenges and AI-powered feedback. Join 1000+ developers already improving their skills.

Found: August 13, 2025 ID: 826

Mockden

Product Hunt

[API/SDK] Rapid api prototyping & mock data Mockden helps developers prototype APIs with custom schemas and mock data. Fast, scalable, and ideal for testing

Found: August 13, 2025 ID: 830

Jotty

Product Hunt

[Other] Organize your code snippets and technical resources Jotty is a modern web app for developers to save, organize and share code snippets, useful links and technical notes. Build faster with organized code snippets.

Found: August 13, 2025 ID: 831

Formulas-AI

Product Hunt

[Other] Generate Excel formulas by DeepSeek AI Imagine a programmer being asked to use Excel! This task seems even more daunting than writing code. Do not fear, however, for there now exists a tool that can rapidly generate Excel formulas. Try it out, and see for yourself.

Found: August 13, 2025 ID: 832

[Other] Python financial graphing and charting library LightningChart Python Trader is a high-performance charting library for Python, built for fintech and trading apps. Features GPU-accelerated rendering, 100+ indicators, 30+ tools, and multiple chart types for real-time, interactive market analysis.

Found: August 13, 2025 ID: 833

RinaWarp Terminal

Product Hunt

[Other] AI-powered terminal with voice control and beautiful themes The terminal that makes developers 10x more productive. Features AI command suggestions, voice control with "Hey Rina", and beautiful mermaid themes. Includes cloud sync, team collaboration, and learns your workflow patterns.

Found: August 13, 2025 ID: 834

ScrollX UI

Product Hunt

[Other] An open source collection of animated & beautiful components ScrollX UI is an open-source library with customizable, animated, interactive React components to help developers build fast, visually appealing UIs.

Found: August 13, 2025 ID: 836

Debian.Club

Product Hunt

[Other] Friendly, step-by-step Debian 13 tutorials Debian.Club is a friendly, step-by-step guide for absolute beginners to Debian 13. Learn installation, apt package management, networking, desktops & servers, and everyday troubleshooting — with clear commands, screenshots, and real-world examples.

Found: August 13, 2025 ID: 837

[Other] Bridge discord to automation tools n8n, zapier & make.com Transform Discord into your automation command center. Official Discord-verified bot used in 100+ servers. Bridge Discord to n8n, Zapier, Make.com with real-time triggers. No polling required, instant webhook forwarding for powerful automation workflows.

Found: August 13, 2025 ID: 839

[Other] Beautifully designed premium Shadcn UI Blocks Discover beautiful, production-ready UI blocks built with Shadcn UI and Tailwind CSS. Copy-paste blocks for modern web applications. Perfect for developers who want to ship faster.

Found: August 13, 2025 ID: 841

Gith (beta)

Product Hunt

[CLI Tool] A Terminal UI for git A Terminal UI to simplify reoccurring git tasks. Highly customizable, and open source. Uses a catppuccin theme.

Found: August 13, 2025 ID: 842

Pinaslab

Product Hunt

[Other] NAS for SSD 4 bay based on Raspberry Pi 5 I built a 4-bay SSD NAS powered by Raspberry Pi 5 + OpenMediaVault. Fast, silent, compact, and ready to use in minutes. Professional-grade storage at almost half the cost of commercial models.

Found: August 13, 2025 ID: 844

ThumbNailer

Product Hunt

[Other] Youtube thumbnail scraper Instantly grab high-quality thumbnails from any YouTube video. Simply paste a URL, preview available sizes, and download with a single click. -

Found: August 13, 2025 ID: 845

[Other] Show HN: langdiff – Stream valid JSON from LLMs with type-safe callbacks Ever had json.loads() explode halfway through an LLM stream? langdiff fixes that with a schema + callback approach.<p>Define your schema → attach callbacks → push streaming tokens → get structured events immediately.

Found: August 13, 2025 ID: 838

[Other] Show HN: Turn your iPhone into a local OCR server using Vision Framework Built an iOS app that runs a local OCR server using Apple&#x27;s Vision Framework.<p>Creates a REST API endpoint accessible from any device on your network. No cloud services needed - everything processes locally on the phone.<p>Available on App Store (searching &quot;OCR Server&quot;).<p>Would appreciate feedback on the architecture or similar mobile-as-server projects you&#x27;ve seen.

Found: August 12, 2025 ID: 835

[Other] Show HN: Created 60 free useful tools in one place Hey there, I&#x27;m a solo dev behind KewlTools.<p>So I&#x27;m one of those people who like to build their own tools&#x2F;utilities whenever they a) want to get something done, or b) want to learn something. c) don&#x27;t want to spend ages finding a utilty and going through walls of ads.<p>I gradually built 66 tools, all free, fast, ad-free, and zero login.<p>I (and my family&#x2F;friends) use these daily, so thought some of you will find it useful!<p>Any suggestions, improving current tools or adding new ones, please let me know.

Found: August 12, 2025 ID: 829

[Other] Show HN: Omnara – Run Claude Code from anywhere Hey ya’ll, Ishaan and Kartik here. We&#x27;re building Omnara (<a href="https:&#x2F;&#x2F;omnara.com&#x2F;">https:&#x2F;&#x2F;omnara.com&#x2F;</a>), an “agent command center” that lets you launch and control Claude Code from anywhere: terminal, web, or mobile — and easily switch between them.<p>Run &#x27;pip install omnara &amp;&amp; omnara&#x27;, and you&#x27;ll have a regular Claude Code session. But you can continue that same session from our web dashboard (<a href="https:&#x2F;&#x2F;omnara.com&#x2F;">https:&#x2F;&#x2F;omnara.com&#x2F;</a>) or mobile app (<a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;omnara-ai-command-center&#x2F;id6748426727">https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;omnara-ai-command-center&#x2F;id674...</a>).<p>Check out a demo here: <a href="https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;03d30efcf8e44035af03cbfebf840c73" rel="nofollow">https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;03d30efcf8e44035af03cbfebf840c73</a>.<p>Before Omnara, we felt stuck watching Claude Code think and write code, waiting 5-10 minutes just to provide input when needed. Now with Omnara, I can start a Claude Code session and if I need to leave my laptop, I can respond from my phone anywhere. Some places I&#x27;ve coded from include my bed, on a walk, in an Uber, while doing laundry, and even on the toilet.<p>There are many new Claude Code wrappers (e.g., Crystal, Conductor), but none keep the native Claude Code terminal experience while allowing interaction outside the terminal, especially on mobile. On the other hand, tools like Vibetunnel or Termius replicate the terminal experience but lack push notifications, clean UIs for answering questions or viewing git diffs, and easy setup.<p>We wanted our integration to fully mirror the native Claude Code experience, including terminal output, permissions, notifications, and mode switching. The Claude Code SDK and hooks don&#x27;t support all of this, so we made a CLI wrapper that parses the session file at ~&#x2F;.claude&#x2F;projects and the terminal output to capture user and agent messages. We send these messages to our platform, where they&#x27;re displayed in the web and mobile apps in real time via SSE. Our CLI wrapper monitors for input from both the Omnara platform and the Claude Code CLI, continuing execution when the user responds from either location. Our entire backend is open source: <a href="https:&#x2F;&#x2F;github.com&#x2F;omnara-ai&#x2F;omnara" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;omnara-ai&#x2F;omnara</a>.<p>Omnara isn&#x27;t just for Claude Code. It&#x27;s a general framework for any AI agent to send messages and push notifications to humans when they need input. For example, I&#x27;ve been using it as a human-in-the-loop node in n8n workflows for replying to emails. But every Claude Code user we show it to gets excited about that application specifically so that’s why we’re launching that first :)<p>Omnara is free for up to 10 agent sessions per month, then $9&#x2F;month for unlimited sessions. Looking forward to your feedback and hearing your thoughts and comments!

Found: August 12, 2025 ID: 820

[Other] Show HN: Building a web search engine from scratch with 3B neural embeddings

Found: August 12, 2025 ID: 819

GitHub is (again) having issues

Hacker News (score: 313)

[Other] GitHub is (again) having issues

Found: August 12, 2025 ID: 821

redis/go-redis

GitHub Trending

[API/SDK] Redis Go client

Found: August 12, 2025 ID: 814

[DevOps] Conductor is an event driven orchestration platform providing durable and highly resilient execution engine for your applications

Found: August 12, 2025 ID: 813

apple/embedding-atlas

GitHub Trending

[Other] Embedding Atlas is a tool that provides interactive visualizations for large embeddings. It allows you to visualize, cross-filter, and search embeddings and metadata.

Found: August 12, 2025 ID: 812

[CLI Tool] Qodo CLI agent scores 71.2% on SWE-bench Verified

Found: August 12, 2025 ID: 815

Fillr

Product Hunt

[Other] Apply to jobs in 1 click with AI autofill Fillr is an AI-powered Chrome extension that fills job application forms in seconds. Works on most of the job forms. Save 4+ hours weekly with smart autofill — apply to jobs effortlessly.

Found: August 12, 2025 ID: 810

Framepack AI

Product Hunt

[Other] Advanced neural network for video generation Framepack AI: The innovative neural network structure for AI video generation using next-frame prediction. Create high-quality videos with minimal memory requirements on consumer GPUs.

Found: August 12, 2025 ID: 811

ChainFetch

Product Hunt

[API/SDK] Ai Powered Ethereum Intelligence API Access real-time Ethereum blockchain data with advanced semantic search, vector embeddings, and LLM-powered query processing. Built for developers who need intelligent blockchain insights.

Found: August 12, 2025 ID: 816

ship.pluv.io

Product Hunt

[Other] Build and launch products insanely fast Multiple code boilerplates with all you need to focus on building your starting, shipping to users and generating revenue.

Found: August 12, 2025 ID: 817

codecreate.cc

Product Hunt

[IDE/Editor] Coding sandbox/Web IDE with 200+ features & 500+ options Codecreate.cc is a highly customizable coding sandbox and Web IDE with: over 200 unique features with video tutorials, over 500 customization options, over 150 keyboard shortcuts, and over 35 coding assistance modules.

Found: August 12, 2025 ID: 818

[Other] Web-based dev tools: code beautify, editor, subtitles & TTS UnminifyDev is an all-in-one web toolkit that helps developers and content creators instantly beautify minified code, edit HTML with a WYSIWYG Markdown editor, convert text to speech, and create subtitles easily—all in one place.

Found: August 12, 2025 ID: 822

[Other] Show HN: Enter your domain and my open-source agent will hack it I built an open-source AI agent for security testing to find and fix vulnerabilities in your code.<p>I’ve noticed how bad security vulnerabilities have gotten with everyone shipping AI code slop, so I wanted to build something that allows for vibe-coding at full speed without compromising security.<p>Traditional security tools aren’t effective, and manual pen-testing can’t keep up with the rapidly growing AI code<p>This tool runs your code dynamically, finds vulnerabilities, and validates them through actual exploitation.<p>You can either run it against your codebase or enter your (or someone else’s) domain to scan for vulnerabilities.<p>Good luck, have fun, hack responsibly!

Found: August 12, 2025 ID: 808

[Other] Show HN: Real-time privacy protection for smart glasses I built a live video privacy filter that helps smart glasses app developers handle privacy automatically.<p>How it works: You can replace a raw camera feed with the filtered stream in your app. The filter processes a live video stream, applies privacy protections, and outputs a privacy-compliant stream in real time. You can use this processed stream for AI apps, social apps, or anything else.<p>Features: Currently, the filter blurs all faces except those who have given consent. Consent can be granted verbally by saying something like &quot;I consent to be captured&quot; to the camera. I&#x27;ll be adding more features, such as detecting and redacting other private information, speech anonymization, and automatic video shut-off in certain locations or situations.<p>Why I built it: While developing an always-on AI assistant&#x2F;memory for glasses, I realized privacy concerns would be a critical problem, for both bystanders and the wearer. Addressing this involves complex issues like GDPR, CCPA, data deletion requests, and consent management, so I built this privacy layer first for myself and other developers.<p>Reference app: There&#x27;s a sample app (.&#x2F;examples&#x2F;rewind&#x2F;) that uses the filter. The demo video is in the README, please check it out! The app shows the current camera stream and past recordings, both privacy-protected, and will include AI features using the recordings.<p>Tech: Runs offline on a laptop. Built with FFmpeg (stream decode&#x2F;encode), OpenCV (face recognition&#x2F;blurring), Faster Whisper (voice transcription), and Phi-3.1 Mini (LLM for transcription analysis).<p>I&#x27;d love feedback and ideas for tackling the privacy challenges in wearable camera apps!

Found: August 11, 2025 ID: 843

[Other] Show HN: ServerBuddy – GUI SSH client for managing Linux servers from macOS Hi HN,<p>I&#x27;ve built an app for macOS that allows performing common SSH operations on Linux servers using a native GUI.<p>The problem:<p>Managing multiple Linux servers usually means juggling terminal windows and copy-pasting snippets&#x2F;scripts. After dealing with tens of production&#x2F;staging VPSes at previous jobs, I realized there had to be a better way for common operations I did on a daily basis than my collection of bash snippets.<p>Features:<p>- Quickly switch between different servers. Tag servers with arbitrary key values for easy search.<p>- Real-time dashboard with CPU&#x2F;memory graphs, disk usage, and uptime.<p>- Table based interface for processes (sortable&#x2F;filterable), Docker containers, systemd services, network ports, and system logs etc.<p>- Built-in file browser.<p>- Full-featured terminal when you need to drop to the command line.<p>You can check out the screenshots at <a href="https:&#x2F;&#x2F;serverbuddy.app&#x2F;screenshots" rel="nofollow">https:&#x2F;&#x2F;serverbuddy.app&#x2F;screenshots</a> for a quick overview of the features supported.<p>All the above are done through SSH, there are no agents&#x2F;scripts to install on your servers.<p>From using the app for a few weeks(admittedly a short duration), I can say I much prefer the ServerBuddy based workflow to my previous workflows.<p>Pricing:<p>Free forever for one server, $59 one-time for unlimited servers (includes 1 year of updates).<p>If you&#x27;re a developer or sysadmin managing Linux servers from Mac, please do try out the app. I&#x27;d love your feedback regarding additional features&#x2F;workflows etc.<p>Thank you!

Found: August 11, 2025 ID: 805

[Other] Show HN: An open-source email archiver with full-text search capabilities Hey HN,<p>I’d like to share an open-source project I’ve created. It is an email archiving tool that can back up your whole email system with full-text search capabilities.<p>The project is called Open Archiver, and it is able to archive and index emails from cloud-based email inboxes, including Google Workspace, Microsoft 365, and any IMAP-enabled email inbox. You can connect it to your email provider, and it copies every single incoming and outgoing email into a secure archive that you control (Your local storage or S3-compatible storage).<p>Some features:<p>- Archive and index all emails and attachments<p>- Import and sync the whole organization&#x27;s emails: For Google Workspace and MS 365, Open Archiver can ingest all individual inboxes&#x27; emails<p>- PST and .eml files import<p>- Role-based access<p>- Full-text search: All archived emails and attachments are indexed, so you can search the content of all emails and attachments<p>- You can choose to store your files either on your local machine or on any S3-compatible storage provider<p>- API access<p>It&#x27;s AGPL-3.0 licensed and free to use for personal and business purposes. I&#x27;d be happy if you could give it a try and give me some feedback.<p>You can find the project on GitHub (with Demo site): <a href="https:&#x2F;&#x2F;github.com&#x2F;LogicLabs-OU&#x2F;OpenArchiver" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;LogicLabs-OU&#x2F;OpenArchiver</a>

Found: August 11, 2025 ID: 806

midday-ai/midday

GitHub Trending

[Other] Invoicing, Time tracking, File reconciliation, Storage, Financial Overview & your own Assistant made for Freelancers

Found: August 11, 2025 ID: 800

devcli

Product Hunt

[CLI Tool] MERN Project Generator CLI - Simplify MERN stack development MERN Project Generator CLI instantly sets up a production-ready MERN stack with React v19 & Tailwind v4, MongoDB integration, JWT auth, and Docker support — saving hours of setup so developers can start building right away with best practices in place.

Found: August 11, 2025 ID: 798

BAHAS

Product Hunt

[CLI Tool] Cli tools for developers Modern command line searching and reading tool for folks who value efficiency and elegance

Found: August 11, 2025 ID: 799

Customodoro Timer

Product Hunt

[Other] The ultimate customizable Pomodoro timer for productive work Transform your productivity with Customodoro - the most adaptable Pomodoro timer. Boost focus by 70% using scientifically-proven time management techniques. Features customizable intervals, focus-enhancing sounds, and progress tracking.

Found: August 11, 2025 ID: 802

My Lofi Space

Product Hunt

[Other] Create your calm, focused workspace with productivity tools. A calming space to boost productivity for work or study. Distraction free zone with productivity tools like pomodoro timer, task list, notes, meetings and eventually more. Right now the basic version deployed for people to use. Stay tuned for future updates!

Found: August 11, 2025 ID: 807

[Other] Launch a SaaS faster with Next.js + built-in dashboard Most boilerplates give you code. LaunchKit gives you power. Get a full-featured SaaS starter kit with auth, payments, admin dashboard, email, SEO, blog, and more and ready to deploy. Built for solo founders who want to launch fast.

Found: August 11, 2025 ID: 809

[Other] Show HN: I integrated Ollama into Excel to run local LLMs I built an Excel add-in that connects to Ollama, so you can run local LLMs like Llama3 directly inside Excel. I call it XLlama.<p>You can use it like a regular formula: =XLlamaPrompt(&quot;Is Excel a database&quot;) or run it on an entire range.<p>No API calls. No cloud. No subscriptions. Everything runs locally.<p>It’s useful for quick tasks like extracting names, emails, or phone numbers from text, or for doing light data analysis without leaving Excel.<p>Would love feedback, especially from people who use Excel daily.

Found: August 11, 2025 ID: 803

[Other] Show HN: Bolt – A super-fast, statically-typed scripting language written in C I&#x27;ve built many interpreters over the years, and Bolt represents my attempt at building the scripting language I always wanted. This is the first public release, 0.1.0!<p>I&#x27;ve felt like most embedded languages have been moving towards safety and typing over years, with things like Python type hints, the explosive popularity of typescript, and even typing in Luau, which powers one of the largest scripted evironments in the world.<p>Bolt attempts to harness this directly in the lagnauge rather than as a preprocessing step, and reap benefits in terms of both safety and performance.<p>I intend to be publishing toys and examples of applications embedding Bolt over the coming few weeks, but be sure to check out the examples and the programming guide in the repo if you&#x27;re interested!

Found: August 10, 2025 ID: 794

Repoless

Product Hunt

[Build/Deploy] Deploy Ruby apps to your own servers in minutes. Repoless lets you deploy your Ruby applications to your own servers in minutes. You connect Repoless to your repository (Github or Gitlab), Cloudflare and Hetzner with API keys for seamless delpoyments.

Found: August 10, 2025 ID: 796

[Other] Flintlock – Create and manage the lifecycle of MicroVMs, backed by containerd

Found: August 10, 2025 ID: 795

[Other] Show HN: Engineering.fyi – Search across tech engineering blogs in one place I built a search engine for engineering blogs because I was tired of manually checking individual company blogs to find real-world production examples.<p>The problem: When learning a new technology, the best insights often come from how companies like Google, Meta, or Stripe actually implement it in production. But these gems are scattered across dozens of separate engineering blogs with no way to search across them.<p>What I built: Engineering.fyi indexes engineering blogs from ~15 companies (Google, Meta, OpenAI, Anthropic, Stripe, Uber, etc.) and makes them searchable in one place. You can filter by topic, difficulty level, and whether articles include code samples.<p>Technical details: - Built with Next.js, SQLite, DrizzleORM - Custom scrapers for each blog (they&#x27;re all frustratingly different) - Basic tagging system using content matching (still improving this)<p>Current status: Core search is working. Adding new blogs weekly as I index them.<p>Next features (based on early feedback): - AI summaries for quick article previews - Weekly digest of trending engineering insights - Save&#x2F;bookmark articles (considering whether to add accounts)<p>Interesting challenges: - Each blog requires custom parsing logic (no standard format) - Building an accurate tagging system is harder than expected – started with exact matching but exploring better approaches<p>I&#x27;d love feedback on: - Which company engineering blogs you&#x27;d find most valuable to include - Whether AI summaries would actually be useful or just noise - How you currently discover engineering articles from these companies

Found: August 10, 2025 ID: 791

openai/openai-node

GitHub Trending

[API/SDK] Official JavaScript / TypeScript library for the OpenAI API

Found: August 10, 2025 ID: 788

idosal/git-mcp

GitHub Trending

[Other] Put an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project

Found: August 10, 2025 ID: 787

[DevOps] Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.

Found: August 10, 2025 ID: 786

Codeer

Product Hunt

[IDE/Editor] Free online compiler & code editor | programming tools Free online compiler and code editor for Python, JavaScript, Java, C++, C, Go, Rust and 50+ programming languages. Write, run, test and debug code instantly in your browser. Best free compiler for coding practice, algorithms, and programming projects.

Found: August 10, 2025 ID: 785

[Other] Explore real menus from Apple and top iOS apps. Menuette is a reference tool for mobile designers and developers. Explore real-world contextual menus from popular iOS apps. See how others design long-press actions, pickers, sheets, and more — so you can make yours feel native, fast, and thoughtful.

Found: August 10, 2025 ID: 790

SIT

Product Hunt

[Other] Web development services in valasaravakkam, chennai Professional web development services in Valasaravakkam, Chennai by SIT. We build responsive, SEO-friendly websites to grow your business.

Found: August 10, 2025 ID: 792

[Other] PDF Bank Statements to Spreadsheets (High Accuracy AI) Stmt converts PDF bank statements into clean CSV & Excel files using highly accurate AI. Works with any bank worldwide - just upload and get perfectly formatted spreadsheets in under 3 minutes. Secure processing eliminates manual data entry.

Found: August 10, 2025 ID: 793

[Other] POML: Prompt Orchestration Markup Language

Found: August 10, 2025 ID: 797

[Other] Ch.at – a lightweight LLM chat service accessible through HTTP, SSH, DNS and API

Found: August 09, 2025 ID: 784

[Other] An AI-first program synthesis framework built around a new programming language

Found: August 09, 2025 ID: 781

[Other] ESP32 Bus Pirate 0.5 – A hardware hacking tool that speaks every protocol ESP32 Bus Pirate is an open-source firmware that turns your device into a multi-protocol hacker&#x27;s tool, inspired by the legendary Bus Pirate.<p>It supports sniffing, sending, scripting, and interacting with various digital protocols (I2C, UART, 1-Wire, SPI, etc.) via a serial terminal or web-based CLI.<p>Modes for:<p>- HiZ (default) - I2C (scan, glitch, slave mode, dump) - SPI (flash, sdcard, slave mode) - UART &#x2F; Half-Duplex UART (bridge, read, write) - 1-WIRE (ibutton, temp sensor) - 2WIRE (smartcard) &#x2F; 3WIRE (eeprom) - DIO (Digital I&#x2F;O, read, pullup, set) - Infrared (device-b-gone, send and receive) - USB (HID, mouse, keyboard, gamepad, storage) - Bluetooth (BLE HID, scan, spoofing, sniffing) - Wi-Fi (scan, AP, connect, sniff, deauth) - JTAG (scan pinout, SWD) - LED control (animations, set LEDs) - I2S - CAN<p><a href="https:&#x2F;&#x2F;github.com&#x2F;geo-tp&#x2F;ESP32-Bus-Pirate" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;geo-tp&#x2F;ESP32-Bus-Pirate</a>

Found: August 09, 2025 ID: 782

tadata-org/fastapi_mcp

GitHub Trending

[Other] Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!

Found: August 09, 2025 ID: 772

sinaptik-ai/pandas-ai

GitHub Trending

[Other] Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs and RAG.

Found: August 09, 2025 ID: 771

steveiliop56/tinyauth

GitHub Trending

[Other] The simplest way to protect your apps with a login screen.

Found: August 09, 2025 ID: 770

nomic-ai/gpt4all

GitHub Trending

[Other] GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.

Found: August 09, 2025 ID: 769

Lavernna

Product Hunt

[Other] Simulateur ia de vishing et sensibilisation cyber A real-time voice vishing simulator to train your team against social engineering attacks. Adaptive AI, cyber cockpit, data leak detection — all-in-one. Human-first cybersecurity. Beta coming soon.

Found: August 09, 2025 ID: 767

[Other] Free, fast & user-friendly tools — no sign up needed Toolhexa - 55+ free online developer tools including JSON formatter, Base64 encoder, color picker, password generator, CSS generators, HTML validators, JavaScript minifiers, URL encoders, image optimizers, and more. Fast, secure, no signup required.

Found: August 09, 2025 ID: 768

[Other] Track saas subscriptions easily Chrome extension to track SaaS usage, identify renewals, and manage employee offboarding across all your apps

Found: August 09, 2025 ID: 775

Servy

Product Hunt

[Other] Run Any App as a Windows Service – NSSM Alternative Servy lets you run any app as a Windows service with full control over working directory, startup type, logging, health checks, and parameters. A fully managed alternative to NSSM.

Found: August 09, 2025 ID: 776

MAS Design

Product Hunt

[Other] A collaborative multi-agent system builder with canvas. MAS Design lets you build, connect, and share multi-agent systems on an interactive canvas with reference support. It’s an open-source community directory to explore and collaborate on agent-based models, ideal for researchers, educators, and developers.

Found: August 09, 2025 ID: 778

Supacrawler

Product Hunt

[Other] Headless browser tool for scraping anything on the internet Supacrawler is a simple API for developers to reliably crawl sites, scrape content, and capture screenshots. Built and priced for individual builders and researchers. Available today in Public Beta.

Found: August 09, 2025 ID: 779

[Other] Repository monetization platform for developers. A dual-marketplace for developers, monetize your public/private repos and find high quality software to support.

Found: August 09, 2025 ID: 780

[CLI Tool] Expert terminal command generator Convert natural language requests to Windows, Linux, and macOS terminal commands. Features advanced operations, security tools, database management, and system administration commands.

Found: August 09, 2025 ID: 783

[Other] How to safely escape JSON inside HTML SCRIPT elements

Found: August 08, 2025 ID: 765

[Other] Build durable workflows with Postgres

Found: August 08, 2025 ID: 756

[IDE/Editor] Efrit: A native elisp coding agent running in Emacs

Found: August 08, 2025 ID: 761

[Other] Show HN: Selfhostllm.org – Plan GPU capacity for self-hosting LLMs A simple calculator that estimates how many concurrent requests your GPU can handle for a given LLM, with shareable results.

Found: August 08, 2025 ID: 766

[Code Quality] Byte Buddy is a code generation and manipulation library for Java

Found: August 08, 2025 ID: 804

[Other] Show HN: BaaS to build agents as data, not code Agents and workflows as data instead of code.<p>Julep is a backend-as-a-service to build agents and workflows. Main features:<p>1. Experimentation Velocity:<p>With most agent frameworks, agents are code that need to be deployed. To iterate on the prompts or update the agent, you need to make changes to the code and deploy it to your server. This makes agents hard to iterate on quickly. But with agents and tasks declared as data, all that happens in the background is make an api call to update or make a new entry in the database. This increases the experimentation velocity.<p>2. Scalability and long-running background tasks:<p>Scaling is a hard software engineering problem and the solution is to define large scale systems to be distributed, stateful and scalable. Agents as data is a very helpful paradigm because you have to solve for this problem only once at the orchestrator level. Julep can handle 100s of thousands of executions paralely.<p>3. Updating an agent &#x2F; User Personalization:<p>Tools such as create agent, update agent etc. can update the agent recursively. Let’s assume an agent is chatting with a user and mentions that they only like to communicate in a professional tone. The agent can call a tool to &#x27;update the agent&#x27; and modify&#x2F;update the instructions to include that the user only likes to communicate in a professional tone.<p>This was the reason to create a backend when the market was flooded with agent frameworks. In Julep, you can declare a workflow in YAML, and it can automatically scale Millions of users.

Found: August 08, 2025 ID: 774

[Other] Open SWE: An open-source asynchronous coding agent <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=TaYVvXbOs8c" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=TaYVvXbOs8c</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;langchain-ai&#x2F;open-swe" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;langchain-ai&#x2F;open-swe</a>

Found: August 08, 2025 ID: 763

[Other] Docker for Developers: Essential Commands in One Cheatsheet

Found: August 08, 2025 ID: 764

[Other] Show HN: Synchrotron, a real-time DSP engine in pure Python Yes, Python.<p>I can already hear the screams from the rafters telling me how terrible of a choice Python is - but in my case, I valued modularity, extensibility, <i>hackability</i> over raw performance. (It was also a challenge to myself to see how far I can get without referencing existing implementations)<p>Synchrotron processes nodes: simple Python classes with typed I&#x2F;O and a render() method for processing. It can be as concise as 5 lines:<p><pre><code> class IncrementNode(Node): input: StreamInput output: StreamOutput def render(self, ctx): self.out.write(self.a.read(ctx) + 1) </code></pre> Nodes can then be spawned and linked programmatically or in the graphical editor. Synchrotron handles the rest at runtime. Besides the web UI, you can also interact with the engine via Python, REST, DSL, or standalone TUI.<p>Currently you can build synths, FX chains, MIDI instruments, arpeggiators, controllers, or just mess about with sound :&gt;<p>Editor: <a href="https:&#x2F;&#x2F;synchrotron.thatother.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;synchrotron.thatother.dev&#x2F;</a> Source: <a href="https:&#x2F;&#x2F;github.com&#x2F;ThatOtherAndrew&#x2F;Synchrotron" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ThatOtherAndrew&#x2F;Synchrotron</a><p>It&#x27;s still experimental (and my first ever shipped project), but I&#x27;d love feedback from people who tinker with audio&#x2F;DSP&#x2F;live coding. Docs are terrible currently, but that&#x27;s my next big goal!

Found: August 08, 2025 ID: 752

openai/openai-python

GitHub Trending

[API/SDK] The official Python library for the OpenAI API

Found: August 08, 2025 ID: 748

backstage/backstage

GitHub Trending

[Other] Backstage is an open framework for building developer portals

Found: August 08, 2025 ID: 747

google/adk-python

GitHub Trending

[API/SDK] An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.

Found: August 08, 2025 ID: 746

openai/codex

GitHub Trending

[CLI Tool] Lightweight coding agent that runs in your terminal

Found: August 08, 2025 ID: 745

[Other] Show HN: I built a service to run Claude Code in the Cloud

Found: August 08, 2025 ID: 801

RTL Forge

Product Hunt

[Other] AI-Powered HDL Code Creation & Validation. RTL Forge is your AI co-pilot for hardware design. It generates synthesizable Verilog/VHDL from natural language, auto-fixes code errors, offers visual block design, explains complex HDL, and performs smart verification to accelerate your development.

Found: August 08, 2025 ID: 743

Initly

Product Hunt

[Other] Smart links for iOS, Web & Android Create smart links that automatically redirect users to the right destination based on their device or browser. Perfect for app developers and marketers. Unlimited links, with basic analytics, for free.

Found: August 08, 2025 ID: 744

MCPFier

Product Hunt

[Other] A MCP Server to mcpfy your world. MCPFier transforms any command, script, or tool into a standardized MCP (Model Context Protocol) server that LLMs can use seamlessly. Think "GitHub Actions for MCP" - quickly integrate what you have today on what you want to do tomorrow

Found: August 08, 2025 ID: 750

Supabase CMS

Product Hunt

[Other] The open source cms for supabase Build production-grade applications with a CMS connected to supabase Postgres database, Authentication, Storage. Start for free.

Found: August 08, 2025 ID: 751

Cool FormKit

Product Hunt

[Other] Advanced Elementor form extender Cool FormKit extends Elementor forms with advanced features like conditional logic, country code & more + provides a form builder for Elementor Free users.

Found: August 08, 2025 ID: 755

Dereference

Product Hunt

[IDE/Editor] IDE for Claude Code 🧠 A prompt-first IDE built for Claude Code power users. Run parallel sessions with full MCP support, set checkpoints to branch or resume instantly, and work like tmux but smarter. Built to supercharge your workflow and unlock true 100x developer velocity.

Found: August 08, 2025 ID: 758

PLUPro

Product Hunt

[Other] Plupro PLUPro is a simple tool for utilizing universal produce PLU codes. Being able to create, inventory, and share lists of PLU codes and UPC codes can be helpful to frontline grocery store workers or other professions which utilize PLUs.

Found: August 08, 2025 ID: 759

SelfHostLLM

Product Hunt

[Other] Calculate the GPU memory you need for LLM inference Calculate GPU memory requirements and max concurrent requests for self-hosted LLM inference. Support for Llama, Qwen, DeepSeek, Mistral and more. Plan your AI infrastructure efficiently.

Found: August 08, 2025 ID: 760

Turn any website into an API

Hacker News (score: 69)

[Other] Turn any website into an API

Found: August 08, 2025 ID: 754

[Other] Show HN: From Hacking a T480 to the Fastest Open-Hardware 75 Hz E-Ink Display Three years ago, I posted here about hacking together a fast e-ink laptop from a T480 because I was tired of spending all day on LCDs. I liked e-ink’s comfort, but it was too slow for day-to-day use.<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26245563">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26245563</a><p>That post drew in people, which grew into a community experimenting with ways to make e-ink usable for everyday computing. That project later turned into a company and a multi-year project to make e-ink fast and open.<p>We built our own FPGA-based controller, Caster, and went through multiple iterations to push past e-ink’s usual limits, slow refresh, ghosting, and proprietary controllers.<p>Now, after three years, we’ve launched the Modos Paper Developer Kit and Monitor: the fastest open-hardware e-ink display, with 75 Hz refresh and sub-100 ms latency.<p>It works with 6&quot; to 13.3&quot; mono or color panels over HDMI or USB-C, supports multiple grayscale modes, and has a C API for low-level control.<p>The hardware, firmware, and schematics are on our GitHub.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Modos-Labs&#x2F;Glider" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Modos-Labs&#x2F;Glider</a><p>Our goal is to make e-ink fast and open enough that anyone can build on it, for hacking, research, or daily use.<p>Thanks, HN, for being part of the journey.

Found: August 08, 2025 ID: 742

Cursor CLI

Hacker News (score: 136)

[Other] Cursor CLI

Found: August 07, 2025 ID: 739

[Other] Show HN: Octofriend, a cute coding agent that can swap between GPT-5 and Claude Hey HN! We&#x27;re shipping Octofriend today, a cute coding assistant that can swap between GPT-5, Claude, local or open-source LLMs, etc mid-conversation as needed. It handles reasoning tokens (including encrypted ones from OpenAI and Anthropic) really well, and includes a couple of custom-trained ML models to fix minor diff edit and JSON encoding errors that we&#x27;ve also open-sourced. Have fun!

Found: August 07, 2025 ID: 736

[API/SDK] Show HN: Browser AI agent platform designed for reliability We’re very excited to share something we’ve been building. Notte <a href="https:&#x2F;&#x2F;www.notte.cc&#x2F;">https:&#x2F;&#x2F;www.notte.cc&#x2F;</a> is a full-stack browser agent platform built to reliably automate a wide range of workflows.<p>Browser agents aren’t new, but what is still hard is covering real-world flows reliably. The inspiration for Notte was to make a full-featured platform that bridges the agent reliability gap. We’ve packaged everything via a singe API for ease of use:<p>- Site Interactions - Observe website states, scrape data and execute actions<p>- Structured Output - Get data in your exact format with Pydantic models<p>- Stealth browser sessions - built-in CAPTCHA solving, proxies, and anti-detection<p>- Hybrid workflows - Combine scripting and AI agents to reduce costs and improve reliability<p>- Secrets vaults - Credential management to store emails, passwords, MFA tokens, SSO, etc.<p>- Digital personas - Digital identities with unique emails, phones for account creation workflows<p>With these tools, Notte allows you to automate difficult tasks like account creation, form filling, work on authenticated dashboards. Close compatibility with Playwright allows you to cut LLM costs and improve execution speed by mixing web automation primitives and include agents only for specific parts that require reasoning and adaptability.<p>Here’s a short YouTube demo: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=b1CzmfpdzaQ" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=b1CzmfpdzaQ</a><p>If any of this sounds interesting, you can run your first agent following our quickstart on GitHub <a href="https:&#x2F;&#x2F;github.com&#x2F;nottelabs&#x2F;notte" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nottelabs&#x2F;notte</a>. Or play around with our free plan through our Notte Console: <a href="https:&#x2F;&#x2F;console.notte.cc&#x2F;">https:&#x2F;&#x2F;console.notte.cc&#x2F;</a><p>We’d love to hear if there’s anything else required before you’d try or trust it on your own workflows :)

Found: August 07, 2025 ID: 777

[Other] Show HN: Trayce – “Burp Suite for developers” About a year ago I introduced Trayce to HN as the &quot;network tab for docker containers&quot;. Now I have released a new version which adds an HTTP client. The idea is to combine network monitoring with an HTTP client to help developers interact with and debug web application servers.<p>Think &quot;Burp Suite for developers&quot;.<p>Trayce stores requests as local files using the .bru file format. The UI is based on Flutter which means it offers a super-fast and modern desktop GUI with a total download size of 13MB (on Linux). I am still adding features to it so would love feedback. Currently the new features in the pipeline are: OAuth2, GRPC, and scripting. It is open source and free to use but a perpetual license must be purchased for continued use. The license model is similar to that of Sublime Text.<p>Thank you!

Found: August 07, 2025 ID: 753

dotnet/efcore

GitHub Trending

[Database] EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.

Found: August 07, 2025 ID: 729

jesseduffield/lazygit

GitHub Trending

[CLI Tool] simple terminal UI for git commands

Found: August 07, 2025 ID: 728

vllm-project/vllm

GitHub Trending

[Other] A high-throughput and memory-efficient inference and serving engine for LLMs

Found: August 07, 2025 ID: 727

[CLI Tool] Show HN: Stasher – Burn-after-read secrets from the CLI, no server, no trust Stasher is a tiny CLI tool that lets you share encrypted secrets that burn after reading — no accounts, no logins, no servers to trust.<p>I built it because I just wanted to share a password. Not spin up infra. Not register for some &quot;secure&quot; web app. Not trust Slack threads. Just send a secret.<p>Secrets are encrypted client-side with AES-256-GCM. You get a `uuid:key` token to share. Once someone reads it, it&#x27;s gone. If they don&#x27;t read it in 10 minutes, it expires and deleted.<p>Everything is verifiable. Every release is signed, SLSA-attested, SBOM-included, and logged in the Rekor transparency log. Every line of code is public.<p>There&#x27;s also a browser-based companion: <a href="https:&#x2F;&#x2F;app.stasher.dev" rel="nofollow">https:&#x2F;&#x2F;app.stasher.dev</a> — works in a sandboxed popup using the same encrypted model. Share from the terminal, pick up in the browser.<p>No data stored unencrypted. No metadata. No logs. No surveillance.<p>---<p>GitHub (CLI): <a href="https:&#x2F;&#x2F;github.com&#x2F;stasher-dev&#x2F;stasher-cli" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;stasher-dev&#x2F;stasher-cli</a> GitHub (App): <a href="https:&#x2F;&#x2F;github.com&#x2F;stasher-dev&#x2F;stasher-app" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;stasher-dev&#x2F;stasher-app</a> API (Cloudflare Worker): <a href="https:&#x2F;&#x2F;github.com&#x2F;stasher-dev&#x2F;stasher-api" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;stasher-dev&#x2F;stasher-api</a> CI&#x2F;CD (Open): <a href="https:&#x2F;&#x2F;github.com&#x2F;stasher-dev&#x2F;stasher-ci" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;stasher-dev&#x2F;stasher-ci</a> NPM: <a href="https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;stasher-cli" rel="nofollow">https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;stasher-cli</a> Website: <a href="https:&#x2F;&#x2F;stasher.dev" rel="nofollow">https:&#x2F;&#x2F;stasher.dev</a> Browser App: <a href="https:&#x2F;&#x2F;app.stasher.dev" rel="nofollow">https:&#x2F;&#x2F;app.stasher.dev</a> (runs in sandbox from <a href="https:&#x2F;&#x2F;dev.stasher" rel="nofollow">https:&#x2F;&#x2F;dev.stasher</a>)<p>Built with Cloudflare Workers, KV, and Durable Objects. All code open, auditable, and signed.<p>Try it:<p>```bash npx enstash &quot;vault code is 1234#&quot; npx destash &quot;uuid:base64key&quot;<p>thanks for reading

Found: August 07, 2025 ID: 732

Gemini CLI GitHub Actions

Hacker News (score: 207)

[Other] Gemini CLI GitHub Actions

Found: August 07, 2025 ID: 737

SnapThink

Product Hunt

[Other] Powerful Simulations & AI Notebooks - Without the Cloud SnapThink is a local-first AI notebook to run LLMs offline, analyze files with RAG, plot data, run sandboxed Python code, and simulate robotics — all on your machine. No cloud. No telemetry. Just fast, private AI that stays entirely in your control.

Found: August 07, 2025 ID: 725

RapidNative

Product Hunt

[Other] Prompt to React Native & Expo Apps RapidNative leverages AI to convert your prompts into production-ready React Native and Expo apps. Ideal for developers, designers, and teams seeking efficient mobile app development.

Found: August 07, 2025 ID: 726

Method

Product Hunt

[IDE/Editor] Full engineering team in the first spec-driven agentic IDE An entire engineering team living in your IDE. Method turns prompts into specs, breaks down user stories into tasks, and even orchestrates multiple specialized coding agents (architecture, performance, security)—all without leaving your editor.

Found: August 07, 2025 ID: 730

[Other] Embed conversational AI analytics into your SaaS in days Embed white‑label Generative BI into your SaaS. With Wren AI’s Embedded API, turn natural‑language questions into SQL, charts & insights instantly go live in days, not months.

Found: August 07, 2025 ID: 731

Coro

Product Hunt

[Other] Expert skills, effortlessly Coro is a microlearning platform for software engineers who want to build real mastery of complex topics — in short, focused lessons you can complete in just 5–10 minutes a day, even during work.

Found: August 07, 2025 ID: 733

SimplyForm

Product Hunt

[Other] No-code form backend for developers. Instant forms. SimplyForms gives developers and makers the easiest way to collect form submissions — without setting up a backend. Create forms, share links or embed them, and start collecting data instantly.

Found: August 07, 2025 ID: 734

RepoReaper

Product Hunt

[Other] The fastest way to clean your GitHub. GitHub cluttered with old forks, test repos & dead projects? ⚰️ RepoReaper lets you bulk-delete multiple repos in one go — with a safety checklist, smart filters & a clean UI. Declutter your dev life in seconds. 💀

Found: August 07, 2025 ID: 735

PixelArtGenerator

Product Hunt

[Other] Free image to pixel art converter No signup required Pixel Art Generator is a free, AI-powered tool that converts photos to pixel art or creates original pixel art from text descriptions. Perfect for game developers, NFT creators, and digital artists.

Found: August 07, 2025 ID: 740

Palette Prime

Product Hunt

[Other] Your modern color palette generator Palette Prime is a modern, feature-rich color palette generator designed for designers and developers. Create, customize, and export beautiful color schemes with ease.

Found: August 07, 2025 ID: 741

[Other] Show HN: Rust framework for advanced file recognition and identification Alternative to magic.h and infer. Zero dependencies. Fully extensible. Works in no_std, async, and embedded contexts.

Found: August 07, 2025 ID: 724

[Other] Git-fetch-file – Sync files from other repos with commit tracking and safety

Found: August 06, 2025 ID: 719

[Other] How to interactively debug GitHub Actions with netcat

Found: August 06, 2025 ID: 789

[Other] Show HN: Sinkzone DNS – Forwarder that blocks everything except your allowlist Most site blockers work by blacklisting distractions. That never worked for me, the internet is too big, and there’s always something new to waste time on.<p>I wanted the opposite: allowlist‑only browsing. Block everything by default, and explicitly allow only what I need.<p>So I built Sinkzone: a local DNS forwarder with two modes:<p>Monitor mode: lets all traffic through, but logs every domain so you can decide what to allow.<p>Focus mode: only allowlisted domains resolve; everything else is blocked (NXDOMAIN).<p>It’s open source, written in Go, and runs locally on macOS, Linux, and Windows. Works a bit like Pi‑hole, but instead of blocking ads, it blocks everything unless you say otherwise.<p>I’m curious if this would be useful in your workflow. If you try it, please let me know what breaks, what works well, and what you’d improve.

Found: August 06, 2025 ID: 715

openai/openai-cookbook

GitHub Trending

[API/SDK] Examples and guides for using the OpenAI API

Found: August 06, 2025 ID: 708

[IDE/Editor] Claude Code IDE Integration for Emacs

Found: August 06, 2025 ID: 709

[Other] Show HN: An Open-Source E-Book Reader for Conversational Reading with an LLM Hi HN! I&#x27;ve been working on BookWith, an open-source e-book reader that integrates AI as your reading companion.<p>The problem: Traditional e-readers are passive. When you encounter something unclear, you have to context-switch to search for it. Your highlights and notes remain isolated, and you can&#x27;t easily connect ideas across different books.<p>My solution: BookWith embeds an AI that maintains full context of what you&#x27;re reading. It features:<p>- Context-aware AI chat: Ask questions about the current page&#x2F;chapter and get instant answers<p>- AI podcast generation: Automatically converts book content into conversational podcasts using Google Cloud TTS<p>- Multi-layer memory system: Short-term (last 5 conversations), mid-term (summarized every 20), and long-term (vector search) memory that maintains continuity across reading sessions<p>- Smart annotations: 5-color highlighting system that AI can reference and analyze<p>Technical stack: Built as a fork of Flow (epub reader), with added LLM integration and vector database for semantic search. Supports multiple LLMs and languages (EN&#x2F;JA&#x2F;ZH).

Found: August 06, 2025 ID: 710

[IDE/Editor] IntelliJ IDEA & IntelliJ Platform

Found: August 06, 2025 ID: 703

[Other] Show HN: HMPL – Small Template Language for Rendering UI from Server to Client Hi HN! Together with contributors, we&#x27;ve been making a small template language for a year now, which, in our opinion, can replace HTMX and Alpine.js. It is a mix between EJS and Handlebars, that is, you can make a request with a familiar syntax to the server in HTML right in the markup.<p>Requests are made via fetch and are configured via javascript almost entirely, which is what is needed today to work with the server.<p>The very essence of the template language comes down to minimizing the size of the bundle of the original web application by moving the components to the server and then storing them there. Thus, on the client we get a framework, where we insert components from the server brick by brick.<p>We showed this template language a long time ago, but it was not so mature then, so people had a lot of questions: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41204552">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41204552</a><p>Thank you very much to everyone for your attention! Please tell me what you think about the project? It will be interesting to know!

Found: August 06, 2025 ID: 705

[Other] AI-powered mind mapping that keeps your ideas organized A lightweight 10MB desktop app that supercharges your creativity with AI while keeping your ideas completely private. Organize your mind maps effortlessly with tag-based grouping system for better knowledge management.

Found: August 06, 2025 ID: 702

Stakly.dev

Product Hunt

[Other] Your AI full-stack developer that never sleeps Stakly: AI-powered development platform for building amazing apps

Found: August 06, 2025 ID: 707

AI TestGenie

Product Hunt

[Testing] AI-powered Salesforce test cases with integration Chrome extension for Salesforce that automates UI test documentation. It captures real-time user actions and auto-generates structured test cases with video evidence, exporting seamlessly to tools like Azure DevOp saving time and boosting accuracy.

Found: August 06, 2025 ID: 711

GitHub

Product Hunt

[Other] AI-Powered Hardware Design & Verification Copilot Spec2RTL is an AI copilot that turns natural language hardware specs into Verilog RTL + SystemVerilog testbenches. With self-correction, RAG, and automated validation, it gets you from spec to simulation in minutes. Local (Ollama) + Cloud (Azure) supported.

Found: August 06, 2025 ID: 712

Plexicus

Product Hunt

[DevOps] CNAPP Secure your software supply chain from the first line of code to your production cloud environment. Plexicus is an agentless, open-source-powered platform that simplifies complexity, eliminates blind spots, and puts developers at the center of security.

Found: August 06, 2025 ID: 713

[API/SDK] Your Bot. Our Number. Go Live in Minutes. Introducing Exotel AgentStream - real-time voice streaming infrastructure for AI voice bots. <20ms latency, 99.95% uptime, telco-grade reliability. Connect bots to users over PSTN, WhatsApp, or WebRTC in minutes. Built for devs, trusted by enterprises.

Found: August 06, 2025 ID: 714

[Other] OffCrypt Android message encryption PGP style OffCrypt is encryption and messaging application for Android devices that works in a PGP‑style: it uses public‑key cryptography so messages can be encrypted with a recipient’s public key and decrypted only with their private key.

Found: August 06, 2025 ID: 716

PieCRUD

Product Hunt

[Other] Instant frontend CRUD from schema — no backend needed. PieCRUD is a Frontend-as-a-Service platform that instantly builds CRUD apps from your schema. Upload your DDL or JSON schema, and get a ready-to-use frontend — perfect for individuals, teachers, internal IT, and small businesses.

Found: August 06, 2025 ID: 717

Hollow

Product Hunt

[Other] Build and organize tools in a flexible workspace environment Hollow is a plugin-based workspace app where every tool is a card you place, style, and organize freely. It avoids bloat by letting you build only what you need, making it a clean, customizable environment for daily tasks, notes, and creative workflows.

Found: August 06, 2025 ID: 718

OctoLab

Product Hunt

[Build/Deploy] The easiest way to build GitHub workflows OctoLab is a visual tool to design GitHub Actions workflows quickly and intuitively. Use templates, configure jobs and steps with dynamic inputs and export the workflow ready for integration into repository.

Found: August 06, 2025 ID: 720

SuperPrompt 2.0

Product Hunt

[Other] Save & paste your AI prompts without switching tabs Tired of rewriting the same AI prompts or digging through old docs to find them? SuperPrompt is a simple Chrome sidebar that saves your favorite prompts and lets you paste them instantly into any chatbot so you can work faster & Smarter.

Found: August 06, 2025 ID: 721

Pinto

Product Hunt

[CLI Tool] A free stylized terminal for macOS A Terminal wrapper for macOS. Contribute to nuance-dev/Pinto development by creating an account on GitHub.

Found: August 06, 2025 ID: 722

Text2Query

Product Hunt

[Database] Turn plain language into powerful database queries Turn natural language into SQL and MongoDB queries. Upload your schema, ask questions, and get results with clear explanations — no coding needed. Runs fully in your browser. Private, multilingual, beginner-friendly. Supports multiple databases.

Found: August 06, 2025 ID: 723

[Other] Show HN: Kitten TTS – 25MB CPU-Only, Open-Source TTS Model Kitten TTS is an open-source series of tiny and expressive text-to-speech models for on-device applications. We are excited to launch a preview of our smallest model, which is less than 25 MB. This model has 15M parameters.<p>This release supports English text-to-speech applications in eight voices: four male and four female. The model is quantized to int8 + fp16, and it uses onnx for runtime. The model is designed to run literally anywhere eg. raspberry pi, low-end smartphones, wearables, browsers etc. No GPU required!<p>We&#x27;re releasing this to give early users a sense of the latency and voices that will be available in our next release (hopefully next week). We&#x27;d love your feedback! Just FYI, this model is an early checkpoint trained on less than 10% of our total data.<p>We started working on this because existing expressive OSS models require big GPUs to run them on-device and the cloud alternatives are too expensive for high frequency use. We think there&#x27;s a need for frontier open-source models that are tiny enough to run on edge devices!

Found: August 06, 2025 ID: 704

[Other] Show HN: A benchmark + latency sim for LLM db queries: ClickHouse / Postgres

Found: August 05, 2025 ID: 706

[Other] Spotting base64 encoded JSON, certificates, and private keys

Found: August 05, 2025 ID: 698

[Other] Show HN: Tambo – build generative UX web apps

Found: August 05, 2025 ID: 699

[Other] Debugging a mysterious HTTP streaming issue

Found: August 05, 2025 ID: 773

[Other] Poltergeist: File watcher with auto-rebuild for any language or build system

Found: August 05, 2025 ID: 762

[Other] Show HN: Stagewise (YC S25) – Front end coding agent for existing codebases Hey HN, we&#x27;re Julian and Glenn, and we&#x27;re building stagewise (<a href="https:&#x2F;&#x2F;stagewise.io">https:&#x2F;&#x2F;stagewise.io</a>), a frontend coding agent that lives inside your browser on localhost and operates on local codebases.<p>You can spawn the agent into locally running web apps in dev mode with `npx stagewise` from the project root. The agent lets you then click on HTML Elements in your app, enter prompts like &#x27;increase the height here&#x27; and will implement the changes in your source code.<p>Before stagewise, we were building a vertical SaaS for logistics from scratch and loved using prototyping tools like v0 or lovable to get to the first version. But when switching from v0&#x2F; lovable to Cursor for local development, we felt like the frontend magic was gone. So, we decided to build stagewise to bring that same magic to local development.<p>The first version of stagewise just forwarded a prompt with browser context to existing IDEs and agents (Cursor, Cline, ..) and went viral on X after we open sourced it. However, the APIs of existing coding agents were very limiting, so we figured that building our own agent would unlock the full potential of stagewise.<p>Here&#x27;s how it works: When you run `npx stagewise`, our cli proxies your running web application in dev mode and injects a toolbar containing the coding agent on top of it. Each prompt you send will be enriched with browser context and sent to our cli, which will call our backend and modify the source code of your local codebase accordingly.<p>Here&#x27;s a demo of our agent changing the login UI of Cal.com, a popular open-source meeting scheduling app: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=BkDcAozK9L4" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=BkDcAozK9L4</a>.<p>So far, we&#x27;ve seen great adoption from non-technical users who wanted to continue building their lovable prototype locally. We personally use the agent almost daily to make changes to our landing page and to build the UI of new features on our console (<a href="https:&#x2F;&#x2F;console.stagewise.io">https:&#x2F;&#x2F;console.stagewise.io</a>).<p>If you have an app running in dev mode, simply `cd` into the app directory and run `npx stagewise` - the agent should appear, ready to play with.<p>We&#x27;re very excited to hear your feedback!

Found: August 05, 2025 ID: 690

[Other] A collective list of free APIs

Found: August 05, 2025 ID: 682

[Other] This open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, and Python. Designed for developers, it focuses on practical techniques for building modular, scalable, and secure AI workflows from session setup to service orchestration.

Found: August 05, 2025 ID: 681

[Other] 《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients.

Found: August 05, 2025 ID: 675

[Other] Show HN: Embeddable -build interactive experiences you can drop into any website Hi HN, I’m a co‑founder of Embeddable AI.<p>After struggling to add interactive AI experiences to Wix, Shopify, Webflow, WordPress sites, I built this tool to let marketers build chatbots, quizzes or assistants and embed them anywhere with a snippet.<p>Built in React&#x2F;TypeScript front end and Node.js logic engine. It loads fast and works across CMS platforms.<p>I’d love feedback from builders and marketers on use cases, missing features, or integration ideas.

Found: August 05, 2025 ID: 683

[Other] Show HN: Dataset Explorer – Free tool to search any public datasets Dataset Explorer is now LIVE and FREE.<p>--<p>Finding the right dataset shouldn&#x27;t be this hard.<p>Millions of high-quality datasets exist across Kaggle, data.gov, and other platforms, but discovering the ones you actually need feels like searching for a needle in a haystack.<p>Whether it&#x27;s seasonality trends, weather patterns, holiday data, tech layoffs, currency rates, political content, or geo information – the perfect dataset is out there, but buried under poor search functionality.<p>That&#x27;s why we built the dataset-explorer – a completely free tool that lets you search for datasets using natural language across multiple platforms.<p>Just describe what you want to analyze, and it uses Perplexity, scraping (Firecrawl), and other tools behind the scenes to surface relevant datasets.<p>Instead of manually browsing through categories or dealing with limited search filters, you can simply ask &quot;show me tech layoff data from the past 5 years&quot; and get preview of multiple datasets.<p>Quick demo: I analyzed tech layoffs from 2020-2025 and uncovered some striking insights:<p>- 2023 was brutal – 264K layoffs (the peak year)<p>- Post-IPO companies led the cuts – responsible for 58% of all layoffs<p>- Hardware hit hardest – with Intel leading the charge<p>- January 2023 = worst month ever – 89K people lost their jobs in just 30 days<p>Once you find your dataset, you can analyze it completely free on Hunch . Try it yourself and let us know we can improve it for you.<p>Data explorer - <a href="https:&#x2F;&#x2F;hunch.dev&#x2F;data-explorer" rel="nofollow">https:&#x2F;&#x2F;hunch.dev&#x2F;data-explorer</a><p>Demo link - <a href="https:&#x2F;&#x2F;screen.studio&#x2F;share&#x2F;bLnYXAvZ" rel="nofollow">https:&#x2F;&#x2F;screen.studio&#x2F;share&#x2F;bLnYXAvZ</a>

Found: August 05, 2025 ID: 684

goBeat 

Product Hunt

[Other] Keep your time on track goBeat is a free, time tracking tool made for freelancers. Whether you're a designer, developer, consultant or writer - if you charge by the hour, goBeat helps you track your work, calculate your earnings, and share reports with clients in seconds.

Found: August 05, 2025 ID: 677

MayWeb

Product Hunt

[Other] Modern development control center MayWeb is a modern dev control center that lets you manage Apache, PHP, MySQL, and more from a clean interface. Switch versions, manage databases, view logs, and set cron jobs—all without using the terminal. Simple, fast, and built for developers.

Found: August 05, 2025 ID: 678

FixMyBug.app

Product Hunt

[IDE/Editor] The AI that finds and fixes bugs in your code instantly FixMyBug is an AI-powered coding assistant that helps you detect bugs, debug step-by-step, and prepare for technical interviews — all in one smart editor. Built for developers who want clean, error-free code, fast.

Found: August 05, 2025 ID: 679

[Other] View and debug dataLayer events in Chrome’s side panel. Monitor, inspect, and debug your website's Google Tag Manager dataLayer events in real-time. View dataLayer pushes, auto-refresh updates, and enjoy a user-friendly interface right in Chrome's side panel for better analytics workflow.

Found: August 05, 2025 ID: 680

[Other] AI-Powered clinical trial platform Introducing Health Studio's AI powered Clinical Trials Application. Streamline decentralized and digital clinical trials with AI-driven tools, eConsent, and wearable integration on a HIPAA-ready platform.

Found: August 05, 2025 ID: 686

ArchAltect

Product Hunt

[Other] Your AI-copilot for web project planning ArchAltect is the AI roadmap generator that helps web developers with project planning, task management, and agile workflow. Transform your project ideas into actionable plans in seconds.

Found: August 05, 2025 ID: 687

AUM

Product Hunt

[Other] Your unlimited offline AI Co-Pilot AUM is your fully private enterprise AI brain. Run AI offline on your own infrastructure. Fully private. Fully local. Zero cloud risk. Secure document search, database intelligence, and workflow automation.

Found: August 05, 2025 ID: 688

DeldSim

Product Hunt

[Other] Build, simulate, master digital circuits Empower your engineering journey with DeldSim. Design and simulate digital circuits in your browser. Perfect for labs, practical exams, and hands-on learning.

Found: August 05, 2025 ID: 689

[Other] Barcode/QRCode generation, Google Auth, Calendar View & more Start from an existing DB, Excel, or blank canvas and build internal tools, business apps, personal databases in minutes. v13 introduces many new features including barcode/qrcode generation, nocode row-level filters, Calendar view, Google Auth & more.

Found: August 05, 2025 ID: 691

[Other] Build vision/YOLO models fast — without labelling data Simply upload footage, give the vision reactor a goal (e.g., "track cat faces"), click "fission", that's it! Now you download a labelled YOLO dataset and/or train a model. Built for devs, data scientists, and startups moving fast. Bye labelling!

Found: August 05, 2025 ID: 692

Mention

Product Hunt

[IDE/Editor] Vs code file linking extension Mention lets you reference files in comments using @paths, turning static docs into clickable, smartly linked documentation, making it easier for teams to navigate code and collaborate faster.

Found: August 05, 2025 ID: 693

[API/SDK] Seamless user feedback collection A lightweight React Native SDK for in-app bug reporting. Users can record screens or take screenshots, add details, and instantly send reports to Jira, Slack, MS Teams, or Discord. Custom context support via wrapper. Live on npm & GitHub.

Found: August 05, 2025 ID: 694

EZUtil

Product Hunt

[Other] Essential utilities collection | free online tools EZUtil provides a comprehensive collection of essential utilities and tools for developers and users. Create App Store preview images, 3D app promo videos, compress files, and access various productivity tools - all free online.

Found: August 05, 2025 ID: 695

Sidequest.js

Product Hunt

[Other] Reliable Node.js jobs with PostgreSQL, MySQL or MongoDB Sidequest.js is a job runner for Node.js that works with PostgreSQL, MySQL, SQLite or MongoDB. It runs jobs in isolated threads with retries, priorities, uniqueness and more. No vendor lock-in. Includes a beautiful web dashboard to track everything.

Found: August 05, 2025 ID: 696

DevResume AI

Product Hunt

[Other] AI resume builder for developers The AI-powered resume builder designed specifically for software engineers and developers. Create professional, ATS-optimized resumes in minutes—tailored to the tech industry and hiring systems.

Found: August 05, 2025 ID: 697

TempMailDrop

Product Hunt

[Other] Free temporary email service | disposable email addresses TempMailDrop: Instantly generate disposable email addresses with one click-no signup needed. Use for secure online registrations and complete privacy. Avoid spam and protect your real inbox with our fast, reliable temp mail service. No signup needed!

Found: August 05, 2025 ID: 701

[Other] Show HN: Using DSPy to enrich a dataset of the Nobel laureate network I&#x27;ve been working a fair bit with DSPy lately, and I did some work in combining the benefits of vector search and LLMs (via a DSPy pipeline) to disambiguate records with a high degree of accuracy to help enrich a dataset. The blog post shows how this approach scales well, is very cost-effective and super concise - all it takes is &lt; 100 lines of DSPy code and it all runs async.<p>The code to reproduce is in this repo if anyone&#x27;s interested (all tools are 100% free and open source, and the methodology will work with open weight LLMs too). <a href="https:&#x2F;&#x2F;github.com&#x2F;kuzudb&#x2F;dspy-kuzu-demo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kuzudb&#x2F;dspy-kuzu-demo</a>

Found: August 05, 2025 ID: 685

[Other] Show HN: I've been building an ERP for manufacturing for the last 3 years

Found: August 04, 2025 ID: 671

[Other] How we enforce .NET coding standards to improve productivity

Found: August 04, 2025 ID: 749

[Other] A robust, open-source framework for Spiking Neural Networks on low-end FPGAs

Found: August 04, 2025 ID: 757

[Other] Show HN: FFlags – Feature flags as code, served from the edge Hi HN,<p>I&#x27;m the creator of FFlags. I built this because I wanted a feature flagging system that gave me the performance and reliability of an enterprise-scale solution without the months of dev time or the vendor lock-in.<p>The core ideas are:<p>1. Feature Flags as Code: You define your flag logic in TypeScript. This lets you write complex rules, which felt more natural as a developer myself than using a complex UI for logic.<p>2. Open Standard: The platform is built on the OpenFeature standard (specifically the Remote Evaluation Protocol). The goal is to avoid vendor lock-in and the usual enterprise slop. You&#x27;re not tied to my platform if you want to move.<p>3. Performance: It uses an edge network to serve the flags, which keeps the wall-time latency low (sub-25ms) for globally distributed applications.<p>I was trying to avoid the heavy cost and complexity of existing enterprise tools while still getting better performance than a simple self-hosted solution.<p>There&#x27;s a generous free tier ($39 per million requests after that, with no flag&#x2F;user limits). I&#x27;m looking for feedback on the developer experience, the &quot;flags-as-code&quot; approach, and any technical questions you might have.<p>Thanks for taking a look.

Found: August 04, 2025 ID: 676

[Other] Hopfield Networks Is All You Need (2020) <a href="https:&#x2F;&#x2F;github.com&#x2F;ml-jku&#x2F;hopfield-layers" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ml-jku&#x2F;hopfield-layers</a>

Found: August 04, 2025 ID: 738

[Other] Show HN: Kimu – Open-Source Video Editor I wanted a proper non-linear video editor built for the web. It always annoyed me how there are practically zero functioning web video editors. And here we are :)<p>Kimu can: - Work with Video, Audio &amp; Text. - Supports Transitions. - Non-Linear Video Editing with z-axis overlays. - Split&#x2F;trim - Export - A cute AI agent (coming soon!)<p>I&#x27;m in uni and I started this project out of sheer annoyance that there are zero good web video editors. It is open-source here (<a href="https:&#x2F;&#x2F;github.com&#x2F;robinroy03&#x2F;videoeditor" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;robinroy03&#x2F;videoeditor</a>).<p>What do y&#x27;all think?

Found: August 04, 2025 ID: 670

[Other] Show HN: Sidequest.js – Background jobs for Node.js using your database Hey HN,<p>I&#x27;m the maintainer of node-cron (5M+ downloads&#x2F;month), and I recently built Sidequest.js, a background job runner for Node.js inspired by Oban (Elixir) and Sidekiq (Rails).<p>It solves some common problems I saw with libraries like node-cron:<p>- Jobs don’t block your API: they run in isolated worker threads<p>- No Redis or vendor lock-in: use Postgres, MySQL, SQLite, or MongoDB<p>- Supports retries, uniqueness, concurrency, snoozing, prioritization<p>- Comes with a CLI and a simple dashboard<p>- Works great in monoliths and doesn’t require extra infra<p>Quick start (no signup needed): <a href="https:&#x2F;&#x2F;docs.sidequestjs.com&#x2F;quick-start" rel="nofollow">https:&#x2F;&#x2F;docs.sidequestjs.com&#x2F;quick-start</a><p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;sidequestjs&#x2F;sidequest" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sidequestjs&#x2F;sidequest</a><p>Would love feedback or feature suggestions. Happy to answer any questions here!

Found: August 04, 2025 ID: 668

[Other] ScreenCoder: An intelligent UI-to-code generation system

Found: August 04, 2025 ID: 666

Portfolio

Product Hunt

[Other] A premium, dark-mode portfolio template for developers A sleek, dark-mode developer portfolio template built with Next.js and Tailwind CSS. Stop using basic templates and build your dev presence like a pro.

Found: August 04, 2025 ID: 662

CloudlessPay

Product Hunt

[API/SDK] Accept payments with no backend code. Just plug & go! Cloudless Pay lets you integrate Stripe, Razorpay, or PayPal without writing backend code. Built for frontend devs, makers, and small teams — just fetch or use our SDK, get real-time logs, credit tracking, and secure payment flow.

Found: August 04, 2025 ID: 665

BuyBackEmpire

Product Hunt

[Other] Premium device buyback solution Launch your own device buyback website with BuybackEmpire — no coding, no monthly fees. Built with Django, it includes quotes, dashboards, and free setup (your cPanel hosting needed). Try the live demo at BuybackEmpire.pro. Powered by Enigma Designs.

Found: August 04, 2025 ID: 667

Arcade Manager

Product Hunt

[Other] Arcade management software Arcade management software for the digital age. Streamline your arcade operations with financial tracking, staff management, and multi-store support.

Found: August 04, 2025 ID: 672

[Other] Project management. Simply done. For small teams & indies A fast, minimal project management tool for devs, designers and small teams. Built-in AI helps break down tasks, summarise sprints and organise your backlog – no clutter, no plugins, no fluff. Just clean, focused planning that works.

Found: August 04, 2025 ID: 673

[DevOps] Let's be honest. Your AI agents could be better. Sailhouse is the control plane for AI agents and async systems. Define dynamic workflows in code that respond to events and data. Get reliable delivery, real-time visibility, and production-grade coordination, without heavyweight infra.

Found: August 04, 2025 ID: 674

[Other] Show HN: Structured Cooperation – A new way of building distributed apps & POC Hey HN,<p>I wanted to share something I&#x27;ve been working on for the past couple of months, which may be interesting to developers interacting with distributed architectures (e.g., microservices).<p>I&#x27;m a backend developer, and in my 9-5 job last year, we started building a distributed app - by that, I mean two or more services communicating via some sort of messaging system, like Kafka. This was my first foray into distributed systems. Having been exposed to structured concurrency by Nathan J. Smith&#x27;s beautiful article on the subject (<a href="https:&#x2F;&#x2F;vorpus.org&#x2F;blog&#x2F;notes-on-structured-concurrency-or-go-statement-considered-harmful" rel="nofollow">https:&#x2F;&#x2F;vorpus.org&#x2F;blog&#x2F;notes-on-structured-concurrency-or-g...</a>), I started noticing the similarities between the challenges of this message-based communication, and that of concurrent programming, and GOTO-based programming before that - actions at a distance, non-trivial tracing of failures, synchronization issues, etc. I started suspecting that if the symptoms were similar, maybe the root cause, and therefore the solution, could be as well.<p>This led me to design something I&#x27;m calling &quot;structured cooperation&quot;, which is basically what you get when you apply the principles of structured concurrency to distributed systems. It&#x27;s something like a &quot;protocol&quot;, in the sense that it&#x27;s basically a set of rules, and not tied to any particular language or framework. As it turns out, obeying those rules has some pretty powerful consequences, including:<p>- Pretty much eliminates race conditions caused by eventual consistency<p>- Allows you to recover something resembling distributed exceptions - stack traces and the equivalent of stack unwinding, but across service boundaries<p>- Makes it much easier to reason about the system as a whole<p>I put together three articles that explain:<p>1) what structured cooperation is (<a href="https:&#x2F;&#x2F;developer.porn&#x2F;posts&#x2F;introducing-structured-cooperation&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developer.porn&#x2F;posts&#x2F;introducing-structured-cooperat...</a>),<p>2) one way you could implement it (<a href="https:&#x2F;&#x2F;developer.porn&#x2F;posts&#x2F;implementing-structured-cooperation&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developer.porn&#x2F;posts&#x2F;implementing-structured-coopera...</a>), and<p>3) why it works (<a href="https:&#x2F;&#x2F;developer.porn&#x2F;posts&#x2F;framing-structured-cooperation&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developer.porn&#x2F;posts&#x2F;framing-structured-cooperation&#x2F;</a>).<p>I also put together a heavily documented POC implementation in Kotlin, called Scoop (linked in the title). I guess you could call it an orchestration library, similar to e.g. Temporal (<a href="https:&#x2F;&#x2F;temporal.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;temporal.io&#x2F;</a>), although I want to stress that it&#x27;s just a POC, and not meant for production use.<p>I was hoping to bounce this idea off the community and see what people think. If it turns out to be a useful way of doing things, I&#x27;d try and drive the implementation of something similar in existing libraries (e.g. the aforementioned Temporal, Axon (<a href="https:&#x2F;&#x2F;www.axoniq.io&#x2F;products&#x2F;axon-framework" rel="nofollow">https:&#x2F;&#x2F;www.axoniq.io&#x2F;products&#x2F;axon-framework</a>), etc. - let me know if you know of others where this would make sense). As I mention in the articles, due to the heterogeneous nature of the technological landscape, I&#x27;m not sure it&#x27;s a good idea to actually try to build a library, in the same way as it wouldn&#x27;t make sense to do a &quot;structured concurrency library&quot;, since there are many ways that &quot;concurrency&quot; is implemented. Rather, I tried to build something like a &quot;reference implementation&quot; that other people can use as a stepping stone to build their own implementations.<p>Above and beyond that, I think that this has educational value as well, and I did my best to make everything as understandable as possible. Some things I think are interesting:<p>- Implementation of distributed coroutines on top of Postgres<p>- Has both reactive and blocking implementation, so can be used as a learning resource for people new to reactive<p>- I documented various interesting issues that arise when you use Postgres as an MQ (see, in particular, <a href="https:&#x2F;&#x2F;github.com&#x2F;gabrielshanahan&#x2F;scoop&#x2F;blob&#x2F;09db323bf6c8a72ca34b50392928db13f80dcc15&#x2F;src&#x2F;main&#x2F;resources&#x2F;db&#x2F;migration&#x2F;V2__create_message_event_table.sql#L20">https:&#x2F;&#x2F;github.com&#x2F;gabrielshanahan&#x2F;scoop&#x2F;blob&#x2F;09db323bf6c8a7...</a> and <a href="https:&#x2F;&#x2F;github.com&#x2F;gabrielshanahan&#x2F;scoop&#x2F;blob&#x2F;09db323bf6c8a72ca34b50392928db13f80dcc15&#x2F;src&#x2F;main&#x2F;kotlin&#x2F;io&#x2F;github&#x2F;gabrielshanahan&#x2F;scoop&#x2F;blocking&#x2F;coroutine&#x2F;structuredcooperation&#x2F;MessageEventRepository.kt#L676">https:&#x2F;&#x2F;github.com&#x2F;gabrielshanahan&#x2F;scoop&#x2F;blob&#x2F;09db323bf6c8a7...</a>)<p>Let me know what you think.

Found: August 03, 2025 ID: 664

jellyfin/jellyfin

GitHub Trending

[API/SDK] The Free Software Media System - Server Backend & API

Found: August 03, 2025 ID: 650

GlenAPI

Product Hunt

[API/SDK] Use GlenAPI to chat with any API. No docs or code needed. GlenAPI converts developer APIs into natural language conversational interfaces. It allows users, including non-developers, to interact with RESTful APIs by typing or speaking plainly, eliminating the need for coding or technical API calls.

Found: August 03, 2025 ID: 649

Hypertune

Product Hunt

[Other] Type-safe feature flags, optimized for React and Next.js Hypertune is the most flexible platform for feature flags, A/B testing, analytics and app configuration. Optimized for TypeScript, React and Next.js.

Found: August 03, 2025 ID: 653

Kadag Security

Product Hunt

[Testing] Real-execution security testing, powered by AI Kadag Security runs your app in an instrumented environment where security AI agents uncover security flaws - with having access to code and runtime

Found: August 03, 2025 ID: 654

Deposure

Product Hunt

[CLI Tool] Launch your APIs live effortlessly Instantly expose your local services to the internet — no DevOps, no bandwidth limits, no cost. Perfect for APIs, webhooks, dashboards, and IoT. Just one CLI command and you're live. 100% free. No config. No limits.

Found: August 03, 2025 ID: 655

Kickstart Express

Product Hunt

[CLI Tool] Documentation A powerful CLI tool to quickly scaffold Express.js projects with modern tooling and best practices

Found: August 03, 2025 ID: 656

[Other] Open-source, shared memory for coding agents Cipher is an open-source memory layer, connected to AI IDEs and CLIs through MCP. Auto-generate coding memories that scale with your code-base, auto-retrieve relevant coding memories and knowledge across IDEs, projects and teams.

Found: August 03, 2025 ID: 657

[Other] ‏‏printsoft pro sublimation v4.310725.exe Printsoft Sublimation Pro is a powerful yet easy-to-use desktop software designed for sublimation professionals. It allows you to accurately lay out and print multiple images on a single page with full control over size, spacing, and position

Found: August 03, 2025 ID: 658

CodeEcho

Product Hunt

[Other] Gemini based coding companion contains code explainer ... Codeecho is a Fullstack we app build with Gemini api provides features like code explainer complexity analyzer, code converter, code comment generator, code reviewer, code Quizzer, code Summarizer, code Optimizer, topic explainer, subject wise chatbots

Found: August 03, 2025 ID: 659

Urllink Services

Product Hunt

[API/SDK] Powerful qr code, url shortener & Email tools with APIs Powerful SaaS platform for QR code generation and URL shortening. Create, manage, and track your links with advanced tools and APIs.

Found: August 03, 2025 ID: 661

[Other] Parsing without ASTs and Optimizing with Sea of Nodes [video]

Found: August 03, 2025 ID: 652

[Other] Show HN: Voltpeek – Vim-inspired oscilloscope software This is software for my headless, PC based oscilloscope, which is controlled entirely via commands similar to the Vim text editor. I built this because I liked the idea of headless oscilloscopes; I always have my laptop around when I’m working on electronics anyway, and it’s very convenient to save images of captured waveforms. However, I found the software for off the shelf models to be annoying and cumbersome to work with. In my experience, this holds true both when opening the software and connecting to an attached oscilloscope, and when adjusting the scope settings using menus and buttons. I have also built my own oscilloscope hardware for use with Voltpeek. The specs are nothing to write home about (7.5MHz BW, 62.5MS&#x2F;s), but they should be adequate for some basic debugging and measurement tasks.

Found: August 03, 2025 ID: 646

[Other] Show HN: Mathpad – Physical keypad for typing math symbols Here&#x27;s something different than your usual fare: A physical keypad that lets you directly type math!<p>Ever tried typing mathematical equations in your code IDE, email, or on Slack? You might know it can be tricky. Mathpad solves this with dedicated keys for Greek letters, calculus symbols, and more. Press the ∫ key and get ∫, in any application that accepts text. It uses Unicode composition, so it works everywhere: Browsers, chat apps, code editors, Word, you name it. Basically, anywhere you can type text, Mathpad lets you type mathematics.<p>I built Mathpad after getting frustrated with the friction of typing equations in e.g. Word, and what a pain in the ass it was to find the specific symbols I needed. I assumed that a product like Mathpad already existed, but that was not true and I had to build it myself.<p>It turned out to be pretty useful! Three years of solo development later, I&#x27;m launching on Crowd Supply. One of the trickiest parts of this project was finding someone who could manufacture custom keycaps with mathematical symbols. Shoutout to Loic at 3dkeycap.com for making it possible!<p>Fully open source (hardware + software): <a href="https:&#x2F;&#x2F;github.com&#x2F;Summa-Cogni&#x2F;Mathpad">https:&#x2F;&#x2F;github.com&#x2F;Summa-Cogni&#x2F;Mathpad</a> Campaign: <a href="https:&#x2F;&#x2F;www.crowdsupply.com&#x2F;summa-cogni&#x2F;mathpad" rel="nofollow">https:&#x2F;&#x2F;www.crowdsupply.com&#x2F;summa-cogni&#x2F;mathpad</a> Project log: <a href="https:&#x2F;&#x2F;hackaday.io&#x2F;project&#x2F;186205-mathpad-the-math-keypad" rel="nofollow">https:&#x2F;&#x2F;hackaday.io&#x2F;project&#x2F;186205-mathpad-the-math-keypad</a>

Found: August 02, 2025 ID: 669

[Other] Browser extension and local backend that automatically archives YouTube videos

Found: August 02, 2025 ID: 642

[IDE/Editor] VSCode extension for syntax highlighting multi-line YAML strings

Found: August 02, 2025 ID: 644

[Other] Unikernel Guide: Build and Deploy Lightweight, Secure Apps

Found: August 02, 2025 ID: 641

[Other] Show HN: WebGPU enables local LLM in the browser – demo site with AI chat Browser LLM demo working on JavaScript and WebGPU. WebGPU is already supported in Chrome, Safari, Firefox, iOS (v26) and Android.<p>Demo, similar to ChatGPT <a href="https:&#x2F;&#x2F;andreinwald.github.io&#x2F;browser-llm&#x2F;" rel="nofollow">https:&#x2F;&#x2F;andreinwald.github.io&#x2F;browser-llm&#x2F;</a><p>Code <a href="https:&#x2F;&#x2F;github.com&#x2F;andreinwald&#x2F;browser-llm">https:&#x2F;&#x2F;github.com&#x2F;andreinwald&#x2F;browser-llm</a><p>- No need to use your OPENAI_API_KEY - its local model that runs on your device<p>- No network requests to any API<p>- No need to install any program<p>- No need to download files on your device (model is cached in browser)<p>- Site will ask before downloading large files (llm model) to browser cache<p>- Hosted on Github Pages from this repo - secure, because you see what you are running

Found: August 02, 2025 ID: 643

[Other] Show HN: NaturalCron – Human-Readable Scheduling for .NET (With Fluent Builder) Hi HN!<p>I built NaturalCron because I was tired of writing and debugging CRON syntax like:<p><i>&#x2F;5 </i> * * 5<p>Now you can write something human-readable in .NET:<p>var expression = new NaturalCronExpression(&quot;every 5 minutes on friday&quot;);<p>Or use a Fluent Builder for strong typing and IDE support:<p>var expression = NaturalCronExpressionBuilder .Every().Minutes(5) .On(DayOfWeek.Friday) .Build();<p>Great for: - Code-based scheduling in .NET apps - Overriding schedules from configs or databases - Displaying easy-to-read rules in UIs<p>NuGet: <a href="https:&#x2F;&#x2F;www.nuget.org&#x2F;packages&#x2F;NaturalCron" rel="nofollow">https:&#x2F;&#x2F;www.nuget.org&#x2F;packages&#x2F;NaturalCron</a> GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;hugoj0s3&#x2F;NaturalCron">https:&#x2F;&#x2F;github.com&#x2F;hugoj0s3&#x2F;NaturalCron</a><p>Would love your feedback on syntax, builder design, and what features you&#x27;d like to see next!

Found: August 02, 2025 ID: 645

tonsky/FiraCode

GitHub Trending

[Other] Free monospaced font with programming ligatures

Found: August 02, 2025 ID: 638

[Other] Termagotchi – A terminal-based Tamagotchi simulation written in Go

Found: August 02, 2025 ID: 700

LiquidDaddy

Product Hunt

[Other] AI-Powered Shopify Liquid Code Generator Stop writing repetitive Liquid — just describe what you need, and LiquidDaddy creates production-ready Shopify themes & components on demand.

Found: August 02, 2025 ID: 639

[Testing] Defend What Matters : Web Application Penetration Testing Penetration testing is more than basic testing, as it helps identifying complex business logic vulnerabilities to prevent unauthorized access to sensitive information, operational disruptions, or data theft. Qualysec is ready to protect you from threats.

Found: August 02, 2025 ID: 640

Hyperwiz

Product Hunt

[API/SDK] Next-generation TypeScript HTTP client Next-generation TypeScript HTTP client with built-in retry, smart caching, and seamless authentication. Effortlessly handle API requests with advanced features for modern web development.

Found: August 02, 2025 ID: 648

[Other] Show HN: Agentic AI Frameworks on AWS (LangGraph,Strands,CrewAI,Arize,Mem0) We’ve published a set of open-source reference implementations on how to build production-grade Agentic AI applications on AWS.<p>What’s in the repo: • Agentic RAG, memory, and planning workflows with LangGraph &amp; CrewAI • Strands-based flows with observability using OTEL &amp; Arize • Evaluation with LLM-as-judge and cost&#x2F;performance regressions • Built with Bedrock, S3, Step Functions, and more<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;aws-samples&#x2F;sample-agentic-frameworks-on-aws">https:&#x2F;&#x2F;github.com&#x2F;aws-samples&#x2F;sample-agentic-frameworks-on-...</a><p>Would love your thoughts — feedback, issues, and stars welcome!

Found: August 02, 2025 ID: 647

[Other] Show HN: Schematra – Sinatra-inspired minimal web framework for Chicken Scheme I started this project a couple of weeks ago because I was stuck on my side project and needed some motivation. For a very long time I wanted to get back to do something useful in lisp&#x2F;scheme, did a quick research and settled on CHICKEN mostly because it&#x27;s relatively well maintained, fast enough, it&#x27;s extremely easy to build&#x2F;install and very easy to write interop to pretty much any library.<p>Most of the projects that I&#x27;ve written on the side have been using some combination of Sinatra + Sequel + Postgres&#x2F;Redis&#x2F;Something else + HTMX. I love the simplicity of Sinatra&#x27;s API so I decided to focus on trying to have a similar experience but in scheme, trying to make it ergonomic for a scheme dev (that part might not be there yet since I&#x27;m not an experienced scheme dev).<p>The most fun part was the dev cycle: Emacs + NREPL + Aider (as a code reviewer &amp; rubber ducky. For codegen it&#x27;s mostly annoying but works great for documentation &amp; refactoring).<p>I hope to add full SSE &amp; WebSocket support some time this week. Anyway, hopefully this is interesting to some of you and might be a source of fun :)

Found: August 01, 2025 ID: 660

[Monitoring/Observability] Show HN: TraceRoot – Open-source agentic debugging for distributed services Hey Xinwei and Zecheng here, we are the authors of TraceRoot (<a href="https:&#x2F;&#x2F;github.com&#x2F;traceroot-ai&#x2F;traceroot">https:&#x2F;&#x2F;github.com&#x2F;traceroot-ai&#x2F;traceroot</a>).<p>TraceRoot (<a href="https:&#x2F;&#x2F;traceroot.ai">https:&#x2F;&#x2F;traceroot.ai</a>) is an open-source debugging platform that helps engineers fix production issues faster by combining structured traces, logs, source code contexts and discussions in Github PRs, issues and Slack channels, etc. with AI Agents.<p>At the heart are our lightweight Python (<a href="https:&#x2F;&#x2F;github.com&#x2F;traceroot-ai&#x2F;traceroot-sdk">https:&#x2F;&#x2F;github.com&#x2F;traceroot-ai&#x2F;traceroot-sdk</a>) and TypeScript (<a href="https:&#x2F;&#x2F;github.com&#x2F;traceroot-ai&#x2F;traceroot-sdk-ts">https:&#x2F;&#x2F;github.com&#x2F;traceroot-ai&#x2F;traceroot-sdk-ts</a>) SDKs - they can hook into your app using OpenTelemetry and captures logs and traces. These are either sent to a local Jaeger (<a href="https:&#x2F;&#x2F;www.jaegertracing.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.jaegertracing.io&#x2F;</a>) + SQLite backend or to our cloud backend, where we correlate them into a single view. From there, our custom agent takes over.<p>The agent builds a heterogeneous execution tree that merges spans, logs, and GitHub context into one internal structure. This allows it to model the control and data flow of a request across services. It then uses LLMs to reason over this tree - pruning irrelevant branches, surfacing anomalous spans, and identifying likely root causes. You can ask questions like “what caused this timeout?” or “summarize the errors in these 3 spans”, and it can trace the failure back to a specific commit, summarize the chain of events, or even propose a fix via a draft PR.<p>We also built a debugging UI that ties everything together - you explore traces visually, pick spans of interest, and get AI-assisted insights with full context: logs, timings, metadata, and surrounding code. Unlike most tools, TraceRoot stores long-term debugging history and builds structured context for each company - something we haven’t seen many others do in this space.<p>What’s live today:<p>- Python and TypeScript SDKs for structured logs and traces.<p>- AI summaries, GitHub issue generation, and PR creation.<p>- Debugging UI that ties everything together<p>TraceRoot is MIT licensed and easy to self-host (via Docker). We support both local mode (Jaeger + SQLite) and cloud mode. Inspired by OSS projects like PostHog and Supabase - core is free, enterprise features like agent mode multi-tenant and slack integration are paid.<p>If you find it interesting, you can see a demo video here: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=nb-D3LM0sJM" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=nb-D3LM0sJM</a><p>We’d love you to try TraceRoot (<a href="https:&#x2F;&#x2F;traceroot.ai">https:&#x2F;&#x2F;traceroot.ai</a>) and share any feedback. If you&#x27;re interested, our code is available here: <a href="https:&#x2F;&#x2F;github.com&#x2F;traceroot-ai&#x2F;traceroot">https:&#x2F;&#x2F;github.com&#x2F;traceroot-ai&#x2F;traceroot</a>. If we don’t have something, let us know and we’d be happy to build it for you. We look forward to your comments!

Found: August 01, 2025 ID: 630

[Other] Show HN: Pontoon – Open-source customer data syncs Hi HN,<p>We’re Alex and Kalan, the creators of Pontoon (<a href="https:&#x2F;&#x2F;github.com&#x2F;pontoon-data&#x2F;Pontoon">https:&#x2F;&#x2F;github.com&#x2F;pontoon-data&#x2F;Pontoon</a>). Pontoon is an open-source data export platform that makes it really easy to create data syncs and send data to your enterprise customers. Check out our demo here: <a href="https:&#x2F;&#x2F;app.storylane.io&#x2F;share&#x2F;onova7c23ai6">https:&#x2F;&#x2F;app.storylane.io&#x2F;share&#x2F;onova7c23ai6</a> or try it out with docker: <a href="https:&#x2F;&#x2F;pontoon-data.github.io&#x2F;Pontoon&#x2F;getting-started&#x2F;quick-start&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pontoon-data.github.io&#x2F;Pontoon&#x2F;getting-started&#x2F;quick...</a><p>While at our prior roles as data engineers, we’ve both felt the pain of data APIs. We either had to spend weeks building out data pipelines in house or spend a lot on ETL tools like Fivetran (<a href="https:&#x2F;&#x2F;www.fivetran.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.fivetran.com&#x2F;</a>). However, there were a few companies that offered data syncs that would sync directly to our data warehouse (eg. Redshift, Snowflake, etc.), and when that was an option, we always chose it. This led us to wonder “Why don’t more companies offer data syncs?”. It turns out, building reliable cross-cloud data syncs is difficult. That’s why we built Pontoon.<p>We designed Pontoon to be:<p>- Easily deployed: we provide a single, self-contained Docker image for easy deployment and Docker Compose for larger workloads (<a href="https:&#x2F;&#x2F;pontoon-data.github.io&#x2F;Pontoon&#x2F;getting-started&#x2F;quick-start&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pontoon-data.github.io&#x2F;Pontoon&#x2F;getting-started&#x2F;quick...</a>)<p>- Support modern data warehouses: we support syncing to&#x2F;from Snowflake, BigQuery, Redshift, and Postgres.<p>- Sync cross cloud: sync from BigQuery to Redshift, Snowflake to BigQuery, Postgres to Redshift, etc.<p>- Developer friendly: data syncs can also be built via the API<p>- Open source: Pontoon is free to use by anyone<p>Under the hood, we use Apache Arrow (<a href="https:&#x2F;&#x2F;arrow.apache.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;arrow.apache.org&#x2F;</a>) to move data between sources and destinations. Arrow is very performant - we wanted to use a library that could handle the scale of moving millions of records per minute.<p>In the shorter-term, there are several improvements we want to make, like:<p>- Adding support for DBT models to make adding data models easier<p>- UX improvements like better error messaging and monitoring of data syncs<p>- More sources and destinations (S3, GCS, Databricks, etc.)<p>- Improve the API for a more developer friendly experience (it’s currently tied pretty closely to the front end)<p>In the longer-term, we want to make data sharing as easy as possible. As data engineers, we sometimes felt like second class citizens with how we were told to get the data we needed - “just loop through this api 1000 times”, “you probably won’t get rate limited” (we did), “we can schedule an email to send you a csv every day”. We want to change how modern data sharing is done and make it simple for everyone.<p>Give it a try <a href="https:&#x2F;&#x2F;github.com&#x2F;pontoon-data&#x2F;Pontoon">https:&#x2F;&#x2F;github.com&#x2F;pontoon-data&#x2F;Pontoon</a>. Cheers!

Found: August 01, 2025 ID: 626

[IDE/Editor] Show HN: Kanban-style Phase Board: plan → execute → verify → commit After months of feedback from devs juggling multiple chat tools just to break big tasks into smaller steps, we re‑imagined our workflow as a Kanban‑style Phase Board right inside your favourite IDE. The new Phase mode turns any large task into a clean sequence of PR‑sized phases you can review and commit one by one.<p>How it works<p>1. Describe the goal (Task Query) – In Phase mode, type a concise description of what you want to build or change. Example: “Add rate‑limit middleware and expose a &#x2F;metrics endpoint.” Traycer treats this as the parent task. 2. Clarify intent (AI follow‑up) – Traycer may ask one or two quick questions (constraints, coding style). Answer them so the scope is crystal‑clear. 3. Auto‑generate the Phase Board – Traycer breaks the task into a sequential list of PR‑sized phases you can reorder, edit, or delete. 4. Open a phase &amp; generate its plan – get a detailed file‑level plan: which files, functions, symbols, and tests will be touched. 5. Handoff to your coding agent – Hit Execute to send that plan straight to Cursor, Claude Code, or any agent you prefer. 6. Verify the diff – When your agent finishes, Traycer compares the diff to the plan and checks compatibility with upcoming phases, flagging any mismatches. 7. Review &amp; commit (or tweak) – Approve and commit the phase, or adjust the plan and rerun. Then move on to the next phase.<p>Why it helps?<p>* True PR checkpoints – every phase is small enough to reason about and ship. * No runaway prompts – only the active phase is in context, so tokens stay low and results stay focused. * Tool-agnostic – Traycer plans and verifies; your coding agent writes code. * Fast course-correction – if something feels off, just edit that phase and re-run.<p>Try it out &amp; share feedback<p>Install the Traycer extension (<a href="https:&#x2F;&#x2F;traycer.ai&#x2F;installation" rel="nofollow">https:&#x2F;&#x2F;traycer.ai&#x2F;installation</a>), create a new task, and the Phase Board will appear. Add a few phases, run one through, and see how the PR‑sized checkpoints feel in practice. If you have suggestions that could make the flow smoother, drop them in the comments - every bit of feedback helps.

Found: August 01, 2025 ID: 635

[API/SDK] Show HN: WhiteLightning – ultra-lightweight ONNX text classifiers trained w LLMs Hey HN,<p>We’re Volodymyr and Volodymyr—two developers from Ukraine building WhiteLightning. It’s a tool that turns large LLMs (Claude 4, Grok 4, GPT-4o via OpenRouter) into tiny ONNX text classifiers that run anywhere—even on drones at the edge.<p>Why we built this: Many developers want custom models (spam filters, sentiment analysis, PII detection, moderation tools), but don’t want to deal with constant API calls or deploy heavy models in production.<p>How it works: WhiteLightning uses LLMs to generate training data and distills it into KB-sized ONNX models you can run on any device and in any language. Just describe your task in a sentence, grab the ONNX model, and run it locally—Python, JS, Rust, Java, Swift, C++, you name it.<p>Try it instantly in your browser: <a href="https:&#x2F;&#x2F;whitelightning.ai&#x2F;playground.html" rel="nofollow">https:&#x2F;&#x2F;whitelightning.ai&#x2F;playground.html</a><p>Code &amp; docs: <a href="https:&#x2F;&#x2F;github.com&#x2F;Inoxoft&#x2F;whitelightning">https:&#x2F;&#x2F;github.com&#x2F;Inoxoft&#x2F;whitelightning</a><p>Community model library: <a href="https:&#x2F;&#x2F;github.com&#x2F;Inoxoft&#x2F;whitelightning-model-library">https:&#x2F;&#x2F;github.com&#x2F;Inoxoft&#x2F;whitelightning-model-library</a><p>We’d love your feedback—what works, what doesn’t, and what to improve.

Found: August 01, 2025 ID: 629

[Other] Recommend new arxiv papers of your interest daily according to your Zotero libarary.

Found: August 01, 2025 ID: 623

playcanvas/editor

GitHub Trending

[IDE/Editor] Powerful visual editor environment for building WebGL, WebGPU, WebXR apps

Found: August 01, 2025 ID: 622

eclipse-sumo/sumo

GitHub Trending

[Other] Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.

Found: August 01, 2025 ID: 621

kubesphere/kubesphere

GitHub Trending

[DevOps] The container platform tailored for Kubernetes multi-cloud, datacenter, and edge management ⎈ 🖥 ☁️

Found: August 01, 2025 ID: 620

devlikeapro/waha

GitHub Trending

[API/SDK] WAHA - WhatsApp HTTP API (REST API) that you can configure in a click! 3 engines: WEBJS (browser based), NOWEB (websocket nodejs), GOWS (websocket go)

Found: August 01, 2025 ID: 619

Replacing tmux in my dev workflow

Hacker News (score: 155)

[Other] Replacing tmux in my dev workflow

Found: August 01, 2025 ID: 627

[Other] Chat with your software, across 2700+ apps with 10k+ tools MCP Chat enables you to chat with your software across 2700+ APIs & MCP servers with 10k+ tools. It includes built-in authentication management and tool discovery, and works with any LLM or framework.

Found: August 01, 2025 ID: 624

AI SDK 5

Product Hunt

[API/SDK] The AI Toolkit for TypeScript Building applications with TypeScript means building applications for the web. AI SDK 5 is the first AI framework with a fully typed and highly customizable chat integration for React, Svelte, Vue and Angular.

Found: August 01, 2025 ID: 625

[DevOps] Planning, architecture, code generation, QA and maintenance KAVIA AI is a software 3.0 AI-powered platform that automates the entire software development lifecycle. Whether you’re building a simple web app or managing complex backend enterprise integrations.

Found: August 01, 2025 ID: 632

Bankr API

Product Hunt

[API/SDK] Extract transactions from bank statements automatically Automatically extract transactions from your PDF bank statements into JSON quickly and easily.

Found: August 01, 2025 ID: 633

[Other] A developer portfolio with real apps, clean UI & blogs A full-stack portfolio by Himesh Dua (17, Karachi) featuring real apps like BetterKFC, MovieBox, DevGrade, and a tech blog powered by MDX. Built with Next.js 15, ShadCN UI, Tailwind, and Laravel. Minimal, responsive, and SEO-focused.

Found: August 01, 2025 ID: 636

Algo Trading Bot

Product Hunt

[Other] We Develop Custom Bots with Exchange APIs We develop custom Algo Trading Bots with real-time market feeds, smart order routing, and low-latency architecture. Features include microsecond-level execution, adaptive strategy modules, memory-efficient tick handling, and custom-built backtest engines.

Found: August 01, 2025 ID: 637

[CLI Tool] Show HN: Gmap: Explore Git Repos Visually from the CLI I built gmap, a command-line tool to visualize Git activity, weekly heatmaps, file churn, authorship stats, and more, right from your terminal.<p>Install with: cargo install gmap<p>Or on Arch via AUR: yay -S gmap<p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;seeyebe&#x2F;gmap">https:&#x2F;&#x2F;github.com&#x2F;seeyebe&#x2F;gmap</a><p>Feedback is welcome. Contributions too. if you’re into Git internals, CLIs, or terminal UX.

Found: August 01, 2025 ID: 663

[DevOps] Show HN: KubeForge – A GUI for Kubernetes YAMLs Hey HN,<p>I&#x27;m Brandon, a solo dev, and I built KubeForge - a visual editor for Kubernetes deployments that helps you build and validate YAML configs.<p>Origin Story: Over the past couple weeks, I got fed up manually writing Kubernetes YAMLs, especially when working with nested structures like containers, env, and volumeMounts. Even small typos or misaligned fields added lost time to broken deploys.<p>So I started hacking together a tool to visualize the structure of Kubernetes objects based on the OpenAPI schema. That prototype quickly turned into a full manifest builder.<p>What KubeForge does:<p>- Pulls the latest Kubernetes OpenAPI schema (auto-updated daily)<p>- Generates field-level forms with type safety, required fields, and smart defaults<p>- Lets you visually build manifests like a flow editor<p>- Outputs clean, deploy-ready YAML, with multi-object exports<p>Personally, I wanted a tool that:<p>- Validates fields as I build, not after deployment<p>- Surfaces nested fields, tooltips, and types without switching tabs<p>- Lets me export or share real YAMLs easily<p>Try it out:<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;kubenote&#x2F;KubeForge">https:&#x2F;&#x2F;github.com&#x2F;kubenote&#x2F;KubeForge</a><p>Live demo: <a href="https:&#x2F;&#x2F;demo.kubefor.ge" rel="nofollow">https:&#x2F;&#x2F;demo.kubefor.ge</a><p>Website: <a href="https:&#x2F;&#x2F;kubefor.ge" rel="nofollow">https:&#x2F;&#x2F;kubefor.ge</a><p>It’s free and open source. I’d love feedback, bug reports, or ideas. Contributions welcome too .<p>Thanks, Brandon

Found: August 01, 2025 ID: 614

[Other] A memory safe C framework, RAII, I/O, coroutine and other concurrency primitives

Found: August 01, 2025 ID: 613

Canner/WrenAI

GitHub Trending

[Other] ⚡️Wren AI is your GenBI Agent, that you can query any database with natural language, get accurate SQL(Text-to-SQL), charts(Text-to-Charts) & AI-generated insights in seconds.

Found: August 01, 2025 ID: 610

[Other] Show HN: Zero Waste Cloud – Finds 20-40% savings in AWS/GCP bills and CO2 impact Hey HN! I&#x27;m Mike, based in Stockholm&#x2F;Sweden and I&#x27;m the founder of Zero Waste Cloud (<a href="https:&#x2F;&#x2F;zerowastecloud.io" rel="nofollow">https:&#x2F;&#x2F;zerowastecloud.io</a>) - a tool that scans AWS and GCP infrastructure to find cost optimization opportunities while calculating the environmental impact. Almost all businesses can save 20-40% of their cloud costs using this tool (sources at bottom)<p>TLDR: Sign up -&gt; Connect your AWS&#x2F;GCP -&gt; Scan -&gt; Save 20-40% of your cloud spend.<p>My backstory: I&#x27;ve been a CISO and in IT management for a long time and always been frustrated by how much waste I&#x27;d find in every environment - idle EC2 instances running 24&#x2F;7, oversized RDS databases, forgotten storage volumes, test resources that never gets removed. What also bothered me was that nobody was tracking the environmental cost of this waste. Every unused resource burns electricity and contributes to carbon emissions unnecessarily.<p>What it does:<p>- Scans AWS accounts using IAM roles or access keys, GCP projects using service account keys<p>- Identifies specific optimization opportunities: unused EC2&#x2F;Compute Engine instances, oversized databases, unattached storage, missed reservation opportunities and much more<p>- Calculates financial savings AND CO₂ reduction for each recommendation using region-specific grid emission factors<p>- Multi-account&#x2F;project support<p>- Generates detailed reports with prioritized recommendations<p>Technical details: Built with React&#x2F;TypeScript frontend, Supabase backend. Uses AWS SDK for EC2, RDS, Cost Explorer APIs and GCP&#x27;s Compute Engine, Cloud SQL, and Cloud Billing APIs. Carbon calculations combine cloud provider PUE data with regional electricity grid emission factors from government sources.<p>Try it out: The onboarding from creation to your first scan being run is only ~30 seconds. The scanning process is fully automated and typically completes in 5-30 minutes depending on account size of course.<p>I would genuinely love to get your feedback on it, just came out of beta a few days ago so if there&#x27;s any bugs around please do let me know =)<p>If you&#x27;re on Linkedin let&#x27;s connect: <a href="https:&#x2F;&#x2F;www.linkedin.com&#x2F;in&#x2F;almstedt&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.linkedin.com&#x2F;in&#x2F;almstedt&#x2F;</a><p>Sources:<p>&quot;companies estimate that 21-50% of their cloud expenditure is wasted&quot; (<a href="https:&#x2F;&#x2F;www.techmonitor.ai&#x2F;hardware&#x2F;cloud&#x2F;cloud-waste-hits-billions-as-78-of-firms-report-significant-expenditure-losses" rel="nofollow">https:&#x2F;&#x2F;www.techmonitor.ai&#x2F;hardware&#x2F;cloud&#x2F;cloud-waste-hits-b...</a>)<p>&quot;45% of cloud customer’s expenditures are spent on resources they will never use&quot; (<a href="https:&#x2F;&#x2F;www.sciencedirect.com&#x2F;science&#x2F;article&#x2F;abs&#x2F;pii&#x2F;S2210537922000476" rel="nofollow">https:&#x2F;&#x2F;www.sciencedirect.com&#x2F;science&#x2F;article&#x2F;abs&#x2F;pii&#x2F;S22105...</a>)<p>&quot;21% of enterprise cloud infrastructure spend &#x2F;.. &#x2F; in 2025*—is wasted on underutilized resources (<a href="https:&#x2F;&#x2F;www.prnewswire.com&#x2F;news-releases&#x2F;44-5-billion-in-infrastructure-cloud-waste-projected-for-2025-due-to-finops-and-developer-disconnect-finds-finops-in-focus-report-from-harness-302385580.html" rel="nofollow">https:&#x2F;&#x2F;www.prnewswire.com&#x2F;news-releases&#x2F;44-5-billion-in-inf...</a>)

Found: July 31, 2025 ID: 618

Go Assembly Mutation Testing

Hacker News (score: 25)

[Testing] Go Assembly Mutation Testing

Found: July 31, 2025 ID: 606

[Other] Show HN: Astro dev blog template with interactive colorschemes I&#x27;ve created and open-sourced an Astro developer blog template with an interactive theme changer that includes all 60 themes bundled with the JS code highlighter Shiki. Changing the theme affects the whole website including the code examples and Giscus comments. Inspired by the aesthetics of raw markdown, I wanted to create a beautiful blog like <a href="https:&#x2F;&#x2F;github.com&#x2F;panr&#x2F;hugo-theme-terminal">https:&#x2F;&#x2F;github.com&#x2F;panr&#x2F;hugo-theme-terminal</a> but supercharged with a modern redesign and the incredible features of Astro.<p>Features:<p><pre><code> - Simple configuration file - Multiple theme modes (single, light&#x2F;dark&#x2F;auto, select) - Giscus comments - RSS feed - SEO best practices + social card generation - Markdown extensions (TOC, admonitions, reading time, etc)</code></pre>

Found: July 31, 2025 ID: 607

[API/SDK] Show HN: Mcp-use – Connect any LLM to any MCP Hey Pietro and Luigi here, we are the authors of mcp-use (<a href="https:&#x2F;&#x2F;github.com&#x2F;mcp-use&#x2F;mcp-use">https:&#x2F;&#x2F;github.com&#x2F;mcp-use&#x2F;mcp-use</a>).<p>When the first MCP servers came out we were very excited about the technology, but as soon as we wanted to get our hands dirty, we found out that MCP could be used only through Claude Desktop or Cursor. As engineers, we did not like that. MCP seemed like something you wanted to use to build products and applications yourself, not something to hide behind a closed source application.<p>So we approached the SDK but were pretty dissatisfied with the developer experience (double async loops, lots of boilerplate). We decided to write mcp-use to make our lives easier.<p>mcp-use lets you connect any LLM to any MCP server in just 6 lines of code. We provide a high level abstraction over the official MCP SDK that makes your life easier and supports all the functionalities of the protocol.<p>Demo video here: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=nL_B6LZAsp4" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=nL_B6LZAsp4</a>.<p>The key abstractions we provide are called MCPClient and MCPAgent.<p>MCPClient takes in a set of server configurations, automatically detects the transport type and creates a background task which handles the stream from&#x2F;to the server.<p>MCPAgent is a combination of the MCPClient, an LLM, and a custom system prompt. It consumes the MCP client by transforming the tools, resources and prompts into model agnostic tools that can be called by the LLM.<p>The library also contains some cool utilities:<p>- secure sandboxed execution of MCP servers (we know the protocol doesn&#x27;t shine for security)<p>- meta-tools that allow the agent to search over available servers and tools (to avoid context flooding) and connect dynamically to the server it needs (you could create the omnipotent agent with this).<p>Some cool things we did with this: - write an agent that can use a browser and create&#x2F;read linear tickets updated with latest information on the internet<p>- write an agent that has access to the metrics of our company to automatically create weekly reports.<p>- I connected an agent to an IKEA curtain I hacked an MCP on to adapt the lighting of my room from images of the lighting situation.<p>- recreated am open source claude code like CLI, with full MCP capability but with custom models and BYOK (<a href="https:&#x2F;&#x2F;github.com&#x2F;mcp-use&#x2F;mcp-use-cli">https:&#x2F;&#x2F;github.com&#x2F;mcp-use&#x2F;mcp-use-cli</a>).<p>We recently crossed 100,000 download and we are used by many organizations, including NASA!<p>We’d love to hear what you think of it, most importantly how we can improve it! We are happy to answer any questions and look forward to your comments.

Found: July 31, 2025 ID: 603

[API/SDK] Show HN: AgentMail – Email infra for AI agents Hey HN, we&#x27;re Haakam, Michael, and Adi. We&#x27;re building AgentMail (<a href="https:&#x2F;&#x2F;agentmail.to&#x2F;">https:&#x2F;&#x2F;agentmail.to&#x2F;</a>), an API to give AI agents their own email inboxes. We’re not talking about AI for your email, this is email for your AI.<p>We started building email agents because they can converse with users in their inboxes, automate email-based workflows, and authenticate with third-party applications. Given these unique capabilities, we think email will be a core interface for agents.<p>But we were building on top of Gmail, which was a struggle: poor API support, expensive subscriptions, rate limits, sending limits, GCP Pub&#x2F;Sub, OAuth, crappy keyword search, and an overall terrible developer experience.<p>Gmail and other providers didn’t work for us. So we decided to bite the bullet and build our own.<p>AgentMail is like Gmail, but API-first, with programmatic inbox creation, events over webhooks and websockets, simple API key auth, organization-wide semantic search, structured data extraction, and usage-based pricing that scales with emails sent&#x2F;received.<p>Here’s a demo of building an email agent: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;1V7BISeFUTM" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;1V7BISeFUTM</a>, and here’s a demo of a voice agent with its own email inbox: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;eG2fCsRK4RY" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;eG2fCsRK4RY</a><p>So far AgentMail has been deployed to use cases such as apps with dedicated inboxes for each user, voice agents that receive documents in real time, automated account provisioning and QA testing, cold outbound platforms with thousands of inboxes, automations for processing invoices, and agents that coordinate work with humans and other agents.<p>We would love to hear your thoughts and feedback. You can try our playground at <a href="https:&#x2F;&#x2F;chat.agentmail.to">https:&#x2F;&#x2F;chat.agentmail.to</a>

Found: July 31, 2025 ID: 604

[Other] Ongoing Lean formalisation of the proof of Fermat's Last Theorem <a href="https:&#x2F;&#x2F;github.com&#x2F;ImperialCollegeLondon&#x2F;FLT&#x2F;blob&#x2F;main&#x2F;GENERAL.md">https:&#x2F;&#x2F;github.com&#x2F;ImperialCollegeLondon&#x2F;FLT&#x2F;blob&#x2F;main&#x2F;GENER...</a>

Found: July 31, 2025 ID: 651

[Database] GenosDB (GDB) – Decentralized P2P Graph Database

Found: July 31, 2025 ID: 602

[Other] Show HN: Clauditate – Breathing exercises while Claude Code is thinking Hello HN!<p>I realized how often my mind wanders while waiting for Claude to finish &quot;thinking&quot;. So I built Clauditate, a lightweight meditation menubar app that helps you with some breathing exercises.<p>It uses Claude Code hooks and pops up with a breathing guide. I added some heuristics to make it less &quot;annoying&quot;, for example if you dismiss it twice within 30 mins, it won&#x27;t show up for another 2 hours. You can also tweak this behavior (and more) in the settings.<p>It&#x27;s early, but I&#x27;d love to hear your feedback!<p>Github: <a href="https:&#x2F;&#x2F;github.com&#x2F;ykumards&#x2F;clauditate">https:&#x2F;&#x2F;github.com&#x2F;ykumards&#x2F;clauditate</a>

Found: July 31, 2025 ID: 609

[Code Quality] A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.

Found: July 31, 2025 ID: 600

puppeteer/puppeteer

GitHub Trending

[API/SDK] JavaScript API for Chrome and Firefox

Found: July 31, 2025 ID: 599

Json Viewer

Product Hunt

[Other] Free online json viewer, parser & formatter 🚀 #1 Free JSON Viewer, Parser & Formatter online. Validate, format, minify & beautify JSON instantly. AI-powered JSON analysis. Large file support up to 30MB. No registration required.

Found: July 31, 2025 ID: 598

Postbird

Product Hunt

[Database] Open source postgresql GUI client for macOS, Linux & Windows Open source PostgreSQL GUI client for macOS, Linux and Windows - Paxa/postbird

Found: July 31, 2025 ID: 601

Spiral

Product Hunt

[Other] Fibonacci meets Pomodoro meets Time Tracking In Agile, the Fibonacci Sequence is used to estimate task complexity during sprint planning. Spiral adapts this principle for focus periods, helping you quickly make focus estimates that fit your current task and energy level.

Found: July 31, 2025 ID: 611

[API/SDK] Build production-ready agents, fast. Rate-limiting? Brittle tools? Rapid iteration? We’ve got it handled. OpenAI Agents SDK + Temporal means your agents now remember state, bounce back from crashes, and survive real-world chaos without you writing error-handling and orchestration code.

Found: July 31, 2025 ID: 616

Launch

Product Hunt

[Other] Create fully functional apps with AI and real human support Launch builds real products from a single prompt- frontend, backend, a built-in database, and live integrations. No Supabase. No Zapier. When you’re stuck, a real human helps you debug and ship. From idea to live app in minutes, with support you can trust.

Found: July 31, 2025 ID: 617

[API/SDK] Show HN: AgentGuard – Auto-kill AI agents before they burn through your budget Your AI agent hits an infinite loop and racks up $2000 in API charges overnight. This happens weekly to AI developers.<p>AgentGuard monitors API calls in real-time and automatically kills your process when it hits your budget limit.<p>How it works:<p>Add 2 lines to any AI project:<p><pre><code> const agentGuard = require(&#x27;agent-guard&#x27;); await agentGuard.init({ limit: 50 }); &#x2F;&#x2F; $50 budget &#x2F;&#x2F; Your existing code runs unchanged const response = await openai.chat.completions.create({...}); &#x2F;&#x2F; AgentGuard tracks costs automatically </code></pre> When your code hits $50 in API costs, AgentGuard stops execution and shows you exactly what happened.<p>Why I built this:<p>I got tired of seeing &quot;I accidentally spent $500 on OpenAI&quot; posts. Existing tools like tokencost help you <i>measure</i> costs after the fact, but nothing prevents runaway spending in real-time.<p>AgentGuard is essentially a circuit breaker for AI API costs. It&#x27;s saved me from several costly bugs during development.<p>Limitations: Only works with OpenAI and Anthropic APIs currently. Cost calculations are estimates based on documented pricing.<p>Source: <a href="https:&#x2F;&#x2F;github.com&#x2F;dipampaul17&#x2F;AgentGuard">https:&#x2F;&#x2F;github.com&#x2F;dipampaul17&#x2F;AgentGuard</a><p>Install: npm i agent-guard

Found: July 31, 2025 ID: 595

[Other] Show HN: A tool for complete WebSocket traffic control I built a Chrome extension that acts as a WebSocket proxy, allowing real-time monitoring, message simulation, and traffic interception. Think &quot;Proxyman for WebSockets&quot; but integrated into Chrome DevTools.<p>Key features: Real-time WebSocket monitoring and message capture Send custom messages in both directions (client ↔ server) Block incoming&#x2F;outgoing messages for testing Background monitoring (captures connections even when DevTools is closed) Why: I was debugging a WebSocket chat app and needed better tools than browser DevTools. Existing solutions required external proxies or were too basic.<p>Tech: Injects proxy script to intercept WebSocket constructor, React + Vite UI, Chrome DevTools API integration, MIT licensed. Perfect for debugging WebSocket apps, testing error scenarios, reverse engineering APIs, and QA testing real-time features.<p>Links:<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;law-chain-hot&#x2F;websocket-devtools">https:&#x2F;&#x2F;github.com&#x2F;law-chain-hot&#x2F;websocket-devtools</a><p>YouTube Demo: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=L64x__1xORQ" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=L64x__1xORQ</a><p>Would love feedback from developers who work with WebSockets regularly!

Found: July 31, 2025 ID: 596

[Other] Show HN: Host Claude Artifacts on your own domain Hi HN, I&#x27;ve been using Claude to generate landing pages and it&#x27;s a huge time-saver.<p>But, it&#x27;s hard to go from Artifact -&gt; Published website. That&#x27;s where Artifact Ninja comes in.<p>How it works: 1. Click &quot;Copy&quot; above your artifact in Claude.ai and paste into Artifact.Ninja 2. We&#x27;ll generate a static webpage without any Claude branding 3. Use your registrar&#x27;s &quot;masked forwarding&quot; feature to connect a custom domain<p>Artifact Ninja is a quick utility I needed for my own purposes. It&#x27;s cheap to host (Cloudflare worker + D1), so it&#x27;s free! Hope it helps.

Found: July 31, 2025 ID: 597

[Code Quality] Show HN: We create visual codebase maps that scale (static analysis and LLMs) Hi all, I&#x27;m Ivan, and together with Alex, we&#x27;re building a diagram visualization tool for codebases.<p>Alex and I are devs, and we&#x27;ve noticed that recently we&#x27;ve been super productive at writing code (prompting :D). But when it comes to understanding big systems, prompting doesn&#x27;t work that well — for that, diagrams are best imo. Most tools out there don&#x27;t scale to big projects (e.g. PyTorch), so we&#x27;re building CodeBoarding — a recursive visualizer for codebases. It starts from the highest level of abstractions and lets you dive deeper. We use static analysis and LLM agents. The control-flow graph is our starting point, and we validate the LLM&#x27;s analysis against the static analysis output. LLMs alone often hallucinate or apply familiar architectural patterns that don&#x27;t actually exist in the code.<p>Since this is a concise representation of a codebase, we also added an MCP-server to provide our docs for the libs your project depends on — reducing hallucinations and avoiding blowing up the context window. The vision: With agents writing more and more code, we think we also need a concise representation for it — diagrams. But for that to work, the diagrams have to be accurate, and that&#x27;s why static analysis has to take part in the fun ;d.<p>Would love to hear what you think about diagram representations for code, what problems you&#x27;ve run into with hallucinations while vibe-coding (even with tools like gitingest&#x2F;context7), and any general feedback :)

Found: July 30, 2025 ID: 594

[Other] Build an AI telephony agent for inbound and outbound calls

Found: July 30, 2025 ID: 634

[Other] Show HN: OpenAI Agents SDK demos made durable and scalable with Temporal Steve from Temporal here. Temporal is an MIT open source project for reliable execution at scale. I adapted+extended some of OpenAI&#x27;s Agents SDK samples to integrate with Temporal.<p>These demo agents can survive process crashes, scale to millions of executions in parallel and have easy-to-implement human interactivity. Just add a couple of Python decorators to your OpenAI agent code, run Temporal workers and you&#x27;re ready to go.<p>Check the video I did with OpenAI showing this in action (it&#x27;s linked in the repo).<p>OpenAI actually use us for ChatGPT Images and also their Codex code writing agent so I figure this may be a viable path for others to code something easy that&#x27;s also reliable at scale.<p>Happy to answer questions.

Found: July 30, 2025 ID: 588

[Other] Show HN: A high-altitude low-power flight computer for high-altitude balloons I&#x27;ve been working on this for a while now, and I&#x27;m happy to share!<p>I&#x27;ve been into launching weather balloons for a few years. One aspect of the hobby that really drew me in was the tracking side of things. Tracking systems let you follow the balloon&#x27;s position throughout the flight and, most importantly, know exactly where it lands so you can recover the instrumentation. APRS is what I started out using during my first few years in the hobby, after I got my amateur radio license in 2020 (W0MXX). I designed a few small boards using the trackuino (<a href="https:&#x2F;&#x2F;github.com&#x2F;trackuino&#x2F;trackuino">https:&#x2F;&#x2F;github.com&#x2F;trackuino&#x2F;trackuino</a>) firmware (while breaking 3 $70 radio modules along the way).<p>I then got into recovering radiosondes, which are launched twice per day by the NWS and can be reprogrammed using RS41ng (<a href="https:&#x2F;&#x2F;github.com&#x2F;mikaelnousiainen&#x2F;RS41ng">https:&#x2F;&#x2F;github.com&#x2F;mikaelnousiainen&#x2F;RS41ng</a>) to run many amateur radio tracking protocols. I was a bit dissatisfied with how large and heavy the radiosonde trackers were, so I designed my own tracking system, called Tiny4FSK.<p>Tiny4FSK is a flight computer with built-in tracking using the Horus Binary v2 tracking system. This protocol was developed by the Project Horus team specifically for high-altitude balloons, and it brings features like high transmit rates, forward error correction, and excellent weak-signal performance in an open source package. It&#x27;s designed to be as compact as possible and can run on a single AA battery for upwards of 17 hours.<p>The main board comes with header rows that allow for out-of-the-box expansion. I developed a shield that supports the BME280 environmental sensor, the ICM-20948 9-axis IMU, and more via the Qwiic connector. It also features an OLED display for basic diagnostics.<p>While I&#x27;ve pretty much polished the main tracking procedures (and have tested on multiple flights), I&#x27;m still developing the IMU code using a lightweight Kalman filter. Additionally, there isn&#x27;t yet a wide network of Horus Binary decoding stations like the APRS network has (I-gates), but I hope that by promoting this protocol, more stations will pop up. This means that if you&#x27;re not in an area with many receive stations, you&#x27;ll need to set up your own using either Horus-GUI (<a href="https:&#x2F;&#x2F;github.com&#x2F;projecthorus&#x2F;horus-gui">https:&#x2F;&#x2F;github.com&#x2F;projecthorus&#x2F;horus-gui</a>) or horusdemodlib (<a href="https:&#x2F;&#x2F;github.com&#x2F;projecthorus&#x2F;horusdemodlib">https:&#x2F;&#x2F;github.com&#x2F;projecthorus&#x2F;horusdemodlib</a>).<p>One issue I’m still working on is improving RF signal strength. Although the protocol is decodable in very low-noise environments, the transmit power appears to be lower than that of a typical radiosonde. This could be due to several factors: limited current on a weak power source (signal is stronger when powered from a bench supply), off-tuned filtering&#x2F;matching, or not paying enough attention to the antenna. I&#x27;m planning to run more simulations to figure this out. That said, the signal is still decodable from the ground even at max altitude (~100,000 feet).<p>On the more technical side, Tiny4FSK uses: - the SAMD21 microcontroller, which is an ARM Cortex-M0+ MCU - the TPS61200 boost converter, which is adjusted to output 3.3v - Si4063 radio module, which I use on the 70cm band - ATGM336H gps module - pretty cheap GPS module which works in airborne mode (&gt;18km) - integrated BME280 temperature, pressure, and humidity sensor The code uses the Arduino framework to make it accessible to beginners.<p>All flights using Horus Binary v2, including reprogrammed radiosondes, other custom trackers, and Tiny4FSK show up in real-time on Sondehub Amateur (<a href="https:&#x2F;&#x2F;amateur.sondehub.org" rel="nofollow">https:&#x2F;&#x2F;amateur.sondehub.org</a>). Flight data can be found in the &#x2F;Media&#x2F;Data folder on Github (there&#x27;s several missing flights on there though).<p>Thanks for reading, hope I didn’t mess anything up too badly in the post! -Max

Found: July 30, 2025 ID: 591

[Other] Show HN: Sourcebot – Self-hosted Perplexity for your codebase Hi HN,<p>We’re Brendan and Michael, the creators of Sourcebot (<a href="https:&#x2F;&#x2F;www.sourcebot.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.sourcebot.dev&#x2F;</a>), a self-hosted code understanding tool for large codebases. We originally launched on HN 9 months ago with code search (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41711032">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41711032</a>), and we’re excited to share our newest feature: Ask Sourcebot.<p>Ask Sourcebot is an agentic search tool that lets you ask complex questions about your entire codebase in natural language, and returns a structured response with inline citations back to your code. Some types of questions you might ask:<p>- “How does authentication work in this codebase? What library is being used? What providers can a user log in with?” (<a href="https:&#x2F;&#x2F;demo.sourcebot.dev&#x2F;~&#x2F;chat&#x2F;cmdpjkrbw000bnn7s8of2dm11" rel="nofollow">https:&#x2F;&#x2F;demo.sourcebot.dev&#x2F;~&#x2F;chat&#x2F;cmdpjkrbw000bnn7s8of2dm11</a>)<p>- “When should I use channels vs. mutexes in go? Find real usages of both and include them in your answer” (<a href="https:&#x2F;&#x2F;demo.sourcebot.dev&#x2F;~&#x2F;chat&#x2F;cmdpiuqhu000bpg7s9hprio4w" rel="nofollow">https:&#x2F;&#x2F;demo.sourcebot.dev&#x2F;~&#x2F;chat&#x2F;cmdpiuqhu000bpg7s9hprio4w</a>)<p>- “How are shards laid out in memory in the Zoekt code search engine?” (<a href="https:&#x2F;&#x2F;demo.sourcebot.dev&#x2F;~&#x2F;chat&#x2F;cmdm9nkck000bod7sqy7c1efb" rel="nofollow">https:&#x2F;&#x2F;demo.sourcebot.dev&#x2F;~&#x2F;chat&#x2F;cmdm9nkck000bod7sqy7c1efb</a>)<p>- &quot;How do I call C from Rust?&quot; (<a href="https:&#x2F;&#x2F;demo.sourcebot.dev&#x2F;~&#x2F;chat&#x2F;cmdpjy06g000pnn7ssf4nk60k" rel="nofollow">https:&#x2F;&#x2F;demo.sourcebot.dev&#x2F;~&#x2F;chat&#x2F;cmdpjy06g000pnn7ssf4nk60k</a>)<p>You can try it yourself here on our demo site (<a href="https:&#x2F;&#x2F;demo.sourcebot.dev&#x2F;~" rel="nofollow">https:&#x2F;&#x2F;demo.sourcebot.dev&#x2F;~</a>) or checkout our demo video (<a href="https:&#x2F;&#x2F;youtu.be&#x2F;olc2lyUeB-Q" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;olc2lyUeB-Q</a>).<p>How is this any different from existing tools like Cursor or Claude code?<p>- Sourcebot solely focuses on <i>code understanding</i>. We believe that, more than ever, the main bottleneck development teams face is not writing code, it’s acquiring the necessary context to make quality changes that are cohesive within the wider codebase. This is true regardless if the author is a human or an LLM.<p>- As opposed to being in your IDE or terminal, Sourcebot is a web app. This allows us to play to the strengths of the web: rich UX and ubiquitous access. We put a ton of work into taking the best parts of IDEs (code navigation, file explorer, syntax highlighting) and packaging them with a custom UX (rich Markdown rendering, inline citations, @ mentions) that is easily shareable between team members.<p>- Sourcebot can maintain an up-to date index of thousands of repos hosted on GitHub, GitLab, Bitbucket, Gerrit, and other hosts. This allows you to ask questions about repositories without checking them out locally. This is especially helpful when ramping up on unfamiliar parts of the codebase or working with systems that are typically spread across multiple repositories, e.g., micro services.<p>- You can BYOK (Bring Your Own API Key) to any supported reasoning model. We currently support 11 different model providers (like Amazon Bedrock and Google Vertex), and plan to add more.<p>- Sourcebot is self-hosted, fair source, and free to use.<p>Under the hood, we expose our existing regular expression search, code navigation, and file reading APIs to a LLM as tool calls. We instruct the LLM via a system prompt to gather the necessary context via these tools to sufficiently answer the users question, and then to provide a concise, structured response. This includes inline citations, which are just structured data that the LLM can embed into it’s response and can then be identified on the client and rendered appropriately. We built this on some amazing libraries like the Vercel AI SDK v5, CodeMirror, react-markdown, and Slate.js, among others.<p>This architecture is intentionally simple. We decided not to introduce any additional techniques like vector embeddings, multi-agent graphs, etc. since we wanted to push the limits of what we could do with what we had on hand. We plan on revisiting our approach as we get user feedback on what works (and what doesn’t).<p>We are really excited about pushing the envelope of code understanding. Give it a try: <a href="https:&#x2F;&#x2F;github.com&#x2F;sourcebot-dev&#x2F;sourcebot">https:&#x2F;&#x2F;github.com&#x2F;sourcebot-dev&#x2F;sourcebot</a>. Cheers!

Found: July 30, 2025 ID: 605

[Other] Show HN: Universal Control" for Macintosh Classic I made an app for controlling a vintage Macintosh from a modern Mac, using an Arduino to translate between the modern Mac and Apple Desktop Bus.

Found: July 30, 2025 ID: 592

[Other] Show HN: Open-source alternative to ChatGPT Agents for browsing Hey HN,<p>We are Winston, Edward, and James, and we built Meka Agent, an open-source framework that lets vision-based LLMs execute tasks directly on a computer, just like a person would.<p>Backstory:<p>In the last few months, we&#x27;ve been building computer-use agents that have been used by various teams for QA testing, but realized that the underlying browsing frameworks aren&#x27;t quite good enough yet.<p>As such, we&#x27;ve been working on a browsing agent.<p>We achieved 72.7% on WebArena compared to the previous state of the art set by OpenAI&#x27;s new ChatGPT agent at 65.4%. You can read more about it here: <a href="https:&#x2F;&#x2F;github.com&#x2F;trymeka&#x2F;webarena_evals">https:&#x2F;&#x2F;github.com&#x2F;trymeka&#x2F;webarena_evals</a>.<p>Today, we are open sourcing Meka, our state of the art agent, to allow anyone to build their own powerful, vision-based agents from scratch. We provide the groundwork for the hard parts, so you don&#x27;t have to:<p>* True vision-based control: Meka doesn&#x27;t just read HTML. It looks at the screen, identifies interactive elements, and decides where to click, type, and scroll.<p>* Full computer access: It&#x27;s not sandboxed in a browser. Meka operates with OS-level controls, allowing it to handle system dialogues, file uploads, and other interactions that browser-only automation tools can&#x27;t.<p>* Extensible by design: We&#x27;ve made it easy to plug in your own LLMs and computer providers.<p>* State-of-the-art performance: 72.7% on WebArena<p>Our goal is to enable developers to create repeatable, robust tasks on any computer just by prompting an agent, without worrying about the implementation details.<p>We’d love to get your feedback on how this tool could fit into your automation workflows. Try it out and let us know what you think.<p>You can find the repo on GitHub and get started quickly with our hosted platform, <a href="https:&#x2F;&#x2F;app.withmeka.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;app.withmeka.com&#x2F;</a>.<p>Thanks, Winston, Edward, and James

Found: July 30, 2025 ID: 590

[Other] Show HN: Production-Ready Agents with the OpenAI Agents SDK and Temporal

Found: July 30, 2025 ID: 589

[Other] Bitmapist: We built an open-source cohorts analytics tool that saved millions

Found: July 30, 2025 ID: 585

Writing memory efficient C structs

Hacker News (score: 23)

[Other] Writing memory efficient C structs

Found: July 30, 2025 ID: 586

[Other] Show HN: MoebiusXBIN – ASCII and text-mode art editor with custom font support

Found: July 30, 2025 ID: 584

[Other] Blog series on creating an OS in Rust

Found: July 30, 2025 ID: 583

[CLI Tool] Show HN: Claude Code in the Browser – Webcode.sh I wanted to be able to code with Claude anytime, anywhere — walking, commuting, or at a café. So I built a browser-based terminal for Claude Code!<p>- Zero-config, instant REPL<p>- Works on mobile and tablets (Chrome, Safari)<p>- WASM-powered performance<p>Let me know what you think.

Found: July 30, 2025 ID: 580

DevNotify

Product Hunt

[Other] Track your starred GitHub repos and issues — stay updated. DevNotify is an open-source platform that helps developers stay updated on their starred GitHub projects. Monitor your open issues Discover new contribution opportunities Perfect for open-source enthusiasts, contributors, and maintainers.

Found: July 30, 2025 ID: 577

Synca Health

Product Hunt

[Other] Mini EHR for Clinicians AI-native clinical workspace built in 20 hours using Next.js, Firebase & Genkit. Features patient onboarding, SOAP notes, scheduling & 6 AI agents for diagnosis, MEAT audit, gaps, meds, CEA tracking & survivorship. Built from curiosity, not for scale.

Found: July 30, 2025 ID: 578

StackGen

Product Hunt

[DevOps] AI-powered Autonomous Infrastructure Platform StackGen's AI-powered Autonomous Infrastructure Platform combines automation with enterprise-grade reliability to deliver self-building, self-governing, self-healing, and self-optimizing infrastructure capabilities.

Found: July 30, 2025 ID: 581

[Other] A simple mapping tool right in your browser A lightweight Chrome extension that lets you draw, import, edit, and export geospatial data directly on interactive maps. Supports GeoJSON, KML, KMZ, and GPX formats. Ideal for planners, GIS users, and anyone working with map-based data.

Found: July 30, 2025 ID: 582

[Other] Fixing Ctrl+C in Rust terminal apps: Child process management

Found: July 29, 2025 ID: 593

[Other] Show HN: A GitHub Action that quizzes you on a pull request A little idea I got from playing with AI SWE Agents. Can AI help make sure we understand the code that our AIs write?<p>PR Quiz uses AI to generate a quiz from a pull request and blocks you from merging until the quiz is passed. You can configure various options like the LLM model to use, max number of attempts to pass the quiz or min diff size to generate a quiz for. I found that the reasoning models, while more expensive, generated better questions from my limited testing.<p>Privacy: This GitHub Action runs a local webserver and uses ngrok to serve the quiz through a temporary url. Your code is only sent to the model provider (OpenAI).

Found: July 29, 2025 ID: 573

[Other] Pseudo, a Common Lisp macro for pseudocode expressions

Found: July 29, 2025 ID: 631

[Other] Show HN: The easiest accessibility (a11y) checker for VSCode

Found: July 29, 2025 ID: 608

[Other] Show HN: Xorq – open compute catalog for AI Hi HN, Hussain and Dan from Xorq here.<p>After years of struggling with scaling compute that worked in notebooks but failed in production, we decided to do something about it. Data has standards like Iceberg and Delta. But compute is still a mess—trapped in notebooks, duplicated effort across teams, or baked into custom Airflow DAGs. We think of Xorq as the missing analog to Apache Iceberg, but for compute.<p>We’ve spent the last year building Xorq, an *compute catalog* that helps teams *reuse, ship, and observe* transformations, features, models, and pipelines across engines.<p>Xorq is built on:<p>- *Arrow Flight* (`do_exchange`) for high-speed data transport - *Ibis* for cross-engine expression trees, serialized to YAML - A portable UDF engine that compiles pipelines to SQL or Python - `uv` to make Python environments fully reproducible<p>Xorq features:<p>- pandas-style declarative transformations, backed by Ibis - Multi-engine execution (e.g., DuckDB, Snowflake) - UDFs as portable Flight endpoints - Serveable transforms by way of flight_udxf operator - Built-in caching and lineage tracking - Diff-able YAML artifacts, great for CI&#x2F;CD<p>Xorq use cases:<p>Since our last major release, it’s been exciting to see the first Xorq use-cases show up in the wild. All with *Python simplicity and SQL-scale performance*.<p>- Feature Stores (<a href="https:&#x2F;&#x2F;www.xorq.dev&#x2F;blog&#x2F;featurestore-to-featurehouse" rel="nofollow">https:&#x2F;&#x2F;www.xorq.dev&#x2F;blog&#x2F;featurestore-to-featurehouse</a>) - Semantic Layers (e.g. <a href="https:&#x2F;&#x2F;github.com&#x2F;boringdata&#x2F;boring-semantic-layer">https:&#x2F;&#x2F;github.com&#x2F;boringdata&#x2F;boring-semantic-layer</a>) - MCP + ML Integration (<a href="https:&#x2F;&#x2F;docs.xorq.dev&#x2F;vignettes&#x2F;mcp_flight_server" rel="nofollow">https:&#x2F;&#x2F;docs.xorq.dev&#x2F;vignettes&#x2F;mcp_flight_server</a>)<p>We’re open source and learning fast. Would love feedback on what’s useful or missing. Thanks in advance for trying it out!<p>Check out the demo of the Xorq CLI tool in action: <a href="https:&#x2F;&#x2F;asciinema.org&#x2F;a&#x2F;730484" rel="nofollow">https:&#x2F;&#x2F;asciinema.org&#x2F;a&#x2F;730484</a><p>---<p>Get Started<p>- Github: <a href="https:&#x2F;&#x2F;github.com&#x2F;xorq-labs&#x2F;xorq">https:&#x2F;&#x2F;github.com&#x2F;xorq-labs&#x2F;xorq</a> - Xorq docs: <a href="https:&#x2F;&#x2F;docs.xorq.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.xorq.dev&#x2F;</a> ---<p>Sneak peak - Xorq Compute Catalog UI Console:<p>Check out this interactive Claude demo showing how the Xorq compute catalog can be visualized to accelerate composition, reuse, and troubleshooting of AI compute: <a href="https:&#x2F;&#x2F;claude.ai&#x2F;public&#x2F;artifacts&#x2F;d2f00d2a-a3f9-4032-884e-d22f620a0ccf?fullscreen=true" rel="nofollow">https:&#x2F;&#x2F;claude.ai&#x2F;public&#x2F;artifacts&#x2F;d2f00d2a-a3f9-4032-884e-d...</a>

Found: July 29, 2025 ID: 576

Show HN: ELF Injector

Hacker News (score: 13)

[Other] Show HN: ELF Injector The ELF Injector allows you to &quot;inject&quot; arbitrary-sized relocatable code chunks into ELF executables. The code chunks will run before the original entry point of the executable runs.<p>Included in the project are sample chunks as well as a step-by-step tutorial on how it works.<p>It&#x27;s a mix of C and assembly and currently runs on 32-bit ARM though it&#x27;s easy to port to other architectures.

Found: July 29, 2025 ID: 568

[Other] Structuring large Clojure codebases with Biff

Found: July 29, 2025 ID: 574

[Other] Show HN: Wush-Action – SSH into GitHub Actions over WireGuard

Found: July 29, 2025 ID: 575

[Other] Show HN: Same prompt tested across Replit, Bolt, v0, Lovable and Raq.com Hi HN,<p>I built Raq.com – a platform that uses Claude Code to build working internal tools directly in the browser.<p>Claude Code is great at self correcting when given the right tools.<p>I&#x27;ve found that the popular web-based AI coding tools look great in demos but fail on real API integrations or require a lot of error back and forth. They don&#x27;t appear to do much research or self-correcting, likely to reduce spend. I wanted to see the current state of these tools, so I ran the same prompt on five platforms (Replit, Bolt, v0, Lovable, and Raq.com) to build a tool that requires 3 different APIs (Companies House, FinUK and OpenRouter) working together.<p>Four platforms produced broken prototypes or needed manual fixes. Raq.com delivered a complete working solution from a single prompt (that can be deployed to live with one click).<p>Full test with videos: <a href="https:&#x2F;&#x2F;raq.com&#x2F;real-world-test" rel="nofollow">https:&#x2F;&#x2F;raq.com&#x2F;real-world-test</a><p>We&#x27;re in early access (requires Claude Pro&#x2F;Max for free usage) - we&#x27;re looking non-coders who would like to build internal tools for their team.<p>Some technical info:<p>- Raq.com provisions isolated dev and prod Docker environments for each company (companyname.raq.com and companyname-dev.raq.com).<p>- The dev site includes a persistent terminal streamed to the browser, so the session continues even while tab is closed.<p>- CLAUDE.md file provides best practices, known pitfalls, and coding patterns for the Laravel + Filament stack.<p>- Self-Correction Loop: Claude can test and debug its own work. It has direct shell access to a custom script that bundles PHPUnit, syntax checks, and cache clearing. Plus a Playwright wrapper to check for errors and take screenshots.<p>- A single click runs a script that rsync&#x27;s the dev workspace to the prod container, runs migrations, and clears caches.

Found: July 29, 2025 ID: 570

lapce/lapce

GitHub Trending

[IDE/Editor] Lightning-fast and Powerful Code Editor written in Rust

Found: July 29, 2025 ID: 565

cloudwego/eino

GitHub Trending

[Other] The ultimate LLM/AI application development framework in Golang.

Found: July 29, 2025 ID: 564

[Other] Show HN: Terminal-Bench-RL: Training Long-Horizon Terminal Agents with RL After training calculator agent via RL, I really wanted to go bigger! So I built RL infrastructure for training long-horizon terminal&#x2F;coding agents that scales from 2x A100s to 32x H100s (~$1M worth of compute!) Without any training, my 32B agent hit #19 on Terminal-Bench leaderboard, beating Stanford&#x27;s Terminus-Qwen3-235B-A22! With training... well, too expensive, but I bet the results would be good!<p>*What I did*:<p>- Created a Claude Code-inspired agent (system msg + tools)<p>- Built Docker-isolated GRPO training where each rollout gets its own container<p>- Developed a multi-agent synthetic data pipeline to generate &amp; validate training data with Opus-4<p>- Implemented a hybrid reward signal of unit test verifiers &amp; a behavioural LLM judge.<p>*Key results*:<p>- My untrained Qwen3-32B agent achieved 13.75% on Terminal-Bench (#19, beats Stanford&#x27;s Qwen3-235B MoE)<p>- I tested training to work stably on 32x H100s distributed across 4 bare metal nodes<p>- I created a mini-eval framework for LLM-judge performance. Sonnet-4 won.<p>- ~£30-50k needed for full training run of 1000 epochs (I could only afford testing )<p>*Technical details*:<p>- The synthetic dataset ranges from easy to extremely hard tasks. An example hard task&#x27;s prompt:<p>&quot;I found this mystery program at `&#x2F;app&#x2F;program` and I&#x27;m completely stumped. It&#x27;s a stripped binary, so I have no idea what it does or how to run it properly. The program seems to expect some specific input and then produces an output, but I can&#x27;t figure out what kind of input it needs. Could you help me figure out what this program requires?&quot;<p>- Simple config presets allow training to run on multiple hardware setups with minimal effort.<p>- GRPO used with 16 rollouts per task, up to 32k tokens per rollout.<p>- Agent uses XML&#x2F;YAML format to structure tool calls<p>*More details*:<p>My Github repos open source it all (agent, data, code) and has way more technical details if you are interested!:<p>- Terminal Agent RL repo<p>- Multi-agent synthetic data pipeline repo<p>I thought I would share this because I believe long-horizon RL is going to change everybody&#x27;s lives, and so I feel it is important (and super fun!) for us all to share knowledge around this area, and also have enjoy exploring what is possible.<p>Thanks for reading!<p>Dan<p>(Built using rLLM RL framework which was brilliant to work with, and evaluated and inspired by the great Terminal Bench benchmark)

Found: July 29, 2025 ID: 569

[Other] Show HN: Rewindtty – Record and replay terminal sessions as structured JSON

Found: July 29, 2025 ID: 628

[Other] Show HN: Walk-through of rocket landing optimization paper [pdf] Hey all! Long time lurker, first time poster.<p>I found this rocket landing trajectory optimization paper cool, but it took me a while to wrap my head around it and implement it. I wrote up an expanded version of the paper including details that would have helped me understand it the first time through, with the idea being that it might make the content more approachable for others with similar interests. The source code is also linked in the document.<p>I&#x27;m open to feedback, I&#x27;m always trying to get better across the board.

Found: July 29, 2025 ID: 615

[Other] Collaborative block-based editor → ready to drop in your app Many teams build Notion-like editors with Tiptap. We productized it. A React-based template in Tiptap Cloud with drag-and-drop blocks, real-time collab, AI writing, version history, embeds, dark mode, and more. Ready to plug and play for your app.

Found: July 29, 2025 ID: 561

Layout.dev

Product Hunt

[Other] Turn Ideas into Prototypes — in Seconds Layout is an AI-powered platform that helps founders and developers turn ideas into working software prototypes instantly. Just describe what you want to build, and Layout generates clean code, UI components, and project structure.

Found: July 29, 2025 ID: 562

Planby PRO

Product Hunt

[Other] Build React Timeline today, fast and simple Planby PRO is a React component for building complex timelines and schedules. Features include drag & drop (internal & external), timezones, multiple days, day ranges, vertical/horizontal views, fast virtual rendering, and easy 3rd-party integration.

Found: July 29, 2025 ID: 563

SideNotes

Product Hunt

[Other] Quick notes on screen edge SideNotes is a quick-access notes app that lives on the side of your screen. Always available, even in full screen. Format text with Markdown (markup stays hidden), make task lists, customize with themes and lots of settings, sync via iCloud.

Found: July 29, 2025 ID: 567

[Other] Free online dog breed recognition Use AI technology to identify dog breeds for free. Upload photos to quickly identify your dog's breed. Supports hundreds of dog breeds with 99% accuracy.

Found: July 29, 2025 ID: 571

[API/SDK] Best API for Amazon Data Extraction Our Real-Time Amazon Data API is designed to deliver precise and reliable information from Amazon marketplaces worldwide.

Found: July 29, 2025 ID: 572

[Other] Show HN: Kiln – AI Boilerplate with Evals, Fine-Tuning, Synthetic Data, and Git I noticed there weren&#x27;t boilerplates for AI projects like there were for web apps, so I built one. Same idea - everything you need to get a project up and running quickly. However, instead of web-framework&#x2F;CSS&#x2F;DB, it&#x27;s tools for AI projects: evals, synthetic data gen, fine-tuning, and more.<p>Kiln is a free, open tool that gives you everything most AI projects need in one integrated package:<p>- Eval system: including LLM-as-judge evals, eval data generation, human baselines<p>- Fine-tuning: proxy to many fine-tuning providers like Fireworks&#x2F;Together&#x2F;OpenAI&#x2F;Unsloth<p>- Synthetic data generation: deeply integrated into evals and fine-tuning<p>- Model routing: 12 providers including Ollama, OpenRouter, and more<p>- Git-based collaboration: projects are designed to be synced through your own git server<p>The key insight is that these tools work much better when they&#x27;re integrated. For example, the synthetic data generator knows whether you&#x27;re creating data for evals vs. fine-tuning (which have very different data needs), and evals can automatically test different prompt&#x2F;model&#x2F;fine-tune combinations.<p>It runs entirely locally - your project data stays in local files, and you control your own git repos. No external services required (though it integrates with them if you want).<p>Main project GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;Kiln-AI&#x2F;Kiln">https:&#x2F;&#x2F;github.com&#x2F;Kiln-AI&#x2F;Kiln</a><p>Demo GitHub where I use it to build a &#x27;natural language to ffmpeg command&#x27; demo with evals, fine-tunes, and synthetic data (including demo video): <a href="https:&#x2F;&#x2F;github.com&#x2F;Kiln-AI&#x2F;demos&#x2F;blob&#x2F;main&#x2F;end_to_end_project_demo&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;Kiln-AI&#x2F;demos&#x2F;blob&#x2F;main&#x2F;end_to_end_projec...</a>

Found: July 28, 2025 ID: 555

[Other] Replacing cron jobs with a centralized task scheduler

Found: July 28, 2025 ID: 612

[Other] Show HN: I built a free tool to find valuable expired domains using AI Hi HN,<p>I’ve been collecting and analyzing expired domains for years — especially those about to drop. Every day, tens of thousands expire. Most are junk, but a few still have traffic, backlinks, SEO value, or just great names. Finding them used to take hours.<p>Last week I put my internal tools online: <a href="https:&#x2F;&#x2F;pendingdelete.domains" rel="nofollow">https:&#x2F;&#x2F;pendingdelete.domains</a> No login, no paywall Updated daily Combines domain history, traffic, SEO data and AI-driven insights to identify valuable expirations The goal: help spot valuable domains quickly and skip the noise.<p>Still a work-in-progress — would love feedback: Is this useful? What signals or filters would you add? Any UI or speed improvements?<p>Thanks!

Found: July 28, 2025 ID: 556

[Other] The 500 AI Agents Projects is a curated collection of AI agent use cases across various industries. It showcases practical applications and provides links to open-source projects for implementation, illustrating how AI agents are transforming sectors such as healthcare, finance, education, retail, and more.

Found: July 28, 2025 ID: 551

[Other] Best and simplest tool for website change detection, web page monitoring, and website change alerts. Perfect for tracking content changes, price drops, restock alerts, and website defacement monitoring—all for free or enjoy our SaaS plan!

Found: July 28, 2025 ID: 547

[Other] Show HN: I made a tool to generate photomosaics with your pictures Hi HN!<p>I wanted to make some photomosaics for an anniversary gift, but I ended up building this tool and turning it into a website that anyone can use.<p>For those who don’t know, a photomosaic is an image made up of many smaller tile images, arranged in a way that forms a larger, recognisable picture.<p>The best part? Everything runs directly in your browser. No files are uploaded, and there’s no sign-up required.

Found: July 28, 2025 ID: 560

[API/SDK] Gamify your app with scratch-to-reveal magic ✨ Scratchify SDK lets you add scratch card rewards to any mobile app—boost engagement with surprise reveals, gamified loyalty perks, and custom designs. Easy to integrate, lightweight, and perfect for fintech, retail, and promotional campaigns.

Found: July 28, 2025 ID: 546

Helix

Product Hunt

[Other] The Intelligence Layer for Your Codebase Helix transforms codebase management with AI-powered docs, test generation & execution, smart refactors, visual dependency graphs, and runtime insights—helping teams onboard faster, refactor confidently, and ship high-quality code. Join the waitlist now.

Found: July 28, 2025 ID: 548

[Other] One-tap hours & billing app anHour is a simple time tracker for freelancers and side-hustlers. Log hours in seconds, auto-calculate payments, and send clean invoices—no clutter, no stress. Manage clients, stay organized, and get paid. One hour at a time.

Found: July 28, 2025 ID: 549

GitGoose

Product Hunt

[Other] GitGoose - Auto-Generate Your GitHub READMEs with AI GitGoose analyzes your public GitHub repository to automatically generate a detailed README.md tailored to your project. Get essential sections like installation, usage, and documentation, effortlessly!

Found: July 28, 2025 ID: 550

Skillpad

Product Hunt

[IDE/Editor] Build and customize your personal portfolio in minutes Skillpad is a clean yet powerful web-based portfolio editor that helps developers and creatives build and customize a personal website - fast. Instead of overwhelming users with endless widgets, Skillpad focuses on essential customization and speed.

Found: July 28, 2025 ID: 553

Anycoder

Product Hunt

[IDE/Editor] An open source vibe coding app An open source vibe coding app with AI-powered assistance, document processing, web search, and code generation capabilities.

Found: July 28, 2025 ID: 557

Vulnetic.ai

Product Hunt

[Other]  AI Agent for Penetration Testing AI agent that thinks, reasons, and executes penetration tests like an experienced security professional. PTJunior is a necessary companion for conducting security assessments in 2025.

Found: July 28, 2025 ID: 558

[Monitoring/Observability] Track Less. Achieve More. AxiDots is a powerful employee productivity and activity monitoring tool designed for modern teams. Track real-time workflows, get actionable team insights, and boost performance with ease. Simple setup, smart analytics, and a 14-day free trial to get started.

Found: July 28, 2025 ID: 559

ZUSE: IRC terminal client

Hacker News (score: 98)

[Other] ZUSE: IRC terminal client

Found: July 27, 2025 ID: 554

[Other] Show HN: Open-source physical rack-mounted GUI for home lab I have realized that a lot of people nowadays self-host services and set up home labs with mini racks.<p>One major pain point I have come across personally is to quickly get health status from self-hosted services and machines, and have the ability to headlessly control my Raspberry Pi inside a mini rack.<p>So It got me thinking about building a built-in GUI that users can easily add to their Raspberry Pi nodes in their (mini or full) racks or elsewhere.<p>I have previously designed this GUI for an open source project I have been working on (called Ubo pod: github.com&#x2F;ubopod) and decided to detach&#x2F;decouple the GUI into its own standalone module for this use case.<p>The GUI allows headless control of your Raspberry Pi, monitoring of system resources, and application status.<p>I am designing a new PCB and enclosure as part of this re-design to allow for a new form factor that mounts on server racks.<p>I am recording my journey of re-designing this and I would love to get early feedback from users to better understand what they may need or require from such a solution, specially on the hardware side.<p>The software behind the GUI is quite mature (<a href="https:&#x2F;&#x2F;github.com&#x2F;ubopod&#x2F;ubo_app">https:&#x2F;&#x2F;github.com&#x2F;ubopod&#x2F;ubo_app</a>) and you can actually try it right now without the hardware inside the web browser as shown in the video:<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=9Ob_HDO66_8" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=9Ob_HDO66_8</a><p>All PCB designs are available here:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ubopod&#x2F;ubo-pcb">https:&#x2F;&#x2F;github.com&#x2F;ubopod&#x2F;ubo-pcb</a>

Found: July 27, 2025 ID: 545

[Other] Show HN: Flyde 1.0 – Like n8n, but in your codebase Hi HN!<p>I&#x27;m excited to share Flyde 1.0. A big update to the open-source visual programming tool I launched here in March of last year (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39628285">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39628285</a>).<p>Since Flyde’s launch, there&#x27;s been a huge rise in demand for visual builders, especially for AI-heavy workflows. Visual-programming shines with async and concurrency-heavy logic, which describes most LLM chains perfectly.<p>A few months ago, I tried to capitalize on this trend by launching a commercial version of Flyde called Flowcode (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43830193">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43830193</a>). It didn&#x27;t go well. I learned the hard way that Flyde’s strength wasn&#x27;t just about flexibility or performance compared to tools like n8n. The real value was always how Flyde fits inside your <i>existing codebase</i>. The launch also helped me understand that there&#x27;s still a big gap: no tool really covers the full lifecycle, from rapid prototyping to deep integration, evaluation, and iteration inside your own projects.<p>So, over the last few months, I worked hard to polish Flyde: - Cleaned up and simplified the nodes API - Made it possible to fork any node for maximum flexibility - Launched a new online playground for quick experimenting and sharing (<a href="https:&#x2F;&#x2F;www.flyde.dev&#x2F;playground" rel="nofollow">https:&#x2F;&#x2F;www.flyde.dev&#x2F;playground</a>) - Created a new CLI tool to speed up development and setup - Fixed a ton of bugs - Simplified the UI&#x2F;UX to make it smoother and less confusing<p>There’s still a lot of missing stuff. Better templates, docs, and nodes, but I think it’s finally stable and useful enough to give it another shot.<p>My plan is to first make sure that Flyde is usable and valuable as an OS project, and then try to provide additional value via “Flyde Studio” - a SaaS that will help non-engineers iterate on Flyde flows from a web-app. Changes become a PR in the host repo.<p>I&#x27;d really love some honest feedback and hear whether Flyde resonates with an existing pain&#x2F;problem.<p>Check it out here: Playground: <a href="https:&#x2F;&#x2F;www.flyde.dev&#x2F;playground" rel="nofollow">https:&#x2F;&#x2F;www.flyde.dev&#x2F;playground</a><p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;flydelabs&#x2F;flyde">https:&#x2F;&#x2F;github.com&#x2F;flydelabs&#x2F;flyde</a><p>Looking forward to hearing your thoughts! - Gabriel

Found: July 27, 2025 ID: 539

[Code Quality] Show HN: Dlg – Zero-cost printf-style debugging for Go Hey HN,<p>I tend to use printf-style debugging as my primary troubleshooting method and only resort to gdb as a last resort.<p>While I like its ease of use printf debugging isn&#x27;t without its annoyances, namely removing the print statements once you&#x27;re done.<p>I used to use trace-level logging from proper logging libraries but adding trace calls in every corner quickly gets out of control and results in an overwhelming amount of output.<p>To scratch my own itch I created dlg - a minimal debugging library that disappears completely from production builds. Its API exposes just a single function, Printf [1].<p>dlg is optimized for performance in debug builds and, most importantly, when compiled without the dlg build tag, all calls are eliminated by the Go linker as if dlg was never imported.<p>For debug builds it adds optional stack trace generation configurable via environment variables or linker flags.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;vvvvv&#x2F;dlg">https:&#x2F;&#x2F;github.com&#x2F;vvvvv&#x2F;dlg</a><p>Any feedback is much appreciated.<p>[1]: Actually two functions - there&#x27;s also SetOutput.

Found: July 27, 2025 ID: 587

[Other] Performance and Telemetry Analysis of Trae IDE, ByteDance's VSCode Fork Hi HN, I was evaluating IDEs for a personal project and decided to test Trae, ByteDance&#x27;s fork of VSCode. I immediately noticed some significant performance and privacy issues that I felt were worth sharing. I&#x27;ve written up a full analysis with screenshots, network logs, and data payloads in the linked post.<p>Here are the key findings:<p>1. Extreme Resource Consumption: Out of the box, Trae used 6.3x more RAM (~5.7 GB) and spawned 3.7x more processes (33 total) than a standard VSCode setup with the same project open. The team has since made improvements, but it&#x27;s still significantly heavier.<p>2. Telemetry Opt-Out Doesn&#x27;t Work (It Makes It Worse): I found Trae was constantly sending data to ByteDance servers (byteoversea.com). I went into the settings and disabled all telemetry. To my surprise, this didn&#x27;t stop the traffic. In fact, it increased the frequency of batch data collection. The telemetry &quot;off&quot; switch appears to be purely cosmetic.<p>3. What&#x27;s Being Sent: Even with telemetry &quot;disabled,&quot; Trae sends detailed payloads including: Hardware specs (CPU, memory, etc.) Persistent user, device, and machine IDs OS version, app language, user name Granular usage data like time-on-ide, window focus state, and active file types.<p>4. Community Censorship: When I tried to discuss these findings on their official Discord, my posts were deleted and my account was muted for 7 days. It seems words like &quot;track&quot; trigger an automated gag rule, which prevents any real discussion about privacy.<p>I believe developers should be aware of this behavior. The combination of resource drain, non-functional privacy settings, and censorship of technical feedback is a major red flag. The full, detailed analysis with all the evidence (process lists, Fiddler captures, JSON payloads, and screenshots of the Discord moderation) is available at the link. Happy to answer any questions.

Found: July 27, 2025 ID: 538

[Other] Examples and tutorials to help developers build AI systems

Found: July 27, 2025 ID: 532

Tools

Product Hunt

[Other] Dev Tools Hub – Fast. Free. Online. Android Dev Hub – Tools Hub offers fast, free, browser-based tools for Android developers. From API testing to JSON formatting and more, it’s your go-to toolkit for clean, efficient workflows—no installs, no sign-ups, just productivity.

Found: July 27, 2025 ID: 533

Code Zode

Product Hunt

[Other] Master coding interviews queries with auto-generated Q&A Codezode helps developers practice real-world coding interview questions with AI-generated answers, flashcards, and mock sessions. With the help of Codezode, one can prepare him/herself for the upcoming coding related interviews.

Found: July 27, 2025 ID: 534

TextAlchemy

Product Hunt

[Other] The universal text transformer A free online tool for developers, writers, and anyone who works with text. Clean, reformat, and extract information from any text with ease. Features include case conversion, whitespace removal, AI-powered formatting, and data extraction. Email etc.

Found: July 27, 2025 ID: 535

DevOps Projects

Product Hunt

[Other] The Only Job Board Built Exclusively for DevOps Engineers Explore the latest DevOps job opportunities on our job board. Apply for DevOps, SRE, Cloud, Infrastructure, and Platform Engineering positions.

Found: July 27, 2025 ID: 536

[Other] AI-powered productivity dashboard with advanced focus tools. Tired of setting timers only to quit 10 minutes later? GetLockedIn is the new tab dashboard that builds a fortress around your focus. We don't just track your time; we help you build the discipline to respect it.

Found: July 27, 2025 ID: 537

Service Day

Product Hunt

[Other] Get reminders and keep your vehicles in perfect condition ServiceDay is a comprehensive fleet maintenance management system designed to automate vehicle service tracking, compliance monitoring, and preventive maintenance scheduling for fleet operators.

Found: July 27, 2025 ID: 540

Pump Parade

Product Hunt

[Other] AI-powered crypto research tools for smarter decisions Pump Parade is an AI-powered crypto discovery platform that helps traders find promising altcoins early. Access real-time data, advanced filters, sentiment data, and project analysis to separate real opportunities from hype. Make smarter decisions, faster.

Found: July 27, 2025 ID: 542

Docuforge

Product Hunt

[Other] Turn complex projects into clear, collaborative knowledge AI-powered documentation platform that combines Obsidian-like note-taking with real-time collaboration, GitHub sync, and agile team tools.

Found: July 27, 2025 ID: 543

[Other] Show HN: Cant, rust nn lib for learning Hey! This is something i have been working on. A tiny neural networking lib to learn how something like pytorch works, and to improve my own coding standards.

Found: July 27, 2025 ID: 579

[Other] Show HN: Convert from MIDI file to ASCII tablature (and more) Hi folks,<p>About seven months ago, via HN, I got nerdsniped into a silly guitar transcription problem and made a bunch of really senseless code but what came out of it was what I thought at the time could potentially be pretty useful - a guitar fretboard mapper and fingering scoring algorithm.<p>So as of yesterday morning I&#x27;ve finally put those bits of code to &quot;good&quot; use, creating gtrsnipe to convert between MIDI files (.mid) and ASCII tab (as well as VexTab and ABC notation) and any combination&#x2F;direction among the set of formats.<p>gtrsnipe tries to intelligently find the best neck and fingering positions using a note to fretboard mapper and a scoring algorithm that is unavoidably shaped by my subjective opinions and skills as a player but it does its best to avoid objectively impossible fingerings.<p>See the example tabs and usage in the README and please, try your own transcriptions from MIDI and if you love or hate the arrangement it gives you, I&#x27;d love to hear about it so I can further refine the scoring algorithm.<p>Thanks!

Found: July 27, 2025 ID: 541

[Other] Asyncio: A library with too many sharp corners

Found: July 26, 2025 ID: 528

[Other] The Sail instruction-set semantics specification language

Found: July 26, 2025 ID: 526

[Other] Show HN: I made a web app for structured podcast summaries Hey HN,<p>I follow a lot of podcasts and the episodes are often 2-3 hours long, so I made a web app that gives me a structured podcast summary with applicable habits and recommendations.<p>My goal isn’t to discourage you from listening to the podcast, but rather to help you decide whether the episode is worthwhile and to provide notes.<p>The endgame is to give you a personal feed of podcasts that you follow, maybe even deliver it to your inbox or via RSS.<p>My tech stack is quite simple - React Router(v7), node.js and PostgreSQL with Redis. I&#x27;m using OpenAI API to generate the summary from the episode transcript.

Found: July 26, 2025 ID: 529

keycloak/keycloak

GitHub Trending

[DevOps] Open Source Identity and Access Management For Modern Applications and Services

Found: July 26, 2025 ID: 518

UnF</>ckIt

Product Hunt

[IDE/Editor] Auto-save with version history Auto-save extension for code editors with version history. Never lose your code again - like Google Docs for developers.

Found: July 26, 2025 ID: 516

Figure

Product Hunt

[IDE/Editor] A vs code extension for creating diagrams and sketches Create beautiful diagrams and sketches directly in VS Code! Figure is a powerful drawing extension that brings the full capabilities of Excalidraw right into your editor.

Found: July 26, 2025 ID: 517

PhantomDrop

Product Hunt

[Other] Secure file transfer web app. Code based file transfer web app build with React.js, Express.js and Mongodb.

Found: July 26, 2025 ID: 519

DevComm

Product Hunt

[Other] The most attractive coding platform on the planet DevComm - The social coding platform where young developers code, share, and connect. Create stunning visuals, share your code stories, and build your developer network.

Found: July 26, 2025 ID: 520

[Other] Configure MikroTik devices with ease TikApp is the official MikroTik mobile app for managing routers and wireless devices. Scan, connect, configure, and monitor your network — all from your phone. Ideal for network admins and MikroTik pros on the go.

Found: July 26, 2025 ID: 521

Shuffle CLI

Product Hunt

[CLI Tool] Stunning UIs in Shuffle, full control in Cursor Create stunning UIs in Shuffle, then take full control with Cursor. Sync projects locally and accelerate your workflow — all powered by the Shuffle CLI.

Found: July 26, 2025 ID: 522

[API/SDK] Better POI data for better app experiences Foursquare Places API gives developers access to the world’s most trusted and comprehensive POI data to power location-based experiences. Built on a geospatial database of over 100M points of interest across 200 countries, with 1B human verified check-ins.

Found: July 26, 2025 ID: 523

[DevOps] Deploy Docker apps instantly—no Kubernetes, no YAML. Deploy Docker containers in seconds—no Kubernetes, no YAML. Just docker run. Built for developers. Watch: https://www.youtube.com/watch?v=1hxX6vjQviw 🧪 Use code START50 for $50 credit. Docs: https://instantly.run/docs Chat: https://discord.gg/7rqVMW35ut

Found: July 26, 2025 ID: 524

Scop.ai

Product Hunt

[Other] Generate task & model specific system prompts in seconds Generate task & model specific AI system prompts for leading LLMs, browse over 200 tested prompt templates, and collaborate on prompts with team members through shared prompt collections.

Found: July 26, 2025 ID: 525

[Other] We build Coinbase-like crypto exchanges ready to launch We develop Coinbase Clone Scripts with scalable microservices, secure Node.js backends, and multi-chain wallet integration. Built with GraphQL APIs and advanced trading engines, our scripts ensure rapid launch and high performance from day one.

Found: July 26, 2025 ID: 527

Deployi

Product Hunt

[Build/Deploy] #deployi Deployi is your all-in-one platform to deploy, manage, and scale any kind of application effortlessly. Whether you're deploying a simple web app or a complex microservices architecture, Deployi handles it all with speed, security, and flexibility

Found: July 26, 2025 ID: 530

[Other] 50x rendering speed improvements in Hologram (Elixir web framework)

Found: July 26, 2025 ID: 566

Show HN: The Montana MiniComputer

Hacker News (score: 46)

[Other] Show HN: The Montana MiniComputer Hey HN, we just released the 1.0 of the MonTana Mini Computer (MTMC-16), a virtual teaching computer to help students understand how low level computing works. It is a 16 bit computer with only 4k of ram, but we&#x27;ve made some design choices that help maximize what you can accomplish with the limited hardware<p><a href="https:&#x2F;&#x2F;mtmc.cs.montana.edu&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mtmc.cs.montana.edu&#x2F;</a><p>It is written in java (sorry) and provides a web interface that has:<p>- a blinken-lighten display for registers<p>- a memory view with different filters you can apply<p>- a Gameboy-like game pad<p>- a console you can use to interact with the computer (including running assembly instructions directly)<p>- a file browser with an integrated editor for editing file<p>So everything you need to get going on low level programming.<p>It includes some sample code, including snake and conway&#x27;s game of life, in the &#x2F;src directory.<p>You can watch a quick start video here: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=m_6pZ_sT3y0" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=m_6pZ_sT3y0</a><p>We have the start of a C compiler for the machine, but that&#x27;s still a work in progress. We plan on improving the interactivity and visual feedback over the next few months, so any feedback you can give us would be very much appreciated!

Found: July 25, 2025 ID: 510

twbs/bootstrap

GitHub Trending

[Other] The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

Found: July 25, 2025 ID: 507

tensorzero/tensorzero

GitHub Trending

[Other] TensorZero is an open-source stack for industrial-grade LLM applications. It unifies an LLM gateway, observability, optimization, evaluation, and experimentation.

Found: July 25, 2025 ID: 506

semgrep/semgrep

GitHub Trending

[Code Quality] Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.

Found: July 25, 2025 ID: 505

[Other] Show HN: I built a biological network visualization tool I&#x27;ve been working on nodes.bio - an interactive tool for visualizing biological networks and systems thinking. The tool features interactive network visualization powered by Cytoscape.js, with real-time graph editing and manipulation capabilities. It supports JSON import&#x2F;export and provides a responsive design that works seamlessly on the desktop (mobile-friendly version coming later).<p>The tech stack combines modern frontend technologies with robust backend architecture. The frontend uses Next.js 14 with TypeScript and Cytoscape.js for the visualization engine. The backend is built with FastAPI and Python.<p>The featured demo showcases a Traumatic Brain Injury Nasal Spray mechanism of action visualization, demonstrating the tool&#x27;s capability to handle complex biological pathway mapping.<p>You can explore the live demo at &lt;<a href="https:&#x2F;&#x2F;nodes.bio" rel="nofollow">https:&#x2F;&#x2F;nodes.bio</a>&gt; to see the TBI Nasal Spray visualization in action, along with other biological network examples.<p>I&#x27;d love feedback on the visualization capabilities or any suggestions for biological data integration. What do you think?

Found: July 25, 2025 ID: 515

[Other] Terminal app can now run full graphical Linux apps in the latest Android Canary

Found: July 25, 2025 ID: 552

[IDE/Editor] AI Coding + Visual Cloud IDE AI Coding paired with a visual development IDE – merging intelligent coding assistance with intuitive visual programming tools for a smoother, more efficient development experience.

Found: July 25, 2025 ID: 503

camelAI Embedded

Product Hunt

[Other] Embed chat with your data in your product Embed AI analytics chat in your product in minutes. camelAI API + iframe lets users chat with their data, get instant insights & charts. Connect any database. Start free.

Found: July 25, 2025 ID: 504

Nova 13

Product Hunt

[IDE/Editor] The native Mac code editor that's fast and amazing A beautiful, fast, flexible, native Mac code editor from Panic. Nova features smart autocomplete, multiple cursors, Git integration, robust build/run tasks, and an in-app extension marketplace for ultimate developer workflows.

Found: July 25, 2025 ID: 509

LoomGraph

Product Hunt

[Other] Visual node editor for game logic and data flows Built for game developers drowning in JSON files. Design quest systems, dialogue trees, AI behaviors, or any branching logic visually. Export clean data structures that work with Unity, Unreal, Godot, or any engine.

Found: July 25, 2025 ID: 514

[Other] Asciinema: Record and share your terminal sessions

Found: July 25, 2025 ID: 500

[Other] Graphene OS: a security-enhanced Android build

Found: July 24, 2025 ID: 494

[Other] Building MCP servers for ChatGPT and API integrations

Found: July 24, 2025 ID: 496

[Database] Show HN: Zu – A minimalist key-value database engine for modern applications

Found: July 24, 2025 ID: 502

[Other] How I fixed my blog's performance issues by writing a new Jekyll plugin

Found: July 24, 2025 ID: 544

[IDE/Editor] Show HN: A code editor that integrates into the browser When the startup I was working for shut down, I knew it would probably be a while before my health allowed me to commit to a new role, so I decided to start working on some personal projects to keep my mind active and engaged.<p>With AI-augmented VS Code forks being all the rage at the time, I wanted to take a slightly different angle on a code editor&#x2F;viewer using the same core technology. That led me to building Tachi Code, a Monaco-based code editor that integrates directly into your browser as an extension to streamline your more ephemeral coding tasks, so you can spend less time switching between your code editor and browser.<p>The original flow that piqued my interest was viewing raw source files or API responses. Historically, I&#x27;ve used a JSON formatter extension to prettify JSON, but I wanted something more powerful, more universal, and quite frankly, something that looked better, so I built Tachi Code with the ability to detect when you&#x27;re viewing pre-formatted text and inject itself into the page, so it&#x27;s always beautifully syntax highlighted, foldable, and regex searchable. Then I added context menu integrations, so you could quickly edit snippets, compare text, or view the current page&#x27;s source in Tachi Code&#x27;s editor.<p>The browser extension works offline with the only external HTTP requests going to GitHub to retrieve JSON Schemas or additional themes. All user data stays local. The only tracking is CloudFlare&#x27;s web analytics beacon on TachiCode.dev (not present in the browser extension or in the EU).<p>TachiCode.dev is a sandbox environment that serves the latest commit of Tachi Code&#x27;s editor hosted on CloudFlare Pages.<p>The core stack is: - React 19 - Monaco Editor - Radix UI - Zustand - Shiki - WXT (full SBOM is available via the about dialog if you want to dig deeper)<p>Monaco Editor provides the code and diff editors, as well as low level systems for configuration and theming. There&#x27;s a lot of hackery involved in surfacing those systems and integrating them into the larger React app. Shiki is used to provide more complete syntax highlighting than Monaco Editor provides out of the box. The rest of the UI is primarily based on Radix UI components, typically starting from a shadcn template and then reworked to use colors provided by the theme system. Zustand is my go-to for any kind of shared&#x2F;persistent state. WXT just turns browser extension development and publishing into a breeze.<p>If you&#x27;ve got any feedback or a question about how the app was developed, I&#x27;d love to hear it!

Found: July 24, 2025 ID: 491

[Other] Show HN: Product as Code – YAML-based product management for AI coding workflows I have worked with AI assistants for a while, and while I am really excited about it, there were times when I felt really frustrated. LLM would end up in a loop with no end.<p>This is when I started experimenting with creating work plans. Initially simple todo list, but it felt like &quot;product vibing&quot;, so a bit more sophisticated later on. I started seeing value in it.<p>The one day it hit me. Why not use the same GitOps principles to managing product tickets? I started playing with that and really liked the way it worked.<p>After a chat with a friend of mine, I realised that a standard or a spec would be something really useful. You could then create all sort of tooling around this.<p>I took an inspiration from the way kubernetes yaml are used, cause I find it quite neat.<p>You can view examples here: <a href="https:&#x2F;&#x2F;spec.productascode.org&#x2F;draft&#x2F;#sec-Epic-Example-YAML-" rel="nofollow">https:&#x2F;&#x2F;spec.productascode.org&#x2F;draft&#x2F;#sec-Epic-Example-YAML-</a><p>Key design decisions so far:<p>1. YAML over JSON: Human-readable, git-diff friendly, excellent tooling ecosystem 2. Hierarchical structure: Epics → Tickets → Tasks (matches development workflow) 3. Atomic tickets: Each ticket = one branch = one PR (prevents scope creep) 4. ISO 8601 timestamps&#x2F;durations: Machine-parseable time data<p>If I manage to create an epic with a bunch of tickets in backlog, then my favourite part of work is to tell Claude Code: &quot;Close the current ticket, and start another one&quot;.<p>Here is the link to the post which has links to draft spec and GitHub repository.<p>Currently working on v0.1.0 and I would love to hear your thoughts.<p><a href="https:&#x2F;&#x2F;mantcz.com&#x2F;blog&#x2F;introducing-product-as-code&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mantcz.com&#x2F;blog&#x2F;introducing-product-as-code&#x2F;</a>

Found: July 24, 2025 ID: 512

[Other] Show HN: Nia – MCP server that gives more docs and repos to coding agents Hi HN, I’m Arlan, and I built Nia (<a href="https:&#x2F;&#x2F;www.trynia.ai" rel="nofollow">https:&#x2F;&#x2F;www.trynia.ai</a>), an open MCP that integrates with coding agents like Cursor, Continue, and Cline so they can retrieve external knowledge better than current approaches.<p>Coding agents generate code well but lose accuracy when the answer lives outside the repo in front of them. Developers end up pasting GitHub links, docs, and blog posts by hand and hoping the agent scrolls far enough. Long context windows help, but recent “context rot” measurements show quality still drops as prompts grow. For example, in LongMemEval, all models scored much higher on focused (short, relevant) prompts (~300 tokens) than on full (irrelevant, 113k tokens) prompts, with performance gaps persisting even in the latest models (<a href="https:&#x2F;&#x2F;research.trychroma.com&#x2F;context-rot" rel="nofollow">https:&#x2F;&#x2F;research.trychroma.com&#x2F;context-rot</a>).<p>Nia is a MCP that gives more context to any coding agent or IDE. It Indexes multiple repos and docs sites and makes this available via MCP to your coding agent so it has much more context to work with, giving you more specific and accurate answers.<p>Nia uses a hybrid code search architecture that combines graph-based structural reasoning with vector-based understanding. When a repo or documentation is ingested, Tree-sitter parses it into ASTs across 50+ languages and natural languages, and the code is chunked by function&#x2F;class boundaries into stable, content-addressable units. These chunks are stored both in a graph db to model relationships like function calls and class inheritance, and in a vector store. At query time, a lightweight agent with give_weight tool dynamically assigns weights between graph and vector search based on intent (e.g., &quot;who calls X&quot; vs &quot;how does auth work&quot;), and both paths are searched in parallel. Results are fused, enriched with full code context, and passed through multi-stage rerankers: semantic reranker, cross-encoders, LLM-based validators.<p>Early Signal: In internal evals we improved Cursor’s performance by 27 % once Nia had indexed external docs models couldn’t get from their training data or searching the web.<p>Quickstart: &lt;<a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=5019k3Bi8Wo" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=5019k3Bi8Wo</a>&gt; Demo: &lt;<a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Y-cLJ4N-GDQ" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Y-cLJ4N-GDQ</a>&gt;<p>To try it out: grab an API key at <a href="https:&#x2F;&#x2F;app.trynia.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;app.trynia.ai&#x2F;</a> and follow instructions at <a href="https:&#x2F;&#x2F;docs.trynia.ai&#x2F;integrations&#x2F;nia-mcp" rel="nofollow">https:&#x2F;&#x2F;docs.trynia.ai&#x2F;integrations&#x2F;nia-mcp</a>.<p>Try it and break it! I’d love to know which contexts your agent still misses. Corner cases, latency issues, scaling bugs. I’m here 24&#x2F;7.<p>Thanks!

Found: July 24, 2025 ID: 490

[Other] Show HN: YouTubeTLDR – A lightweight, self-hosted YouTube summarizer in Rust There are many commercial YouTube summarizers, but I couldn&#x27;t find an open-source one that truly fit my needs. So, I built YouTubeTLDR: a simple, self-hostable solution that uses the Gemini API without much bloat.<p>I went with a synchronous approach + threading which was a nice break from Tokio.<p>It is Bring Your Own Key, but the key is sent to the server for each request, which is something I might revise in the future.<p>There is a demo on <a href="https:&#x2F;&#x2F;youtubetldr.onrender.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;youtubetldr.onrender.com&#x2F;</a>

Found: July 24, 2025 ID: 513

BerriAI/litellm

GitHub Trending

[API/SDK] Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, Replicate, Groq]

Found: July 24, 2025 ID: 481

[Code Quality] Detekt – A static code analyzer for Kotlin

Found: July 24, 2025 ID: 482

Higgs Audio v2

Product Hunt

[Other] Lifelike, emotionally competent voice generation Higgs Audio v2 by BosonAI is a powerful open-source audio foundation model. It excels at generating expressive, multi-speaker dialogues and long-form audio. It outperforms GPT-4o-mini-tts on emotion benchmarks and is now available for developers.

Found: July 24, 2025 ID: 476

ToMarkdown

Product Hunt

[Other] Professional online markdown conversion tools ToMarkdown provides professional online Markdown conversion services, supporting HTML to Markdown, URL to Markdown, Word to Markdown, PDF to Markdown, and more.

Found: July 24, 2025 ID: 477

PHANTOM

Product Hunt

[Other] Prompt and run full-stack web apps and mobile apps. Build full-stack web apps and mobile apps with AI and deploy them on the click of a button

Found: July 24, 2025 ID: 478

ResuMate

Product Hunt

[Other] AI-Powered Resume Builder ResuMate is an AI-powered platform for building professional, ATS-friendly resumes with live editing, smart formatting, and real-time feedback.

Found: July 24, 2025 ID: 479

[Other] Professional-grade cryptographic tools for All. PyCrypt by Pyzit offers a full suite of encryption, hashing, digital signature, and blockchain tools for developers, engineers, and cybersecurity professionals.

Found: July 24, 2025 ID: 480

Raq.com

Product Hunt

[Other] The fastest way to build internal tools Raq.com is the fastest way to build internal tools with vibe coding. Zero coding knowledge required, changes are live instantly.

Found: July 24, 2025 ID: 483

[Other] No code algo trading platform Bulltrek is a no-code algorithmic trading platform for the crypto and Indian Stock Markets Providing traders with many features like -No Code Strategy creator bot -Pre-built trading bots -Backtesting & Paper trading -KYC Verified Marketplace & Copy trading

Found: July 24, 2025 ID: 484

Cloudscore

Product Hunt

[Other] AI-powered cloud cost optimization CloudScore.ai helps engineering, DevOps, and FinOps teams slash cloud costs with AI-driven insights, automation, and multi-cloud visibility. Track, analyze, and optimize AWS, Azure & GCP usage—without endless dashboards or manual configs.

Found: July 24, 2025 ID: 485

Uptrace v2.0

Product Hunt

[Monitoring/Observability] Next-gen observability with 10x faster queries Revolutionary observability platform with JSON-native storage, multi-project management and real-time data transformations. Built on ClickHouse for enterprise-scale performance with intuitive developer experience.

Found: July 24, 2025 ID: 486

Elastic Copilot

Product Hunt

[IDE/Editor] AI coding agent for VS code Elastic Copilot is an AI agent for VS Code that codes end‑to‑end. It plans and writes features, understands huge codebases, fixes bugs, writes docs and runs browser, terminal and CI tasks. Built on Claude, GPT and Gemini; full‑context coding.

Found: July 24, 2025 ID: 487

Naiad Lens

Product Hunt

[IDE/Editor] Stop coding blind. See every flow in one click. Naiad Lens is an IDE plugin that auto-draws interactive architecture, sequence, and file-level diagrams. Click any node to open the exact line of code. Understand legacy projects, onboard faster, and navigate like you’ve been there before.

Found: July 24, 2025 ID: 488

[Other] Learn, build, and connect with builders in the AWS community Start here. Go anywhere. Welcome to AWS Builder Center, the go-to site for builders to learn, grow, and connect with the AWS community.

Found: July 24, 2025 ID: 492

GitHub Spark

Product Hunt

[Other] AI platform for building + deploying full-stack apps GitHub Spark helps you transform your ideas into full-stack intelligent apps and publish with a single click.

Found: July 24, 2025 ID: 497

Tinybird Code

Product Hunt

[CLI Tool] The AI ClickHouse® expert you don't have to hire Tinybird Code is a CLI agent with deep ClickHouse knowledge. Use it to develop, deploy, iterate, optimize, and scale your real-time data pipelines - from idea to production and beyond.

Found: July 24, 2025 ID: 498

Cursor Memories

Product Hunt

[CLI Tool] Memory system for Cursor agents A CLI tool for storing and searching development memories, insights, and patterns using Cursor Rules, Supabase, and OpenAI embeddings.

Found: July 24, 2025 ID: 499

16colo.rs: ANSI/ASCII art archive

Hacker News (score: 35)

[Other] 16colo.rs: ANSI/ASCII art archive

Found: July 24, 2025 ID: 531

[Monitoring/Observability] Show HN: TheProtector – Linux Bash script for the paranoid admin on a budget Hi HN,<p>I spent the past year building this in my spare time because I got tired of enterprise security tools that cost $50K&#x2F;year and don&#x27;t understand Linux.<p>TheProtector is a comprehensive security monitoring tool that actually runs on the systems we use (Linux) instead of being a Windows-first afterthought. Built it entirely on a $500 laptop because I believe good security shouldn&#x27;t require unlimited budgets.<p>Features: - Real-time process, network, and file monitoring - YARA malware detection with custom rules - eBPF kernel monitoring (when available) - Behavioral baseline establishment and anomaly detection - Active threat response (blocks IPs, kills processes, quarantines files) - Anti-evasion detection for rootkits and advanced threats - Honeypots for attack detection - Web dashboard for monitoring - Single bash script, no complex installation<p>The tagline is &quot;not perfect but better than most&quot; because I&#x27;m tired of security vendors claiming their tools are flawless. This actually works, costs $0, and you can read every line of code.<p>I know bash isn&#x27;t the sexy choice for security tools, but it runs everywhere, has zero dependencies, and most Linux admins can read&#x2F;modify it. Sometimes boring technology that works is better than fancy technology that doesn&#x27;t.<p>It&#x27;s designed for the intersection of &quot;paranoid about security&quot; and &quot;don&#x27;t have enterprise budgets&quot; - which describes most of us actually running Linux systems.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;IHATEGIVINGAUSERNAME&#x2F;theProtector">https:&#x2F;&#x2F;github.com&#x2F;IHATEGIVINGAUSERNAME&#x2F;theProtector</a><p>Been running it on my own systems for months. Catches the stuff that matters and doesn&#x27;t flood you with false positives. If you hate expensive security theater as much as I do, might be worth a look.<p>Open to feedback, especially from folks who know more about this stuff than I do.<p>Thanks, IHATEGIVINGAUSERNAME (yes, I really do hate giving usernames)

Found: July 23, 2025 ID: 469

[Other] Hyperpb: 10x faster dynamic Protobuf parsing that's faster than generated code

Found: July 23, 2025 ID: 464

[Other] FastVLM: Efficient Vision Encoding for Vision Language Models

Found: July 23, 2025 ID: 470

[Other] Show HN: The missing link of a bookstore's tech stack Hi HN!<p>I built Bookhead because I used to work as a bookseller and I wasn&#x27;t happy with the software options when I decided to sell my own collection online (with the hopes of one day growing so I can open my own brick &amp; mortar). So I decided to make my own bookselling app...a classic hacker distraction.<p>Bookhead has two main parts: 1. an inventory management app that allows a bookseller to list their books anywhere they want to sell books (like Squarespace, Biblio, eBay, Shopify (coming soon!), etc) 2. an e-commerce platform with a CMS for selling books and letting a store control their online brand<p>I have a very exciting roadmap that I&#x27;m not ready to fully reveal, but it&#x27;s all based on books. I&#x27;m building a sorta Zapier-like platform for independent booksellers. Everything is so fragmented and disconnected, which makes it hard for booksellers to do their work. I&#x27;m hoping to change that. I have a blog post that lays out my vision here: <a href="https:&#x2F;&#x2F;bookhead.net&#x2F;blog&#x2F;fragmented&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bookhead.net&#x2F;blog&#x2F;fragmented&#x2F;</a><p>The current iteration is like &quot;data engineering as a service for books.&quot; A book is a powerful thing. I&#x27;m hoping to give a bookstore everything they need to sell books online. Inventory, e-commerce, marketing, etc. It&#x27;s a crowded market but I&#x27;ve had fun making the bookselling app that I believe should exist.<p>If you know any booksellers, please let them know about this! I&#x27;m onboarding my first customer right now and the biggest bottleneck is the other bookselling software providers, despite my intention to collaborate instead of compete. It&#x27;s frustrating to wait for two weeks for a point of sale provider to setup an integration. It&#x27;s almost like they don&#x27;t care about their customers. Some providers even require ethernet cables for their software...still partying like it&#x27;s 1999. Perfect for early-adopter booksellers frustrated with current tech who understand the power of automation.<p>I&#x27;m currently looking for funding so I can focus on this full-time. My biggest problem right now is time (aka money) because I have to sell my time to make rent etc, and can&#x27;t focus on this project like I need to. I&#x27;ve gotten good validation from booksellers and other technically savvy folks in the industry (I&#x27;ve heard from two different companies that they&#x27;ve considered building something like this), so I believe I have something valuable. I&#x27;m not interested in funding from somebody who doesn&#x27;t share my love for books or doesn&#x27;t support my mission: help people use technology to promote literature. I believe that literature is one of humanity’s most prized creations, and we can use technology as a tool to keep this gift alive.<p>Please email me at sam@bookhead.net if you know of booksellers who might want to be an early adopter, or know of any funding opportunities that might be a good fit.

Found: July 23, 2025 ID: 465

Building better AI tools

Hacker News (score: 228)

[Other] Building better AI tools

Found: July 23, 2025 ID: 468

[Other] Show HN: Self-updating MCP server for official pip, uv, poetry and conda docs

Found: July 23, 2025 ID: 466

[Other] Show HN: Bskysrch – An Advanced Search for Bluesky Hi HN,<p>I missed proper search on Bluesky, like Twitter used to have, so I built this. You can filter posts and profiles by keyword, handle, time and other search operators.<p>Would love feedback or ideas for what to add next.

Found: July 23, 2025 ID: 471

[Other] Manticore Search: Fast, efficient, drop-in replacement for Elasticsearch

Found: July 23, 2025 ID: 461

[Other] Reverse engineering GitHub Actions cache to make it fast

Found: July 23, 2025 ID: 460

jj-vcs/jj

GitHub Trending

[Other] A Git-compatible VCS that is both simple and powerful

Found: July 23, 2025 ID: 456

Sjj1024/PakePlus

GitHub Trending

[Other] Turn any webpage/Vue/React and so on into desktop and mobile app under 5M with easy in few minutes. 轻松将任意网站/Vue/React等项目构建为轻量级(小于5M)多端桌面应用和手机应用仅需几分钟.https://ppofficial.netlify.app

Found: July 23, 2025 ID: 455

[Other] Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.

Found: July 23, 2025 ID: 454

moby/moby

GitHub Trending

[DevOps] The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

Found: July 23, 2025 ID: 453

[Other] Show HN: Tool to discover bloggers, trending blog topics, and weekly summaries

Found: July 23, 2025 ID: 462

[Other] Compress 3D files in seconds. No quality loss. Speed up your 3D experiences with our online GLB/GLTF compressor. Reduce file size without losing quality — perfect for AR, Web, eCommerce, and developers. Free, fast, and super easy to use. Try it now in 1 click!

Found: July 23, 2025 ID: 451

DevTag

Product Hunt

[Other] Linktree for devs | dev bio | portfolio devs DevTag is the best Linktree alternative for developers. Create your personalized bio, online portfolio, and link hub made for programmers. Showcase your GitHub, LinkedIn, and projects on a single professional page.

Found: July 23, 2025 ID: 452

Augments

Product Hunt

[Other] Supercharge Claude Code with Framework Context Transform your Claude Code experience with Augments MCP Server. Get intelligent, context-aware code generation for 90+ frameworks including React, Next.js, Tailwind CSS, Laravel, FastAPI, and more with real-time documentation access.

Found: July 23, 2025 ID: 457

[Testing] Seamless QA. Smarter Testing. Powered by Jira Simplify your QA testing workflow with AIOTest's comprehensive Jira app. Manage test cases, execute tests, and track bugs efficiently.

Found: July 23, 2025 ID: 458

Giti

Product Hunt

[CLI Tool] CLI for Natural language Git commands using a local LLM Giti turns natural language into Git commands using a local LLM (Qwen2.5-Coder, ~1GB). No internet or API keys needed. Works offline, supports dry-run, interactive shell, and custom context files for project-specific Git workflows

Found: July 23, 2025 ID: 459

FindPartner.App

Product Hunt

[Other] I am building a platform to find cofounders The simple way for people with ideas can get in touch with investors, co-founders or business partners.

Found: July 23, 2025 ID: 463

Qwen3-Coder

Product Hunt

[CLI Tool] A powerful open model for agentic coding tasks Qwen3-Coder is a new 480B MoE open model (35B active) by the Qwen team, built for agentic coding. It achieves SOTA results on benchmarks like SWE-bench, supports up to 1M context, and comes with an open-source CLI tool, Qwen Code.

Found: July 23, 2025 ID: 467

Toney v2

Product Hunt

[CLI Tool] Toney is a fast, lightweight, terminal-based note-taking app Toney is a fast, lightweight, terminal-based note-taking app for the modern developer. Built with Bubbletea, Toney brings a sleek TUI interface with markdown rendering, file navigation, and native Neovim editing – all in your terminal.

Found: July 23, 2025 ID: 472

[Other] Scalable blockchain APIs with a flat monthly fee Forget unpredictable usage-based costs for your blockchain APIs. Choose a flat-fee plan on Chainstack Unlimited Node and run hassle-free on globally distributed, ultra-reliable, load-balanced RPC infrastructure with 99.99%+ uptime for projects of any size.

Found: July 23, 2025 ID: 473

OutlineForge

Product Hunt

[Other] Turn Your Blog Ideas Into Structured, Outlines in Instant. OutlineForge Pro is a downloadable desktop tool that turns your blog ideas into structured, SEO-ready outlines — with zero subscriptions, zero cloud, and total control.

Found: July 23, 2025 ID: 474

[API/SDK] CAMARA: Open-source API for telecom and 5G networks

Found: July 23, 2025 ID: 448

p1ngul1n0/blackbird

GitHub Trending

[Other] An OSINT tool to search for accounts by username and email in social networks.

Found: July 23, 2025 ID: 445

[Other] Show HN: Any-LLM – Lightweight router to access any LLM Provider We built any-llm because we needed a lightweight router for LLM providers with minimal overhead. Switching between models is just a string change : update &quot;openai&#x2F;gpt-4&quot; to &quot;anthropic&#x2F;claude-3&quot; and you&#x27;re done.<p>It uses official provider SDKs when available, which helps since providers handle their own compatibility updates. No proxy or gateway service needed either, so getting started is pretty straightforward - just pip install and import.<p>Currently supports 20+ providers including OpenAI, Anthropic, Google, Mistral, and AWS Bedrock. Would love to hear what you think!

Found: July 22, 2025 ID: 440

[Other] Show HN: Go Command-streaming lib for distributed systems (3x faster than gRPC) I created cmd-stream-go, a high-performance client-server library based on the Command Pattern, where Commands are first-class citizens.<p>Why build around Commands? As serializable objects, they can be sent over the network and persisted. They also provide a clean way to model distributed transactions through composition, and naturally support features like Undo and Redo. These qualities make them a great fit for implementing consistency patterns like Saga in distributed systems.<p>On the performance side, sending a Command involves minimal overhead — only its type and data need to be transmitted. In benchmarks focused on raw throughput (measured using 1, 2, 4, 8, and 16 clients in a simple request&#x2F;response scenario), <i>cmd-stream&#x2F;MUS</i> (<i>cmd-stream&#x2F;Protobuf</i>) is about 3x (2.8x) faster than <i>gRPC&#x2F;Protobuf</i>, where <i>MUS</i> is a serialization format optimized for low byte usage. This kind of speedup can make a real difference in high-throughput systems or when you&#x27;re trying to squeeze more out of limited resources.<p>By putting Commands at the transport layer, cmd-stream-go avoids the extra complexity of layering Command logic on top of generic RPC or REST.<p>The trade-offs: it’s currently Go-only and maintained by a single developer.<p>If you’re curious to explore more, you can check out the cmd-stream-go repository (<a href="https:&#x2F;&#x2F;github.com&#x2F;cmd-stream&#x2F;cmd-stream-go">https:&#x2F;&#x2F;github.com&#x2F;cmd-stream&#x2F;cmd-stream-go</a>), see performance benchmarks (<a href="https:&#x2F;&#x2F;github.com&#x2F;ymz-ncnk&#x2F;go-client-server-benchmarks">https:&#x2F;&#x2F;github.com&#x2F;ymz-ncnk&#x2F;go-client-server-benchmarks</a>), or read the series of posts on Command Pattern and how it can be applied over the network (<a href="https:&#x2F;&#x2F;medium.com&#x2F;p&#x2F;f9e53442c85d" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;p&#x2F;f9e53442c85d</a>).<p>I’d love to hear your thoughts — especially where you think this model could shine, any production concerns, similar patterns or tools you’ve seen in practice.<p>Feel free to reach me as <i>ymz-ncnk</i> on the Gophers Slack or follow <a href="https:&#x2F;&#x2F;x.com&#x2F;cmdstream_lib" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;cmdstream_lib</a> for project updates.

Found: July 22, 2025 ID: 441

[CLI Tool] Show HN: Giti – Natural Language to Git Commands with Local LLM Hi HN,<p>I built Giti, a command-line tool that converts plain English into actual Git commands using a fast, local language model (Qwen2.5-Coder, ~1 GB).<p>Example:<p>Input: giti &quot;undo last commit&quot;<p>Output: git reset --soft HEAD~1<p>No internet required after setup. No API keys. You can also run it in an interactive shell to chain commands naturally.<p>Key features: - Natural language to Git translation - Local LLM powered by Qwen2.5-Coder in GGUF format - Works fully offline after model download - Dry-run mode to preview commands before running - Interactive shell mode for session-based workflows - Context file support to teach Giti your custom Git habits<p>Quick install: - Clone the repo - Install llama-cpp-python - Add giti to your PATH - Download the 1GB model from HuggingFace - Run giti &quot;your query.&quot;<p>You can also enhance its accuracy using context files in a simple Q&amp;A format like:<p>USER: How to start new feature? BOT: git checkout main &amp;&amp; git pull &amp;&amp; git checkout -b feature&#x2F;&lt;name&gt;<p>This lets Giti learn your workflow and generate project-specific Git commands.<p>Thanks for checking it out.

Found: July 22, 2025 ID: 442

[Other] Show HN: Dyad – build AI apps locally, no cloud

Found: July 22, 2025 ID: 450

Invisible Browser

Product Hunt

[Other] Stay private & undetectable online Invisible Browser is a private, screen-share-proof browser built for developers. Stay invisible during technical interviews, switch between AIs, research docs, or Google anything — without your interviewer ever seeing it.

Found: July 22, 2025 ID: 434

Billivio

Product Hunt

[Other] Pay-per-use billing for developers I built Billivio because subscriptions don’t fit every app. Some products just need a way to charge per-use, without duct-taping together your own backend or locking users into monthly plans.

Found: July 22, 2025 ID: 435

Logbit

Product Hunt

[Monitoring/Observability] Windows & ad log intelligence Explore advanced cybercrime investigation tools, digital forensics, and Windows/AD log analysis. Our platform offers activity tracing—built for security experts and forensic analysts.

Found: July 22, 2025 ID: 436

Kanba

Product Hunt

[Other] Open-source project management tool for modern teams Ditch the bloat, skip the chaos. Kanba is a lightning-fast, open-source project management tool for makers who just want to build. No setup. No noise. Just clean workflows, beautiful UI, and full control. Self-host or go hosted. Designed for your pace.

Found: July 22, 2025 ID: 437

[CLI Tool] Bring the power of Grok into your terminal An open-source AI agent that brings the power of Grok directly into your terminal. Built over the weekend with a few design principles in mind: ✅ No LLM frameworks ✅ No lobotomizing models ✅ Hackable (MIT licensed)

Found: July 22, 2025 ID: 438

API Radar

Product Hunt

[Other] Sniping API keys from GitHub - live, raw, and in real time API Radar tracks real-time API key leaks across GitHub. OpenAI, Google, Claude & more - no honeypots, no junk, just live, bleeding credentials the moment they’re exposed. Built for devs, hackers & teams who want to see the breach before the breach.

Found: July 22, 2025 ID: 443

ToDiagram MCP

Product Hunt

[Other] Instant Code-to-Diagram with ToDiagram MCP Server ToDiagram MCP (Model Context Protocol) lets you generate interactive diagrams from code. Easily integrate with AI copilots, internal tools, or developer workflows to visualize JSON, YAML, XML, and CSV data as editable diagrams.

Found: July 22, 2025 ID: 444

QuickAltText

Product Hunt

[Other] The platform-agnostic AI alt text generator Tired of heavy plugins? QuickAltText is a lightweight Chrome extension that uses AI to generate WCAG-compliant alt text for any image, on any platform. Perfect for WordPress & Shopify developers and agencies who value site speed and accessibility.

Found: July 22, 2025 ID: 447

A conceptual overview of asyncio

Hacker News (score: 125)

[Other] A conceptual overview of asyncio

Found: July 21, 2025 ID: 433

[IDE/Editor] Show HN: Lotas – Cursor for RStudio Hey HN! We’re Jorge and Will from Lotas (<a href="https:&#x2F;&#x2F;www.lotas.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.lotas.ai&#x2F;</a>), and we’ve built an AI coding assistant into RStudio (think Cursor for RStudio).<p>RStudio is used by about 2 million data scientists and academics, but they currently lack a coding assistant within their IDE. Developers in other environments benefit from tools like Cursor and Windsurf, but R users don’t have any equivalent tools to speed up their workflow. Since ~80% of R programmers prefer to use RStudio over other IDEs like VSCode to write R code, we figured a tool like this one could be quite useful.<p>Both of us were PhD students at Harvard. Jorge was in the biophysics program and Will was in the biostatistics program where most people used RStudio every day. We saw how integrated code assistants were taking off in other IDEs, but we noticed that the RStudio integrations were still lagging far behind. Many R users were copying and pasting code from ChatGPT to build their workflows, and this was clearly slow and fragile.<p>To bring the Cursor-like experience to RStudio users, we built Rao (<a href="https:&#x2F;&#x2F;www.lotas.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.lotas.ai&#x2F;</a>): a fork of RStudio with an embedded AI assistant that is aware of the user’s local context (both files and variable environment), can read and write files, can run code or commands, and can interpret textual or visual output. It works with any of the file formats already in RStudio (R, notebooks including RMDs and QMDs, Python, Stan, etc.), allowing R programmers to iteratively perform entire data analyses inside their preferred IDE.<p>Other AI data science tools are either (1) built on the web or in environments people don’t already use, (2) are completely focused on python notebooks, or (3) are weak package-based assistants with limited functionality. Rao is exactly like the RStudio IDE that millions of data scientists already use, but it incorporates a powerful AI assistant and works with all the standard file types.<p>You can download Rao at <a href="https:&#x2F;&#x2F;www.lotas.ai&#x2F;download" rel="nofollow">https:&#x2F;&#x2F;www.lotas.ai&#x2F;download</a>, watch our demo on the homepage (<a href="https:&#x2F;&#x2F;www.lotas.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.lotas.ai&#x2F;</a>), and work through some example use cases on our GitHub (<a href="https:&#x2F;&#x2F;github.com&#x2F;lotas-ai&#x2F;rao&#x2F;tree&#x2F;main&#x2F;demos">https:&#x2F;&#x2F;github.com&#x2F;lotas-ai&#x2F;rao&#x2F;tree&#x2F;main&#x2F;demos</a>). We have a one-week free trial (no card required) and provide 500 queries&#x2F;month for $20&#x2F;month after that. We’d love to hear feedback from the HN community to make Rao as useful as possible! You can reach us at founders@lotas.ai.<p>P.S. We have zero data retention (ZDR) agreements with OpenAI and Anthropic, but we currently recommend users do not input sensitive or regulated data like PHI into Rao until we sign BAAs with both model providers. For more information on our security practices, please visit the security page on our website <a href="https:&#x2F;&#x2F;www.lotas.ai&#x2F;security" rel="nofollow">https:&#x2F;&#x2F;www.lotas.ai&#x2F;security</a>.

Found: July 21, 2025 ID: 427

[Other] Show HN: MCP Jetpack – The easiest way to get started with MCP in Cursor My friends and I built MCP Jetpack which makes it really easy to start using MCP. It’s an MCP server that automatically finds and executes the right tools needed to accomplish your task without having to manage MCP servers for each service (GitHub, Linear, Atlassian, Notion etc.). Once you add it to Cursor (or any other AI app with MCP support), Cursor instantly gets access to a growing library of remote MCP servers without any extra setup. For services that require authentication, you will be asked to login the first time you ask your AI to interact with that service.<p>Two problems we are trying to solve:<p>Friction - Normally if you want to give Cursor access to GitHub, you have to install the right MCP server and login before you can use GitHub with Cursor’s chat. With MCP Jetpack, you can ask Cursor to list your GitHub issues, and it will automatically execute the right tool behind the scenes to accomplish your task. For services that require authentication, you will be asked to login the first time you interact with the service. However, it all happens within the Cursor chat so you never have to context switch and fiddle with Cursor’s settings.<p>Tool Limits - Cursor warns you if you have more than 50 MCP tools installed as it says having more will degrade performance. However, just installing the GitHub MCP server itself adds 74 MCP tools. With MCP Jetpack, you get access to GitHub, Atlassian and 15 other services with just two tools: “FindTool” and “ExecTool”.<p>Here are the 17 services we support today: GitHub, Atlassian, Canva, Linear, Notion, Intercom, Monday.com, Neon, PayPal, Hugging Face, Sentry, Square, Webflow, Wix, Cloudflare Docs, Cloudflare AI Gateway, Cloudflare Workers Bindings.<p>We’ll continue to add more services as companies launch remote MCP servers. If yours isn’t listed and you’d like it to be added, please email us at team@mcpjetpack.com.<p>MCP Jetpack is in alpha so please let us know if you run into any problems or have any feedback - thanks!

Found: July 21, 2025 ID: 429

[API/SDK] Show HN: An API for human-powered browser tasks At APM Help, we have a large team that performs repetitive, browser-based tasks. Years ago, to manage this work securely and get a clear audit trail, we built an internal platform we call &quot;Hub.&quot; It&#x27;s essentially a locked-down environment where our team works that records their sessions, tracks every interaction, and prevents data from being copied or shared. It&#x27;s been our internal source of truth for years.<p>More recently, like many companies, we&#x27;ve been building more automation. And like everyone else, we&#x27;ve seen our automations fail on edge cases—a weirdly formatted invoice our parser can&#x27;t read, a website layout change that breaks a scraper, etc. Our team would have to manually step in to fix these.<p>We realized other developers must have this exact same problem, but without a 250-person team on standby. So we connected our old, battle-tested Hub to a new, modern front door: a Human-in-the-Loop (HITL) API. We&#x27;re calling it browser-work.com.<p>The idea is simple: when you hit a task that needs a human, you can send it to our team through the API.<p>Here&#x27;s how it works:<p><pre><code> - You POST a request to our endpoint. The payload contains the context for the task (like a URL) and a set of instructions for the human on what to do. - The task appears in the Hub, where one of our trained operators can claim it. - They perform the task exactly as instructed, all within the secure Hub environment. - When they&#x27;re done, we send a webhook to your system. The return payload includes the task&#x27;s output, any notes left by the human, and a detailed log of their actions (e.g., DOM elements they interacted with). </code></pre> For example, if your automation for paying a utility bill fails, you can pass the task to us. A person will log in, navigate the portal, make the payment, and return a confirmation number.<p>The product is live and we&#x27;re looking for people with interesting use cases.<p>I&#x27;m Robert, the CIO. If this sounds useful to you, send me a brief email about your use case at robert@apmhelp.com and we can get you started right away.<p>Happy to answer any questions here.

Found: July 21, 2025 ID: 428

Worklenz/worklenz

GitHub Trending

[Other] All in one project management tool for efficient teams

Found: July 21, 2025 ID: 423

unclecode/crawl4ai

GitHub Trending

[Other] 🚀🤖 Crawl4AI: Open-source LLM Friendly Web Crawler & Scraper. Don't be shy, join here:https://discord.gg/jP8KfhDhyN

Found: July 21, 2025 ID: 422

[Other] Show HN: JavaScript-free imageboard in Lua, with CSS based widgets If you&#x27;re a visual learner, one of the biggest instances can be seen at:<p><a href="http:&#x2F;&#x2F;lambdaplusjs35padjaiz4jw2fugdoeutse262phqr72uf634s2wdbqd.onion&#x2F;" rel="nofollow">http:&#x2F;&#x2F;lambdaplusjs35padjaiz4jw2fugdoeutse262phqr72uf634s2wd...</a><p>It&#x27;s usually SWF. Some features include:<p><pre><code> - No javascript of any type is used anywhere. In fact, CSP is used to block execution of any and all javascript, which makes XSS attacks impossible. - High security due to the use of pledge() and unveil() - Highly transparent moderation logs which include a reason for all moderation actions - advanced formatting, including LaTeX support - anyone can create their own board - multiple files per post - inline image expansion - per-board index and recent pages - paginated catalog pages and threads - extensive moderation tools</code></pre>

Found: July 21, 2025 ID: 430

[Other] Show HN: MCP server for up-to-date Zig standard library documentation Hey HN! I made this because Zig&#x27;s stdlib changes so much and outdated docs are a problem. Server fetches the latest documentation directly from the ziglang.org and makes it available through the MCP, so LLM can query stdlib functions and builtins.<p>Link: <a href="https:&#x2F;&#x2F;github.com&#x2F;zig-wasm&#x2F;zig-mcp">https:&#x2F;&#x2F;github.com&#x2F;zig-wasm&#x2F;zig-mcp</a>

Found: July 21, 2025 ID: 511

[IDE/Editor] Positron – A next-generation data science IDE

Found: July 21, 2025 ID: 493

[Other] Developing with Kiro: Amazon's New Agentic IDE

Found: July 21, 2025 ID: 508

[Other] Show HN: tsbro – TypeScript for the Browser, No Build Step

Found: July 21, 2025 ID: 501

Show HN: Easy Python Time Parsing

Hacker News (score: 11)

[Other] Show HN: Easy Python Time Parsing I recently build a python time-parser that can parse most formats in a single line. Might be useful to some here. (Also happy to hear feedback and feature requests)

Found: July 21, 2025 ID: 495

[Other] XSLT: A Precision Tool for the Future of Structured Transformation

Found: July 21, 2025 ID: 424

The POSIX specification of vi

Hacker News (score: 27)

[Other] The POSIX specification of vi

Found: July 21, 2025 ID: 489

CertAlert.pro

Product Hunt

[Monitoring/Observability] SSL expiration & server health monitoring CertAlert Pro is a professional SSL certificate monitoring platform that prevents website outages by alerting teams before certificates expire. With automated monitoring, multi-channel notifications, it's the complete solution for managing SSL certificates.

Found: July 21, 2025 ID: 418

HyperFetch 7.0.0

Product Hunt

[API/SDK] Integrate with any API New release of the API management framework. Highlights: • New DevTools 🪄 • Generate SDKs 🔌 • Powerful CLI ✅ • New Docs 📚 • Plugins system 🌐 • New Sockets 🚀 HyperFetch dramatically simplifies app maintenance. Don’t fall behind. Choose HyperFetch.

Found: July 21, 2025 ID: 419

sampleapp.ai

Product Hunt

[API/SDK] Onboard developers to your API—instantly Nobody likes reading docs. Sampleapp.ai turns your API into interactive, live sandboxes—so developers get a working app and onboard in under 60 seconds. Used by leading unicorn, series A/B/C and high growth startups.

Found: July 21, 2025 ID: 420

Veo 3 API

Product Hunt

[API/SDK] Generate videos (with audio) using Veo 3 from Google Veo 3 is now available for scaled developer use in the Gemini API, with both audio generation and no audio generation as model options.

Found: July 21, 2025 ID: 421

ComfyUI-Copilot

Product Hunt

[Other] Build ComfyUI workflows with natural language ComfyUI-Copilot is an open-source AI assistant from Alibaba that simplifies ComfyUI. Use natural language to get node suggestions, build workflows, and explore parameters. Integrates directly into the UI.

Found: July 21, 2025 ID: 425

Stakpak.dev

Product Hunt

[DevOps] Open-source DevOps agent to secure & manage production infra Stakpak.dev is an Open-source DevOps agent written in Rust, helps you secure, deploy, and maintain production-ready infrastructure. Try it now: curl -sSL https://stakpak.dev/install.sh | sh

Found: July 21, 2025 ID: 426

[Other] Create clean, responsive HTML tables without writing code The best HTML table maker. Easily create, style, and merge cells with our advanced generator. Get clean, responsive HTML/CSS code in seconds! Responsive design options, including scrollable tables for mobile compatibility.

Found: July 21, 2025 ID: 431

KIMI K2

Product Hunt

[Other] Your smarter AI companion KIMI K2 is an advanced agentic AI assistant optimized for deep reasoning, code generation, and intelligent task execution—all at significantly lower cost.

Found: July 21, 2025 ID: 432

[Other] Gitea Private, Fast, Reliable DevOps Platform

Found: July 20, 2025 ID: 446

[Other] Learn Agentic AI using Dapr Agentic Cloud Ascent (DACA) Design Pattern and Agent-Native Cloud Technologies: OpenAI Agents SDK, Memory, MCP, A2A, Knowledge Graphs, Dapr, Rancher Desktop, and Kubernetes.

Found: July 20, 2025 ID: 407

[Other]

Found: July 20, 2025 ID: 406

tracel-ai/burn

GitHub Trending

[Other] Burn is a next generation Deep Learning Framework that doesn't compromise on flexibility, efficiency and portability.

Found: July 20, 2025 ID: 405

simstudioai/sim

GitHub Trending

[Other] Sim Studio is an open-source AI agent workflow builder. Sim Studio's interface is a lightweight, intuitive way to quickly build and deploy LLMs that connect with your favorite tools.

Found: July 20, 2025 ID: 404

[Other] The most comprehensive authentication framework for TypeScript

Found: July 20, 2025 ID: 403

[API/SDK] Instant Face Match and Liveness Detection Verifying users online is tough, especially when you need to prevent spoofing, fake, or pre-recorded videos. That’s why we built the Venify Face Match & Liveness Check API, a tool to instantly compare two face images and ensure the person is actually alive.

Found: July 20, 2025 ID: 402

[Other] This is a personal portfolio HTML Template Reeni – Personal Portfolio is best suited for developers, designers, programmers, web developers, freelancers, engineers, copywriters, consultants, marketing managers, SEO specialists, app developers, photographers, cleaners, fashion designers, and more.

Found: July 20, 2025 ID: 411

[Other] Complete Email Deliverability Platform We're building DeliverCore, a unified email deliverability platform that gives businesses, agencies, and MSPs complete control over their email infrastructure through one dashboard.

Found: July 20, 2025 ID: 412

Buildstash

Product Hunt

[Other] A new home for your software binaries A new accessible approach to build artifact and release management for software teams. For mobile and desktop apps, games, XR, or embedded - never lose a build again, distribute to testers, steer through QA and sign-off, and manage your rollouts.

Found: July 20, 2025 ID: 414

AI code fixer

Product Hunt

[Code Quality] Instantly fix and understand your code — with AI precision. AI Code Fixer instantly analyzes your code, identifies bugs, and provides clear, accurate fixes. Choose between simple or detailed explanations to understand what went wrong and how it’s resolved—perfect for beginners and pros alike.

Found: July 20, 2025 ID: 416

[Other] Show HN: MCP server for Blender that builds 3D scenes via natural language Hi HN!<p>I built a custom MCP (Model Context Protocol) server that connects Blender to LLMs like ChatGPT, Claude, and any other llm supporting tool calling and mcps, enabling the AI to understand and control 3D scenes using natural language.<p>You can describe an entire environment like:<p>&gt; “Create a small village with 5 huts arranged around a central bonfire, add a river flowing on the left, place a wooden bridge across it, and scatter trees randomly.”<p>And the system parses that, reasons about the scene, and builds it inside Blender — no manual modeling or scripting needed.<p>What it can do: - Generate multi-object scenes like villages, landscapes, from a single prompt - Understand spatial relations — e.g., “place the bridge over the river” or “add trees behind the huts” - Create camera animations and lighting setups: “orbit around the scene at sunset lighting” - Respond to iterative changes like: “replace all huts with stone houses” or “make the river narrower” - Maintain object hierarchy and labels for later editing<p>Tech Stack: - Blender Python scripting - Node.js server running MCP - LLM backend (OpenAI &#x2F; Claude, easily swappable)<p>Demo: <a href="https:&#x2F;&#x2F;blender-mcp-psi.vercel.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blender-mcp-psi.vercel.app&#x2F;</a><p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;pranav-deshmukh&#x2F;blender-mcp-demo&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;pranav-deshmukh&#x2F;blender-mcp-demo&#x2F;</a><p>Curious to hear thoughts from folks in 3D tooling, AI-assisted design, or dev interface design. Would you find this useful as a Blender plugin? I’m open to expanding it!<p>Please try it and give it a star on github

Found: July 20, 2025 ID: 408

[Other] GitWrist – Allows WearOS devices to interact with the GitHub API

Found: July 20, 2025 ID: 449

[Other] Show HN: Context42 – capture your coding style from across your projects Show HN: Context42 - AI-powered style guide generator for your codebase<p>Hey HN,<p>I&#x27;ve been building Context42 to solve a problem that&#x27;s been bugging me: getting AI to write code like me, and helping disseminate coding best practices.<p>The core insight is simple - your existing code is already your best style guide. Instead of debating tabs vs spaces or where to put your curly braces, Context42 analyzes your actual codebase and generates comprehensive style documentation using Google&#x27;s Gemini AI.<p>Here&#x27;s what makes it special:<p>1. *Language-aware analysis* - It groups files by language and generates specific style guides for each. Your TypeScript patterns won&#x27;t bleed into your Python conventions.<p>2. *Dependency-smart processing* - It analyzes child directories before parents, building up context as it goes. This means it understands your module structure and can identify patterns that emerge across your architecture.<p>3. *Built for real codebases* - With configurable concurrency, resume capability, and automatic cleanup, it&#x27;s designed to handle everything from small projects to massive monorepos. The terminal UI (built with Ink&#x2F;React) gives you real-time progress on what&#x27;s happening.<p>4. *Pragmatic over prescriptive* - Instead of enforcing arbitrary rules, it documents what you&#x27;re already doing. This makes it easier to onboard new developers and maintain consistency without religious debates.<p>The technical approach is interesting too - it uses a worker pool pattern with abort controllers for graceful shutdown, SQLite for persistence (so you can resume failed runs), and a file registry system that guarantees cleanup even on crashes.<p>I built this because I believe the best documentation is the kind that reflects reality, not aspirations. Your code style isn&#x27;t what you think it should be - it&#x27;s what it actually is. And that&#x27;s worth documenting.<p>You can check it out at: <a href="https:&#x2F;&#x2F;github.com&#x2F;zenbase-ai&#x2F;context42">https:&#x2F;&#x2F;github.com&#x2F;zenbase-ai&#x2F;context42</a><p>Would love to hear your thoughts, especially if you&#x27;ve tackled similar problems in your teams. What&#x27;s worked for you in maintaining code consistency at scale?

Found: July 20, 2025 ID: 415

bluenviron/mediamtx

GitHub Trending

[Other] Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams.

Found: July 19, 2025 ID: 397

[Other] Postgres to ClickHouse: Data Modeling Tips

Found: July 19, 2025 ID: 399

[Other] Why you should choose HTMX for your next web-based side project (2024)

Found: July 19, 2025 ID: 400

[Other] Harden Windows Safely, Securely using Official Supported Microsoft methods and proper explanation | Always up-to-date and works with the latest build of Windows | Provides tools and Guides for Personal, Enterprise, Government and Military security levels | Read The Rationalehttps://github.com/HotCakeX/Harden-Windows-Security/blob/main/Rationale.md

Found: July 19, 2025 ID: 393

actions/runner-images

GitHub Trending

[Other] GitHub Actions runner images

Found: July 19, 2025 ID: 392

[Other] GitHub's official MCP Server

Found: July 19, 2025 ID: 391

[Other] Show HN: Compass CNC – Open-source handheld CNC router Hey HN,<p>I am Cam, and for the past two years I have been working on Compass, an open-source handheld CNC router that brings computer precision to woodworking while keeping the user directly involved in the process.<p>The idea started as my senior design project at UC Berkeley, with the goal of making a more approachable CNC machine—standard CNC machines are expensive, bulky, and remove you from the tactile “maker” experience. Compass solves that by combining a handheld router with real-time robotic assistance. You move the router roughly along a design path, and Compass uses four optical flow sensors (like in computer mice) and a 3-axis motion system to auto-correct for precision cuts.<p>What is different about Compass: - Open source: All plans, firmware, and CAD files are available on GitHub. - Affordable: The DIY build costs ~$600 in parts, and I am selling kits for &lt;$800. - No external markers: The sensing technology allows for positioning without external markers, so no setup or consumables required. - Portable: Fits in a backpack and is not limited by a fixed work envelope.<p>We recently completed our first beta program and have just launched V1 kits for pre-order. You can find more info and the launch video at the listed URL.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;camchaney&#x2F;handheld-cnc">https:&#x2F;&#x2F;github.com&#x2F;camchaney&#x2F;handheld-cnc</a>

Found: July 19, 2025 ID: 439

CalCom

Product Hunt

[Other] Automated baseline hardening & cis compliance Simplify complex server configurations with CalCom's automated baseline hardening. Ensure CIS & NIST compliance, minimize risk, and maintain operational stability.

Found: July 19, 2025 ID: 394

Complykit.io

Product Hunt

[Other] So you finished your app and forgot about the privacy policy Finished your app but forgot about the privacy policy, terms, and support site? ComplyKit builds a full App Store–ready microsite from your GitHub repo—AI-powered and deploys in seconds.

Found: July 19, 2025 ID: 395

Voice to Notes

Product Hunt

[Other] Talk More. Type Less VoiceToNotes.ai helps creators and teams work faster with AI-powered transcription and smart content automation.

Found: July 19, 2025 ID: 396

Sera UI

Product Hunt

[Other] Modern react component library Build stunning web applications with Sera UI's modern React components. Free, open-source, and built with Tailwind CSS & Framer Motion.

Found: July 19, 2025 ID: 398

Monivera.io

Product Hunt

[Monitoring/Observability] Monivera.io - Clarity for Your Cloud, Control Over Your Cost After months of building and testing, I’m thrilled to launch Monivera.io – a powerful AI-driven observability platform that simplifies cloud monitoring for everyone, from individual developers to large DevOps teams.

Found: July 19, 2025 ID: 401

[Other] Debcraft – Easiest way to modify and build Debian packages

Found: July 19, 2025 ID: 386

[CLI Tool] Ccusage: A CLI tool for analyzing Claude Code usage from local JSONL files

Found: July 18, 2025 ID: 383

[Other] Show HN: Interactive Bash tutorial that runs in the browser I wrote a tutorial on how to create Bash scripts, where the command line interface runs entirely in the browser using v86 (<a href="https:&#x2F;&#x2F;github.com&#x2F;copy&#x2F;v86">https:&#x2F;&#x2F;github.com&#x2F;copy&#x2F;v86</a>), and the code editor uses Monaco.

Found: July 18, 2025 ID: 390

[Other] Show HN: Molab, a cloud-hosted Marimo notebook workspace We launched marimo [1], an open-source reactive Python notebook, last year on HackerNews. Today, the most popular recent feature request in Google Colab’s issue tracker asks for marimo support in Colab [2].<p>Rather than try to convince Google to replace their notebook with marimo, we decided to just build our own cloud-hosted notebook service instead. We&#x27;re calling this molab (mo for marimo), and we&#x27;re launching it today.<p>You can try it at <a href="https:&#x2F;&#x2F;molab.marimo.io" rel="nofollow">https:&#x2F;&#x2F;molab.marimo.io</a><p>Some features:<p>- Persistent storage<p>- Link sharing (notebooks are public but undiscoverable, like secret GitHub Gists)<p>- Download notebooks to your machine, reuse them as Python scripts or apps<p>- Upload local notebooks to the cloud from our CLI (coming soon)<p>- Real-time collaboration (coming soon)<p>- Configure computational resources to obtain more CPU or GPU (coming soon)<p>marimo is a modern notebook for modern data workflows; we also built molab on a modern tech stack:<p>- Notebook dependencies are managed by uv, enabling lighting-fast package installation (thanks to uv’s cache and more generally its performant implementation). uv makes it easy to run molab notebooks locally, too: uvx marimo edit &lt;notebook-url&gt; brings the notebook down to your machine.<p>- Persistent storage is powered by R2, Cloudflare’s zero-egress object store.<p>- We use Pydantic logfire to monitor our deployment.<p>- While our implementation is agnostic to the compute backend (stay tuned!), we’re currently running on Modal for fast startups (not to mention a slick developer experience). Modal sandboxes make it easy for us define containers at runtime, containing notebook code and their dependencies. (Shout out to Eric Zhang from Modal for helping us get started.)<p>molab is free to use, as long as usage is reasonable. Our goal is to make is as easy as possible for our community to use marimo notebooks.<p>Finally, learn more at our announcement blog: <a href="https:&#x2F;&#x2F;marimo.io&#x2F;blog&#x2F;announcing-molab" rel="nofollow">https:&#x2F;&#x2F;marimo.io&#x2F;blog&#x2F;announcing-molab</a><p>If this interests you, please give molab a shot and please share feedback — here or on Discord (<a href="https:&#x2F;&#x2F;marimo.io&#x2F;discord" rel="nofollow">https:&#x2F;&#x2F;marimo.io&#x2F;discord</a>).<p>P.S. This is not our commercial product, this is really just for our community.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;marimo-team&#x2F;marimo">https:&#x2F;&#x2F;github.com&#x2F;marimo-team&#x2F;marimo</a> [2] <a href="https:&#x2F;&#x2F;github.com&#x2F;googlecolab&#x2F;colabtools&#x2F;issues?q=is%3Aissue%20state%3Aopen%20sort%3Areactions-%2B1-desc">https:&#x2F;&#x2F;github.com&#x2F;googlecolab&#x2F;colabtools&#x2F;issues?q=is%3Aissu...</a>

Found: July 18, 2025 ID: 384

[Testing] Show HN: Mock FedCM Integrations MockFedCM is a free FedCM Relying Party (RP) and Identity Provider (IdP) for testing FedCM integrations. Simulate real-world authentication flows, debug your implementation, and validate user experiences—all without needing a production IdP or RP.

Found: July 18, 2025 ID: 377

[Other] Show HN: Mark 1.0, a notation that unifies JSON, HTML, JSX, XML, YAML, and more Author of Mark Notation here.<p>Mark is a unified notation for both object and markup data, combining the best of JSON, HTML, and XML with a clean syntax and succinct data model.<p>I&#x27;m glad to announce the 1.0 Release of Mark. This release is just the start of a long journey to make web a better platform to store and exchange data.<p>Your feedback welcome!

Found: July 18, 2025 ID: 378

n8n-io/n8n

GitHub Trending

[DevOps] Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

Found: July 18, 2025 ID: 375

influxdata/telegraf

GitHub Trending

[Monitoring/Observability] Agent for collecting, processing, aggregating, and writing metrics, logs, and other arbitrary data.

Found: July 18, 2025 ID: 374

[Code Quality] Show HN: Fluent-state: a new fresh take on local React state Hi HN<p>I built *fluent-state*, a lightweight React hook that replaces useState, useReducer, useMemo, and useEffect.<p>It gives you:<p>- A fluent, proxy-based API: `state.user.name(&#x27;Joe&#x27;)` - Immutable updates without spread logic - Automatic dependency tracking - Built-in `compute` for reactive, memoized derived state (no useMemo needed) - Built-in `effect` for reactive side-effects with automatic dependency tracking (no useEffect needed) - Zero boilerplate, full control<p>Designed for local state, nested structures, and clean, declarative code.<p>Demo: <a href="https:&#x2F;&#x2F;stackblitz.com&#x2F;edit&#x2F;vitejs-vite-uh4kyzkf?file=src%2FApp.tsx" rel="nofollow">https:&#x2F;&#x2F;stackblitz.com&#x2F;edit&#x2F;vitejs-vite-uh4kyzkf?file=src%2F...</a> GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;marsbos&#x2F;fluent-state">https:&#x2F;&#x2F;github.com&#x2F;marsbos&#x2F;fluent-state</a> NPM: <a href="https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;fluent-state" rel="nofollow">https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;fluent-state</a><p>Try it out plz.

Found: July 18, 2025 ID: 385

[Other] Show HN: UML is dead – so I'm building the tool to revive it Hi HN,<p>UML diagrams were meant to standardise system design, but they’ve become outdated — slow to build, hard to change, and rarely used in practice. Most tools feel clunky, and diagrams often go stale fast.<p>I’m building RapidChart, a tool to bring diagramming back to life — fast, flexible, and developer-first.<p>What makes it different:<p>Cursor-style interface for rapid diagram creation<p>Fully customisable and exportable<p>AI-assisted (works with GPT-4, Claude, etc.)<p>100% free<p>This began as part of my research at Imperial College London, and I’d really value your feedback.<p>Here’s the link: <a href="https:&#x2F;&#x2F;www.rapidcharts.ai" rel="nofollow">https:&#x2F;&#x2F;www.rapidcharts.ai</a><p>Thanks!

Found: July 18, 2025 ID: 379

templUI Pro

Product Hunt

[Other] The ultimate UI kit for Go & templ developers templUI Pro builds on templUI — the open source UI kit for Go & templ. 200+ premium UI blocks, ready to copy & paste. No frontend frameworks, no build tools — just Go, Vanilla JS, HTML & Tailwind.

Found: July 18, 2025 ID: 381

Toolpro.app

Product Hunt

[Other] Online Text Tools to Improve Work Efficiency Free online tools for text processing, case and format conversion. All tools run locally in your browser for privacy. No downloads needed.

Found: July 18, 2025 ID: 382

AlgoRux

Product Hunt

[Other] Online coding platform with collaborative problem solving AlgoRux is a coding platform for C, C++, Python, PHP & JavaScript. Practice daily problems, join weekly contests, and collaborate in real time with friends. Perfect for learners, interview prep, and competitive programmers. Try it at algorux.com!

Found: July 18, 2025 ID: 388

AtomIot

Product Hunt

[Other] Trusted, Ready to Use Enterprise IoT Server AtomIoT is an enterprise IoT server to connect, monitor & manage smart devices via LoRaWAN, MQTT, or HTTP. With logs, FOTA, alerts & digital twins. Ideal for companies and customers that make hardware. Get devices online in minutes.

Found: July 18, 2025 ID: 389

[Other] Logical implication is a comparison operator

Found: July 17, 2025 ID: 417

[Other] Show HN: Object database for LLMs that persists across chats (MCP server) I’d like to use LLMs for remembering all kinds of things: fitness, to-do lists, contacts, bug reports, research links, whatever. But there is no way to do that now.<p>For example, if I find a great coding tutorial in chat, or tell it how much I ran yesterday, it forgets that when I close the chat. Even if I keep the chat history, I still need to scour through lots of messages to find the data I want. Ideally, Claude would remember all this, and I’d be able to find it later with ease. This is what my team built.<p>It is a collaborative database you add to any LLM that supports MCP. (Claude Code, Desktop, and Pro for now; ChatGPT will soon). You can add, update, and search for items in the database inside chat. You can easily create your own object schemas. There is an automatically generated web UI for using the database. It generates maps, charts, calendars, tables, lists, and other UI elements. You can share or publish the database as well.<p>Over time, we want to make this database powerful enough to make our lives much simpler by letting LLMs replace a bunch of the apps and software services we use daily.

Found: July 17, 2025 ID: 372

[Other] Run TypeScript code without worrying about configuration

Found: July 17, 2025 ID: 368

[Other] Show HN: Conductor, a Mac app that lets you run a bunch of Claude Codes at once

Found: July 17, 2025 ID: 369

[Other] Show HN: kiln – Git-native, decentralized secret management using age Hi HN, I&#x27;ve been building this tool for the past couple of weeks to solve a problem that seems universal across development teams: sharing environment variables securely.<p>You know the drill - someone needs the staging database URL, so it gets shared over chat. Production API keys end up in plaintext files. Or you set up some complex secret management system that becomes a single point of failure during critical deployments.<p>At Zerodha, we&#x27;re a stock broker with strict regulatory requirements. Our infrastructure needs to be auditable, and our data must stay with us for instant recovery. But the deeper issue was that every solution we tried made deployments dependent on external services.<p>We tried GitLab CI&#x27;s built-in secrets, but they&#x27;re stored unencrypted and only repository maintainers can access them. HashiCorp Vault was too complex to manage with painful ACL setup, plus it&#x27;s now crippled by their BSL license change. AWS Secrets Manager would create the vendor lock-in we wanted to avoid.<p>The breaking point came when we wanted to manage secrets through Terraform for idempotency and better infrastructure-as-code practices. But Terraform has no built-in way to encrypt secrets without relying on external providers. We could either store secrets in plaintext in our Terraform configs or add yet another external dependency to our deployment pipeline.<p>That&#x27;s when I had the idea: what if we could inject encrypted environment variables directly into Terraform, so anyone with the right key could deploy without hunting down secrets from different systems? As I iterated through this idea, I realized the same pattern would work for any application - from personal projects to team deployments.<p>So I built kiln. It encrypts environment variables using age encryption into files that live alongside your code. No servers, no network calls, no external dependencies. Each team member gets their own key, and you control access per environment.<p>Here&#x27;s how it works:<p><pre><code> # Generate a new age key, or use your existing SSH keys kiln init key # Initialize with your team&#x27;s public keys kiln init config --recipients &quot;alice=$(curl https:&#x2F;&#x2F;gitlab.company&#x2F;alice.keys)&quot; --recipients &quot;me=$(cat ~&#x2F;.ssh&#x2F;id_ed25519.pub)&quot; # Set secrets (prompts securely, never shows in terminal) kiln set DATABASE_URL kiln set API_KEY # Run your app with decrypted environment kiln run npm start # These encrypted files are safe to commit git add .kiln.env kiln.toml </code></pre> Why not SOPS? SOPS is great for general file encryption, but kiln is built specifically for the environment variable workflow. It has commands like &quot;run&quot;, &quot;export&quot;, and built-in team management. Think &quot;SOPS for .env files&quot; with a focus on developer UX.<p>Why not raw age encryption? Age is perfect for the crypto layer, but terrible for day-to-day team workflows. Try managing 20 team members across 5 environments with raw age commands - you&#x27;ll go insane. kiln handles the orchestration.<p>As for technical details, kiln:<p>- Uses age encryption (modern, audited, simple)<p>- Works with existing SSH keys or generates new age keys<p>- Role-based access via TOML configuration<p>- Single, cross-platform Go binary<p>- Zero network dependencies - everything works offline<p>- MIT licensed<p>The game-changer: secrets travel with code. No more &quot;can someone send me the staging secrets?&quot; in chat. No more broken deploys because the secret service is down. No more hoping your vendor doesn&#x27;t change their pricing or licensing.<p>Try it out - I&#x27;m confident it&#x27;ll help improve your team&#x27;s deployment workflows. Feel free to ask me any questions!<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;thunderbottom&#x2F;kiln">https:&#x2F;&#x2F;github.com&#x2F;thunderbottom&#x2F;kiln</a><p>Docs: <a href="https:&#x2F;&#x2F;kiln.sh" rel="nofollow">https:&#x2F;&#x2F;kiln.sh</a><p>Or install now: go install github.com&#x2F;thunderbottom&#x2F;kiln@latest

Found: July 17, 2025 ID: 366

freeCodeCamp/devdocs

GitHub Trending

[Other] API Documentation Browser

Found: July 17, 2025 ID: 361

WasmEdge/WasmEdge

GitHub Trending

[DevOps] WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.

Found: July 17, 2025 ID: 360

gitleaks/gitleaks

GitHub Trending

[Testing] Find secrets with Gitleaks 🔑

Found: July 17, 2025 ID: 359

[Other] Show HN: Easy alternative to giflib – header-only decoder in C Hi HN, I made a lightweight, header-only GIF decoder in C, inspired by stb-style libraries. No dynamic allocation, portable, and optimized for embedded devices.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;Ferki-git-creator&#x2F;TurboStitchGIF-HeaderOnly-Fast-ZeroAllocation-PlatformIndependent-Embedded-C-GIF-Decoder">https:&#x2F;&#x2F;github.com&#x2F;Ferki-git-creator&#x2F;TurboStitchGIF-HeaderOn...</a><p>Would love feedback or suggestions.

Found: July 17, 2025 ID: 371

Parsing Protobuf like never before

Hacker News (score: 197)

[Other] Parsing Protobuf like never before See also <a href="https:&#x2F;&#x2F;buf.build&#x2F;blog&#x2F;hyperpb" rel="nofollow">https:&#x2F;&#x2F;buf.build&#x2F;blog&#x2F;hyperpb</a> (via <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44661785">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44661785</a>)

Found: July 17, 2025 ID: 475

[Testing] Run mobile & web tests in minutes with a desktop app All-in-one desktop app to automate testing for mobile & web apps — no CLI, no IDE setup. Create, run & scale tests in minutes. Built on the open-source Maestro framework. Free to use. For devs & non-tech teammates.

Found: July 17, 2025 ID: 356

CopyMagic

Product Hunt

[Other] Smartest clipboard manager for macOS CopyMagic is a smart clipboard manager for macOS that supports semantic queries and intelligent clipboard management.

Found: July 17, 2025 ID: 357

PitchGrid

Product Hunt

[Other] Sports video analysis made simple Synchronized video analysis for sports coaches and athletes. Sync, analyze, and improve performance with frame-perfect precision using just your smartphone.

Found: July 17, 2025 ID: 358

Untitled UI React

Product Hunt

[Other] Open-source React components. Just copy, paste, and build. Untitled UI React is the world’s largest collection of open-source React components built with Tailwind CSS and React Aria. Skip months of design and development with everything you need to design and develop modern UI. Just copy, paste, and build.

Found: July 17, 2025 ID: 362

Iris SaaS Kit

Product Hunt

[Other] The SaaS starter that's actually batteries included Iris SaaS Kit is a fullstack boilerplate for multi-tenant SaaS apps with Convex DB, Stripe billing, a super admin panel, and clean architecture for AI-assisted dev. Build B2B SaaS or client dashboards fast. Try the demo: saaskitdemo.iristech.my

Found: July 17, 2025 ID: 363

Uncursor

Product Hunt

[Other] Build Apps and Websites with AI. On iOS, Android, & the Web A vibe coding platform that allows you to build from anywhere. Use natural language and our AI agent will create apps and websites and deploy them live to the web in seconds.

Found: July 17, 2025 ID: 364

[DevOps] AI agent that automates infra without hallucinating Bennu is the first zero-hallucination AI agent that automates DevOps and infrastructure workflows using real, pre-approved functions. No fake code, no prompts — just trusted execution. Works offline, runs on any system, and speaks your language (literally).

Found: July 17, 2025 ID: 365

[Other] Create accessible HTML patterns instantly Generate semantic HTML patterns without the stress. This beginner-friendly tool creates clean, accessible code from simple form inputs. Live preview, instant copy, and follows web standards - perfect for any skill level

Found: July 17, 2025 ID: 367

ADK-TS

Product Hunt

[Other] Build smart, tool-using agents in just one line Comprehensive framework for building sophisticated AI agents with multi-LLM support, advanced tool integration, memory systems, and flexible conversation flows.

Found: July 17, 2025 ID: 370

Securable

Product Hunt

[Testing] Secure your vibe coded applications Comprehensive end-to-end testing for your vibe coded application. We identify vulnerabilities, UX flaws, functionality bugs, and security issues before they impact your users and your business.

Found: July 17, 2025 ID: 373

[CLI Tool] Show HN: Linux CLI tool to provide mutex locks for long running bash ops Been exploring claude and spec-based coding, I think it turned out fairly successful. It&#x27;s just a simple unix-style tool that gives you a single command to use in bash scripts to simplify mutex or semaphore locking of execution.

Found: July 17, 2025 ID: 355

[API/SDK] Open-Source BCI Platform with Mobile SDK for Rapid Neurotech Prototyping

Found: July 16, 2025 ID: 410

[Other] Show HN: A 'Choose Your Own Adventure' written in Emacs Org Mode I authored and developed an interactive children&#x27;s book about entrepreneurship and money management. The journey started with Twinery, the open-source tool for making interactive fiction, discovered right here on HN. The tool kindled memories of reading CYOA style books when I was a kid, and I thought the format would be awesome for writing a story my kids could follow along, incorporating play money to learn about transactions as they occurred in the story.<p>Twinery is a fantastic tool, and I used it to layout the story map. I really wanted to write the content of the story in Emacs and Org Mode however. Thankfully, Twinery provided the ability to write custom Story Formats that defined how a story was exported. I wrote a Story Format called Twiorg that would export the Twinery file to an Org file and then a Org export backend (ox-twee) to do the reverse. With these tools, I could go back and forth between Emacs and Twinery for authoring the story.<p>The project snowballed and I ended up with the book in digital and physical book formats. The Web Book is created using another Org export backend.<p>Ten Dollar Adventure: <a href="https:&#x2F;&#x2F;tendollaradventure.com" rel="nofollow">https:&#x2F;&#x2F;tendollaradventure.com</a><p>Sample the Web Book (one complete storyline&#x2F;adventure): <a href="https:&#x2F;&#x2F;tendollaradventure.com&#x2F;sample&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tendollaradventure.com&#x2F;sample&#x2F;</a><p>I couldn&#x27;t muster the effort to write a special org export backend for the physical books unfortunately and used a commercial editor to format these.<p>Twiorg: <a href="https:&#x2F;&#x2F;github.com&#x2F;danishec&#x2F;twiorg">https:&#x2F;&#x2F;github.com&#x2F;danishec&#x2F;twiorg</a><p>ox-twee: <a href="https:&#x2F;&#x2F;github.com&#x2F;danishec&#x2F;ox-twee">https:&#x2F;&#x2F;github.com&#x2F;danishec&#x2F;ox-twee</a><p>Previous HN post on writing the transaction logic using an LLM in Emacs: <a href="https:&#x2F;&#x2F;blog.tendollaradventure.com&#x2F;automating-story-logic-with-llms&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.tendollaradventure.com&#x2F;automating-story-logic-w...</a><p>Twinery 2: &lt;<a href="https:&#x2F;&#x2F;twinery.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;twinery.org&#x2F;</a>&gt; and discussion on HN: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32788965">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32788965</a>

Found: July 16, 2025 ID: 353

[Other] Metaflow: Build, Manage and Deploy AI/ML Systems

Found: July 16, 2025 ID: 354

Mkosi – Build Bespoke OS Images

Hacker News (score: 37)

[Other] Mkosi – Build Bespoke OS Images

Found: July 16, 2025 ID: 347

vanna-ai/vanna

GitHub Trending

[Database] 🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.

Found: July 16, 2025 ID: 339

[Other] Show HN: Display Photos on a World Map I had this idea where you would see realtime photos on a map, right now this is simply using cat pics, not sure where to take it from here but maybe it&#x27;s useful to someone. :)<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;stagas&#x2F;worldsnap">https:&#x2F;&#x2F;github.com&#x2F;stagas&#x2F;worldsnap</a>

Found: July 16, 2025 ID: 413

[DevOps] Show HN: GitGuard - Painless GitHub PR Automations Hey HN,<p>Every team I&#x27;ve been on has cobbled together some sort of combination of GitHub branch protections and custom scripts to make sure that PRs conform to organization policies and best practices.<p>Things like:<p>- When {X} file is changed, require review from team {Y}<p>- When a new db migration is added, ensure that a special set of tests pass<p>- Require multiple approvals when the PR is very large<p>- Add a special label to PRs that include breaking changes<p>- Allow emergencies &#x2F; hotfixes to break glass and bypass all of the above<p>Most teams tend to start out with a little script running in GitHub actions to enforce all of these policies but it tends to get out of hand and become hard to maintain. PRs that should require scrutiny slip through the cracks, and others that should be allowed through are unnecessarily blocked.<p>That&#x27;s why I made GitGuard (<a href="https:&#x2F;&#x2F;gitguard.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gitguard.dev&#x2F;</a>)<p>GitGuard lets you write and maintain these policies in a custom DSL so simple it looks like pseudocode. The policies are checked on every single PR nearly instantly (no need to wait for a GitHub actions runner) and the results are reported in plain english.<p>Right now policies can make simple assertions about PR metadata and take some stateful actions (adding labels, requesting review) but I&#x27;d love to hear more from HN about how GitGuard could be even more useful.

Found: July 16, 2025 ID: 350

[Build/Deploy] Mill: A better build tool for Java, Scala, and Kotlin

Found: July 16, 2025 ID: 348

[CLI Tool] Show HN: ggc – A terminal-based Git CLI written in Go Hi HN,<p>I built ggc (<a href="https:&#x2F;&#x2F;github.com&#x2F;bmf-san&#x2F;ggc">https:&#x2F;&#x2F;github.com&#x2F;bmf-san&#x2F;ggc</a>), a terminal-based Git CLI tool written in Go.<p>ggc provides: - A fast interactive UI (like `fzf`) for common Git operations<p>- Traditional subcommands (e.g. `ggc add`, `ggc commit`)<p>- Git-compatible config support (`ggc config` reads from `git config`)<p>- Built-in aliases and workflow automation (e.g. `ggc addcommitpush`)<p>The goal is to improve developer productivity by combining interactive workflows with scriptable CLI operations.<p>It&#x27;s still under active development, but I&#x27;d love feedback from the community!<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;bmf-san&#x2F;ggc">https:&#x2F;&#x2F;github.com&#x2F;bmf-san&#x2F;ggc</a> Demo GIF: <a href="https:&#x2F;&#x2F;github.com&#x2F;bmf-san&#x2F;ggc#demo">https:&#x2F;&#x2F;github.com&#x2F;bmf-san&#x2F;ggc#demo</a><p>Thanks!

Found: July 16, 2025 ID: 409

[Other] Show HN: Improving RAG with chess Elo scores Hello HN,<p>I&#x27;m Ghita, co-founder of ZeroEntropy (YC W25). We build high accuracy search infrastructure for RAG and AI Agents.<p>We just released two new state-of-the-art rerankers zerank-1, and zerank-1-small. One of them is fully open-source under Apache 2.0.<p>We trained those models using a novel Elo score inspired pipeline which we describe in detail in the blog attached. In a nutshell, here is an outline of the training steps: * Collect soft preferences between pairs of documents using an ensemble of LLMs. * Fit an ELO-style rating system (Bradley-Terry) to turn pairwise comparisons into absolute per-document scores. * Normalize relevance scores across queries using a bias correction step, modeled using cross-query comparisons and solved with MLE.<p>You can try the models either through our API (<a href="https:&#x2F;&#x2F;docs.zeroentropy.dev&#x2F;models">https:&#x2F;&#x2F;docs.zeroentropy.dev&#x2F;models</a>), or via HuggingFace (<a href="https:&#x2F;&#x2F;huggingface.co&#x2F;zeroentropy&#x2F;zerank-1-small" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;zeroentropy&#x2F;zerank-1-small</a>).<p>We would love this community&#x27;s feedback on the models, and the training approach. A full technical report is also going to be released soon.<p>Thank you!

Found: July 16, 2025 ID: 340

[Other] The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.

Found: July 16, 2025 ID: 334

[Code Quality] A command-line tool and Xcode Extension for formatting Swift code

Found: July 16, 2025 ID: 333

lastmile-ai/mcp-agent

GitHub Trending

[Other] Build effective agents using Model Context Protocol and simple workflow patterns

Found: July 16, 2025 ID: 332

arc53/DocsGPT

GitHub Trending

[Other] DocsGPT is an open-source genAI tool that helps users get reliable answers from knowledge source, while avoiding hallucinations. It enables private and reliable information retrieval, with tooling and agentic system capability built in.

Found: July 16, 2025 ID: 331

[CLI Tool] Show HN: DataRamen, a Fast SQL Explorer with Automatic Joins and Data Navigation I built DataRamen, a local-first SQL explorer that helps you get the data you need fast, without writing repetitive queries every time.<p>You run it locally from the CLI (no cloud version yet), connect your databases, and you&#x27;re ready to go. The goal is to let you explore and query data like you would in a spreadsheet: intuitive, fast, and without friction.<p>Key features:<p>- Automatic joins &amp; related data navigation: Right-click any row to instantly see related records in other tables (based on foreign keys or references).<p>- Keyboard-driven UI: Hit N to jump to a table, F to filter, and so on, it’s optimized for speed so you can go from question to insight in seconds (this point is still in progress, I find it confortable, but the goal is to make it even better).<p>- Named tabs with saved queries: Keep multiple tabs open with different queries, useful for comparing or cross-checking data. Tabs are saved, so you can get back to your queries at any time.<p>- Instant edit &amp; insert: One click to edit or add rows, no need to write full queries.<p>- Multi-DB support: Connect several databases and search across all of them.<p>- Search across all columns: Find what you need even if you don&#x27;t know the exact column.<p>If you&#x27;ve ever felt slowed down by writing the same SQL over and over just to explore your data, this might save you a ton of time. I’d love feedback or suggestions, especially from folks who wrangle data often.<p>Find more information on <a href="https:&#x2F;&#x2F;dataramen.xyz" rel="nofollow">https:&#x2F;&#x2F;dataramen.xyz</a><p>PS. don&#x27;t be harsh on the logo, I did my best :)

Found: July 16, 2025 ID: 342

[Other] Show HN: HN v0.2.1 – Native macOS app for reading HN Hey HN folks,<p>Last week I released the first public version of 120 HN — a fully native Hacker News client for macOS. This week, I&#x27;m excited to share version 0.2.1 with some essential updates:<p>The app now remembers window size, position, and sidebar state between sessions<p>Improved AI summaries: more concise, relevant with link back to the comments, easier to read with short paragraph form.<p>Minor tweaks to navigation and layout for a smoother experience<p>Sneak peek: local LLM support is coming in the next release.<p>As always, the app is free to use. Any suggestions or comments would be appreciated.<p>Thanks for checking it out.

Found: July 16, 2025 ID: 344

Devex

Product Hunt

[IDE/Editor] Your Own Open-Source, Containerized and Shareable Cloud IDE. DevEx is a self-hosted, open-source Cloud IDE that lets you spin up live REPLs in the browser, just like Replit, but built on your terminal Ideal for solo devs, OSS tools, or just building fast without worrying about infrastructure.

Found: July 16, 2025 ID: 328

[Other] Monitor Jellyfin servers in real time on Android JellyWatch is a modern, multilingual Android app that lets you monitor active playback sessions on your Jellyfin servers in real time. The app provides full management of servers, users, devices, and libraries.

Found: July 16, 2025 ID: 329

MCP-Builder.ai

Product Hunt

[Other] Create your custom MCP-Server in seconds Build Your Custom MCP Server in Seconds — Using Natural Language! With MCP-Builder.ai, you can easily create AI Agents that connect to your existing infrastructure. Connect to REST APIs, XML, databases, CSV files, FTP servers, and more — no coding required.

Found: July 16, 2025 ID: 330

Shoc Platform

Product Hunt

[DevOps] Serverless ML & HPC Workloads, Simplified Shoc Platform enables you to run machine learning and high-performance computing (HPC) jobs without managing infrastructure. Scale effortlessly, pay only for what you use, and focus on your code—not the servers.

Found: July 16, 2025 ID: 337

SocialKit API

Product Hunt

[API/SDK] Social Media Video Analysis API SocialKit is a powerful API for analyzing social media videos. Get video summaries, transcripts, engagement metrics, and custom data from YouTube, TikTok, Instagram, and more.

Found: July 16, 2025 ID: 338

KeyHaven

Product Hunt

[Other] Secure api key management and analytics platform KeyHaven provides secure API key management, automated rotation notifications, usage analytics, and monitoring. Keep your API keys secure and track usage across multiple services.

Found: July 16, 2025 ID: 346

Web Serve

Product Hunt

[Other] Simple local static server for dev, sharing, and preview Web Serve is a lightweight macOS app for hosting static files locally. Preview sites, share files, simulate domains, or access content offline. Perfect for developers, designers, and IoT users needing fast, local access without relying on the internet.

Found: July 16, 2025 ID: 351

social2gether

Product Hunt

[Other] Connecting people It's my honest attempt t to showcase my React and SpringBoot skills.

Found: July 16, 2025 ID: 352

[Other] Nextflow: System for creating scalable, portable, reproducible workflows

Found: July 16, 2025 ID: 335

[Other] Show HN: Clippy – a better pbcopy for macOS that handles files properly I made clippy because pbcopy can&#x27;t do something I needed every day: copy files to paste into GUI apps. When you pbcopy &lt; image.png, you get raw bytes instead of a file that Slack or email can use.<p>Clippy fixes this:<p>- clippy report.pdf → ⌘V into any app uploads the file<p>- curl image.png | clippy → pipes become pasteable files<p>- clippy *.jpg → multiple files at once<p>- Text files still work like pbcopy<p>Technical: Direct Objective-C bindings via CGo. Copies file references (like Finder), not contents. Auto-cleans temp files. No AppleScript hacks.<p>Install: brew install neilberkman&#x2F;clippy&#x2F;clippy

Found: July 16, 2025 ID: 327

[Other] Show HN: I built a dream interpreter in JavaScript, no AI, no server, just logic I built a browser-only dream interpreter that maps symbols to meaning using a custom keyword engine. No AI, no tracking, no backend it’s all deterministic logic, built with vanilla JavaScript. The idea was to see if emotional and symbolic interpretations could still feel personal without using machine learning. Dreams are parsed against a map of 300+ symbolic meanings. Everything runs locally in your browser and saves via localStorage. You can revisit old dreams, reflect on interpretations, or just explore what the system sees in your subconscious. Happy to answer questions, would love feedback!

Found: July 16, 2025 ID: 345

[Other] Show HN: I built a tool to sync localStorage between devices At my day job, we have a daily async stand-up. We have to message a slack bot how many hours we have worked on a given task that day and overall.<p>The format is:<p>&gt; Task: &quot;Task Name&quot; | Worked: 5h Total: 16h &gt; Description: Finished implementation of feature.<p>I don&#x27;t complain. Most fully remote jobs come with a version of this, but doing it manually got tedious. So, I needed a simple app that would track this.<p>I am not usually a fan of &quot;vibe coded&quot; apps, but this was an ideal candidate for it, since it&#x27;s not production code. Most LLMs solve the problem by creating a single HTML file with forms that save data to localStorage. This was perfect for me - no hosting, no DB, no backend. Just 15 mins of prompting.<p>One day I was outside, just with my phone, and of course I couldn&#x27;t use the app. I thought &quot;how hard can it be to synchronize localStorage data across devices?&quot;. Turns out, it&#x27;s not that hard, if you are ready to build a whole platform around it.<p><a href="https:&#x2F;&#x2F;htmlsync.io" rel="nofollow">https:&#x2F;&#x2F;htmlsync.io</a> does just that. You upload your HTML app that works with localStorage and get a subdomain for it. The tool automatically synchronizes your changes across devices. You can create private and public apps, can decide which keys to synchronize by using the &quot;no_sync_&quot; prefix. The &quot;public-hidden&quot; CSS class can be used to hide UI elements in public view. You also get a subdomain for your profile where all your apps are listed for easy access.<p>I hope you find this as useful as I did.<p>I&#x27;d also appreciate your feedback if you end up using it.

Found: July 15, 2025 ID: 325

[Other] Show HN: Ruby on Rails tutorial running in the browser Meet the Ruby on Rails Getting Started tutorial that runs fully in the browser: a web server, a console, a database—everything you need to explore the framework without dealing with local installation.<p>Source code: <a href="https:&#x2F;&#x2F;github.com&#x2F;evilmartians&#x2F;rails-tutorial">https:&#x2F;&#x2F;github.com&#x2F;evilmartians&#x2F;rails-tutorial</a><p>This is the first step towards an in-browser development environment for Rails that could be used with AI app generators like Bolt among other things.

Found: July 15, 2025 ID: 326

Show HN: Encode Base64

Show HN (score: 5)

[Other] Show HN: Encode Base64

Found: July 15, 2025 ID: 336

[Database] Show HN: OrioleDB Beta12 Features and Benchmarks Hey HN, I&#x27;m the creator of OrioleDB, an extension for PostgreSQL that serves as a drop-in replacement for the default Heap storage engine. It is designed to address scalability bottlenecks in PostgreSQL&#x27;s buffer manager and reduce the WAL, enabling better utilization of modern multi-core CPUs and high‑performance storage systems.<p>We are getting closer to GA. This release includes:<p>- An index bridge to support all indexes that Heap supports<p>- Support for rewinding recent changes in the database.<p>- Tablespaces support<p>- Fillfactor support<p>- An orioledb_tree_stat() function for space utilization statistics<p>- Support for tables with more than 32 columns.<p>We also show several performance improvements using the TPC-C benchmarks. Overall, OrioleDB is much faster than Heap, also outperforming other Postgres providers.<p>We would love more people testing OrioleDB. The fastest way to do that is to use the docker image provided:<p><pre><code> docker run -d --name orioledb -p 5432:5432 orioledb&#x2F;orioledb </code></pre> Read the full release here:<p><a href="https:&#x2F;&#x2F;www.orioledb.com&#x2F;blog&#x2F;orioledb-beta12-benchmarks" rel="nofollow">https:&#x2F;&#x2F;www.orioledb.com&#x2F;blog&#x2F;orioledb-beta12-benchmarks</a>

Found: July 15, 2025 ID: 387

[Monitoring/Observability] Checkmate is an open-source, self-hosted tool designed to track and monitor server hardware, uptime, response times, and incidents in real-time with beautiful visualizations. Don't be shy, join here:https://discord.com/invite/NAb6H3UTjK:)

Found: July 15, 2025 ID: 315

[Other] Show HN: We made our own inference engine for Apple Silicon We wrote our inference engine on Rust, it is faster than llama cpp in all of the use cases. Your feedback is very welcomed. Written from scratch with idea that you can add support of any kernel and platform.

Found: July 15, 2025 ID: 317

[Other] Show HN: Compare Speech APIs Live (OpenAI, Google, Deepgram, Soniox, etc.)

Found: July 15, 2025 ID: 318

[Other] Inspect ANSI control codes and escape sequences

Found: July 15, 2025 ID: 376

BulkFlow

Product Hunt

[Other] Data bulk import, export, update, and migrate BulkFlow provides a solution to IMPORT, UPDATE, & EXPORT data in bulk from CSV/Excels Files, FTP, Google Sheet, XML,... to eCommerce platforms such as Shopify, WooCommerce,... automatically and quickly.

Found: July 15, 2025 ID: 313

Code Police

Product Hunt

[Code Quality] Simple vulnerability detector for your github repo Code Police by Vibe Coders: Fast, professional vulnerability scanner for GitHub repositories. Detect SQL injection, XSS, secrets, and more security issues instantly. 10$ -> 5 credits -> Github repo -> Find vulnerabilities

Found: July 15, 2025 ID: 314

[Other] Real-time intelligence on emerging GenAI vulnerabilities Real World Vulnerability Feed for LLM's Valuable for defensive and and offensive operators alike. Fortify your GenAl deployments with real-time intelligence drawn directly from ODIN's research and pioneering GenAl Bug-Bounty program.

Found: July 15, 2025 ID: 316

[API/SDK] The open-source framework for real-time AI voice Real-time Voice AI Agents We are open-sourcing the easiest way for developers to build real-time Voice Agents and Virtual Avatars into any app—telephony, web, mobile, robotics, wearables, and beyond.

Found: July 15, 2025 ID: 319

9xchat

Product Hunt

[Other] AI sidekick-multi-LLM workspace 9xChat is a floating AI workspace that lets you chat with multiple LLMs in one window. Switch, compare, and manage LLMs seamlessly. Save prompts, stay organized, and work offline or incognito. Built for students, devs, and AI power users.

Found: July 15, 2025 ID: 320

Pumpify

Product Hunt

[Other] Crypto Instant Token Launcher Launch your own crypto token on any network — instantly, no code required. Pumpify is a free, fast, no-code token launcher. Fill out a simple form, connect your wallet, and deploy a fully functional ERC-20 token in seconds.

Found: July 15, 2025 ID: 321

Leveragers

Product Hunt

[Other] Best Mail Server: 10+ Domains, API-Driven | Leveragers.xyz Leveragers.xyz offers the ultimate mail server solution with 10+ active domains and powerful API key integration. Designed for speed, security, and scalability, our platform is perfect for businesses and developers seeking reliable, advanced email services

Found: July 15, 2025 ID: 322

[Other] Automatically complete WooCommerce orders after payment A free plugin that automatically completes WooCommerce orders after payment—perfect for digital or virtual products. No setup, no manual updates. Works with PayPal, Stripe, and more. Just install, activate, and let it handle fulfillment for you.

Found: July 15, 2025 ID: 323

[Other] Show HN: Timep – a next-gen profiler and flamegraph-generator for bash code timep is a TIME Profiler for bash code that will give you an accurate per-command execution time breakdown of any bash script or function.<p>Unlike other profilers, timep also recovers and hierarchally records metadata on subshell and function nesting, allowing it to recreate the full call-stack tree for the bash code being profiled. If you call timep with the `--flame` flag, it will automatically generate a flamegraph .svg image where each block represents the wall-clock time spent on a particular command (top level) or its parent subshells&#x2F;functions (all the other levels).<p>Using timep is simple - just source the timep.bash file then add timep before whatever you want to profile. You do not need to change in the code being profiled - timep handles everything for you. Example usage:<p><pre><code> . .&#x2F;timep.bash timep someFunc timep -flame someScript &lt;inputFile </code></pre> timep will generate 2 profiles for you: one showing each individual command (with full subshell&#x2F;function nesting chains), and one that combines repeated loops commands into a count + total runtime line with minimal &quot;extra&quot; metadata.<p>See the github README for more info on the available flags and output profile specifics.<p>timep works by cramming all the timing instrumentation logic into a DEBUG trap that roughly does the following:<p>1. record end timestamp for previous command 2. compare current state to state saved in variables last DEBUG trap to determine what sort of command is happening. e.g., if BASH_SUBSHELL increased then we know we just entered a subshell or background fork. 3. once we know what type of command is happening, generate a log line for the previous command (now that we have its end time 4. save current state in various variables (for use next debug trap) 5. record start time for the next command<p>then after the profiled code is done running, timep post-processes the logs to produce the final profile

Found: July 15, 2025 ID: 349

[Other] Show HN: CallFS – S3-style object store in one Go binary (MIT) We started CallFS after yet another late-night “why did the uploads vanish?” incident. Our small team had stitched together rsync, a fragile NFS mount, and an S3 bucket—none of it observable, all of it waiting to bite us.<p>So we wrote a single-process file service in Go that: • Speaks the S3 API (so existing tooling works). • Stores hot data on local disks for speed; cold data can sit in any S3-compatible bucket. • Exposes Prometheus metrics and JSON logs by default, because “what happened?” shouldn’t be guesswork. • Ships as a ~25 MB static binary—no external deps, MIT license.<p>Today it’s stable for single-node or side-by-side deployments. Clustering is on the roadmap, replication will follow, but we wanted to share the code early and hear real-world pain points. If storage glue code ever ruined your weekend, we’d love feedback and PRs.

Found: July 15, 2025 ID: 311

[Other] Benben: An audio player for the terminal, written in Common Lisp

Found: July 15, 2025 ID: 380

comfyanonymous/ComfyUI

GitHub Trending

[Other] The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.

Found: July 14, 2025 ID: 303

[Other] Building Modular Rails Applications: A Deep Dive into Rails Engines

Found: July 14, 2025 ID: 304

[API/SDK] Show HN: Goliteql – A fast GraphQL executor and code generator in Go Hi HN,<p>I&#x27;ve built `goliteql`, a fast and lightweight GraphQL executor and code generator written in pure Go.<p>It parses GraphQL schema and queries, validates them, and executes resolvers without using reflection. It also supports introspection and generates Go code from a GraphQL schema.<p>Why I built it: - I wanted a fast, minimal alternative to gqlgen - Easy to embed in WASM or microservices - Focused on simplicity and performance (4x faster in benchmarks)

Found: July 14, 2025 ID: 305

Kiro: A new agentic IDE

Hacker News (score: 980)

[Other] Kiro: A new agentic IDE

Found: July 14, 2025 ID: 324

[Other] Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interact with the model while enjoying updates from Anthropic.

Found: July 14, 2025 ID: 299

mindsdb/mindsdb

GitHub Trending

[Other] AI's query engine - Platform for building AI that can answer questions over large scale federated data. - The only MCP Server you'll ever need

Found: July 14, 2025 ID: 298

PixPick

Product Hunt

[Other] PixPick — Your creative color assistant Hey everyone! 👋 I'm the solo developer of Color Assistant, a lightweight Windows desktop app designed to help: 1) Designers pick colors from their screen 2) Colorblind users identify colors easily 3)Generate color palettes, check contrast, and more

Found: July 14, 2025 ID: 293

0DIN.ai Scanner

Product Hunt

[Other] Monitor, track, and analyze vulnerabilities in GenAI models. Monitor, measure, and mitigate GenAI model vulnerabilities with real-time analytics, probe automation, and researcher-driven insights all from a centralized scanning platform built for scale. The 0DIN Scanner provides continuous validation for model security.

Found: July 14, 2025 ID: 294

[Other] EverhDataStore Enterprise Content Management EveryDataStore ECM is an open-source, low-code platform for flexible document and content management. Build digital files, workflows, and dashboards with ease. Scalable, API-first, and ready for on-premise or cloud deployments.

Found: July 14, 2025 ID: 295

Strip Markdown

Product Hunt

[Other] AI strip markdown tools, online, free completely Free online tool to strip markdown, remove markdown online, escape markdown formatting. Convert markdown to plain/normal text with AI optimization. Perfect markdown remover for Twitter, Jike, and social media platforms.

Found: July 14, 2025 ID: 296

Cron Guardian

Product Hunt

[Monitoring/Observability] Ping. Track. Alert. Cron job monitoring that just works. CronGuardian is a dead-simple cron job monitoring tool. Just ping your unique URL after each run — we track it and notify you by email if anything fails, runs late, or stops. No clutter. No config. Just clean, effective monitoring. Start free.

Found: July 14, 2025 ID: 297

Calorie Goals

Product Hunt

[Other] Smart Nutrition Planning with Algorithmic Recipe Variations Effortless meal planning with auto BMR, macro targets, and smart recipe generation. Explore hundreds of variations via interactive visuals. Built for fitness goals without the complexity.

Found: July 14, 2025 ID: 301

Dualite Alpha

Product Hunt

[Other] Local-first AI builder for mobile and web apps Build and ship applications while all your data stays on your local browser.

Found: July 14, 2025 ID: 302

Sparkraft

Product Hunt

[Other] AI Product Idea & Vibe Prompt Generator for Indie Hackers Sparkraft is a product-idea generator for indie hackers. Drop rough notes and get validated ideas plus vibe coding prompts—powered by pro-grade prompt engineering.

Found: July 14, 2025 ID: 306

[Other] Figma plugin Transform your polished designs into wireframes Transform your polished designs into quick, low-fidelity wireframes with a single click using Lo-Fier. Perfect for rapid prototyping and initial design feedback, this plugin streamlines your workflow by converting text into clean.

Found: July 14, 2025 ID: 308

IdeaHarvester

Product Hunt

[Other] Discover & validate SaaS ideas from reddit Discover and validate profitable SaaS ideas from Reddit discussions. Find real customer pain points, analyze market demand, and reduce startup risk. Free during beta.

Found: July 14, 2025 ID: 309

[Other] Plan and execute tests natively in Jira Appsvio Test Management (ATM) is the first 100% Forge test management app and a true extension of Jira capabilities. ATM aligns testing with software development cycle and can be tailored to your personal testing approaches.

Found: July 14, 2025 ID: 310

[Other] Show HN: A Lisp for code generation and metaprogramming in non-Lisp languages Antilisp is a Lisp designed for code generation in non-lisp languages. The interpreter is written in RPython, and the language is designed for easy adoption by non-lispers. The project is still young, but the language can be played with if you don&#x27;t mind missing some important features like modules and pattern matching.<p>I have not published the source code yet, because I am not completely sure how to base a sustainable business on this project and I don&#x27;t want to risk having to rugpull after raising expectations.

Found: July 13, 2025 ID: 300

[IDE/Editor] APKLab: Android Reverse-Engineering Workbench for VS Code

Found: July 13, 2025 ID: 289

[Other] Show HN: A Raycast-compatible launcher for Linux Hey HN!<p>I&#x27;m a huge fan of Raycast, but as a Linux user, I was always disappointed it wasn&#x27;t available on my main OS. This summer, I decided to just build it myself. This project has the goal of being interoperable with Raycast itself, including a majority of the extensions.<p>It&#x27;s built with Tauri and Rust on the backend, with a Svelte frontend. The biggest challenge was getting it to run existing Raycast extensions, which required building a custom React renderer as well as making a custom API.<p>I also wrote a quick post, which I hope to expand on in the future, about this project. You can find it here: <a href="https:&#x2F;&#x2F;byteatatime.dev&#x2F;posts&#x2F;recreating-raycast" rel="nofollow">https:&#x2F;&#x2F;byteatatime.dev&#x2F;posts&#x2F;recreating-raycast</a><p>The project is still very rough, but I&#x27;m sharing it now to get any feedback you may have!

Found: July 13, 2025 ID: 287

[Other] Show HN: BloomSearch – Keyword search with hierarchical bloom filters Hey HN! I got nerd-sniped by Bloom Filters this weekend, specifically for searching datasets with high &quot;cardinality&quot; (number of unique items).<p>They&#x27;re an _amazing_ data structure that, at a fixed size, tracks potential set membership. That means unlike normal b-tree indexes, they don&#x27;t grow with the number of unique items in the dataset.<p>This makes them great for &quot;needle in a haystack&quot; search (logs, document) as implementations like VictoriaMetrics and Bing&#x27;s BitFunnel show. I&#x27;ve used them in the past, but they&#x27;ve never been center-stage in my projects.<p>I wanted high cardinality keyword search for ANOTHER project... and, well, down the yak-shaving rabbit hole we go!<p>BloomSearch brings this into an extensible Go package:<p>- Very memory efficient via bloom filters and streaming row scans<p>- DataStore and MetaStore interfaces for any backend (can be same or separate)<p>- Hierarchical pruning via partitions, minmax indexes, and of course bloom filters<p>- Search by field, token, or field:token with complex combinators<p>- Disaggregated storage and compute for unbound ingest and query throughput<p>And of course, you know I had to make a custom file format ^-^ (FILE_FORMAT.MD)<p>BloomSearch is optimized for massive concurrency, arbitrary cardinality and dataset size, and super low memory usage. There&#x27;s still a lot on the table too in terms of size and performance optimizations, but I&#x27;m already super pleased with it. With distributed query processing I&#x27;m targeting &gt;100B rows&#x2F;s over large datasets.<p>I&#x27;m also excited to replace our big logging bill ~$0.003&#x2F;GB for log storage with infinite retention and guilt-free querying :P

Found: July 13, 2025 ID: 343

[CLI Tool] Show HN: c0admin – A terminal-based AI assistant for Linux sysadmins I made a small CLI tool called `c0admin`. Runs locally using your own Gemini API key. No signup, no server, no tracking.<p>You just run `c0admin` in your terminal, and it gives you suggestions interactively.

Found: July 13, 2025 ID: 290

[Testing] Go Interview Practice is a series of coding challenges to help you prepare for technical interviews in Go. Solve problems, submit your solutions, and receive instant feedback with automated testing. Track your progress with per-challenge scoreboards and improve your coding skills step by step.

Found: July 13, 2025 ID: 282

ripienaar/free-for-dev

GitHub Trending

[Other] A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev

Found: July 13, 2025 ID: 281

[Other] A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.

Found: July 13, 2025 ID: 280

anthropics/claude-code

GitHub Trending

[IDE/Editor] Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

Found: July 13, 2025 ID: 279

[IDE/Editor] Show HN: VS Code extension to edit the filesystem like a text buffer This is a spiritual adaptation of oil.nvim for vscode. The main idea is you edit the filesystem by editing the current directory listing&#x27;s text buffer. For example, if I want to rename a file, I just rename it in the listing file. This is extremely powerful because it translates all of your text-editing skills immediately into file editing capabilities.<p>Some features:<p>* Create&#x2F;rename&#x2F;move&#x2F;delete files by editing the current directory listing&#x27;s textbuffer<p>* Filter using glob pattern<p>* Trash and undo support<p>* Works even in remote-ssh workspaces<p>* Works across multiple vscode windows

Found: July 13, 2025 ID: 312

[Other] Atopile – Design circuit boards with code

Found: July 13, 2025 ID: 341

[Other] Show HN: HNping 'remind me later' for HN via web push HNping lets you set a reminder for a HN post. You get a web push browser notification when it&#x27;s time, and clicking it takes you back to the post. That&#x27;s it.<p>I built HNping because I kept stumbling on HN posts where the discussion still had to get going. Wanted to revisit, but didn&#x27;t want to create even more bookmarks&#x2F;etc I&#x27;ll just forget about. So I created a &#x27;remind me later&#x27; tool (like the reddit bot) to fix this for myself.<p>To use it: go to hnping.com, enable notifications, and drag the bookmarklet to your bookmarks bar. Then click it on any HN post to set a reminder (5 minutes to 1 week). No personal info needed - you just get a UUID that serves as your account.<p>I tried to make it as simple as possible.<p>It&#x27;s built on a Cloudflare Worker with D1 for data storage and uses Firebase Cloud Messaging for push notifications.

Found: July 13, 2025 ID: 291

[Other] Show HN: We developed an AI tool to diagnose car problems Hey HN,<p>We built AutoAI – an AI tool that tells you what&#x27;s wrong with your car in plain English.<p>Just enter:<p>Your car’s make&#x2F;model&#x2F;year<p>The OBD2 error codes (optional) (like P0420, P0171, etc.)<p>Any symptoms you&#x27;re noticing (e.g. “rough idle” or “weird sound when starting”)<p>And we’ll tell you:<p>The most likely issue<p>How to verify it yourself<p>Whether it’s a DIY fix or shop-worthy<p>No more endless Googling or forum-hopping. Built for car owners, tinkerers, and pros who want fast, reliable answers. Powered by a repair-trained AI using real-world automotive data.<p>We’re trying to make diagnostics smarter, not replace your mechanic – just make you way more informed before spending money.<p>Would love feedback or crazy edge-case inputs to improve it.

Found: July 13, 2025 ID: 284

PHPCodeChecker

Product Hunt

[Code Quality] Validate your php code for syntax errors ✅ Validate your PHP code for syntax errors with our free online PHP Code Checker. Easily detect and fix issues across multiple PHP versions for error-free code.

Found: July 13, 2025 ID: 276

[Other] Build CRUD & Inventory apps in minutes with Java Build CRUD apps fast with Spring Boot. Includes inventory, user logs, RBAC, MySQL config, and full source code. Ideal for backend devs and freelancers who want to skip boilerplate and ship faster. Ready to run in minutes.

Found: July 13, 2025 ID: 277

ChainGent AI

Product Hunt

[Other] Create & Deploy Smart Contracts with Multi-Agent AI. No Code We've built a platform that removes the coding barrier for Smart Contract Token launches. Our core innovation lies in a sophisticated multi-agent AI architecture combined with Retrieval-Augmented Generation (RAG).

Found: July 13, 2025 ID: 278

GBC Mobile KW

Product Hunt

[Other] GBCMobile KW is your way to elevate your web3 level A web app allows you to elevate your level with crypto currencies that are available on SUI network and automate your trading orders.

Found: July 13, 2025 ID: 285

ChronoAPI

Product Hunt

[API/SDK] Modern scheduling api for developers | cron jobs made simple Build reliable scheduled tasks with ChronoAPI. Modern scheduling API with cron expressions, retry logic, and real-time monitoring. Pre-launch early access available.

Found: July 13, 2025 ID: 286

CodeSpaced

Product Hunt

[Other] ai tutors with spaced repetition we built codespaced to help us learn any coding library fast, think of it like anki but for coding + with ai tutors

Found: July 13, 2025 ID: 288

[Other] Show HN: FluidAudio – Swift Speaker Diarization on CoreML We needed a speaker diarization solution that could run every few seconds alongside transcription on iOS and macOS. But native Swift support was either limited or locked behind paid licenses. Since diarization is a common need in speech-to-text workflows, we decided to open source our work and give back to the community.<p>We initially tried sherpa-onnx, which works, but running both diarization and transcription models slowed down older devices. CPU-only inference just isn’t ideal for near real-time workloads, so we wanted the option to offload segmentation and speaker embedding to the GPU or ANE. Supporting M1 Macs in particular meant pushing more of the workload to the ANE.<p>Instead of shoehorning the ONNX model into CoreML with C++, we converted the original PyTorch models directly to CoreML. This approach required some monkey-patching in the PyTorch and pyannote code, but the initial benchmarks look promising.<p>We’d love feedback! We&#x27;re currently working on adding VAD and integrating Parakeet for transcription, but still wrestling with CoreML model conversion.

Found: July 13, 2025 ID: 283

[Other] Show HN: ArchGW – An intelligent edge and service proxy for agents Hey HN!<p>This is Adil, Salman and Jose and and we’re behind archgw [1]. An intelligent proxy server designed as an edge and AI gateway for agents - one that natively know how to handle prompts, not just network traffic. We’ve made several sweeping changes so sharing the project again.<p>A bit of background on why we’ve built this project. Building AI agent demos is easy, but to create something production-ready there is a lot of repeat low-level plumbing work that everyone is doing. You’re applying guardrails to make sure unsafe or off-topic requests don’t get through. You’re clarifying vague input so agents don’t make mistakes. You’re routing prompts to the right expert agent based on context or task type. You’re writing integration code to quickly and safely add support for new LLMs. And every time a new framework hits the market or is updated, you’re validating or re-implementing that same logic—again and again.<p>Putting all the low-level plumbing code in a framework gets messy to manage, harder to update and scale. Low-level work isn&#x27;t business logic. That’s why we built archgw - an intelligent proxy server that handles prompts during ingress and egress and offers several related capabilities from a single software service. It lives outside your app runtime, so you can keep your business logic clean and focus on what matters. Think of it like a service mesh, but for AI agents.<p>Prior to building archgw, the team spent time building Envoy [2] at Lyft, API Gateway at AWS, specialized NLP models at Microsoft Research and worked on safety at Meta. archgw was born out of the belief that rule-based, single-purpose tools that handle the work around resiliency, processing and routing prompts should move into a dedicated infrastructure layer for agents, but built on the battle-tested foundational of Envoy Proxy.<p>The intelligence in archgw comes from our fast Task-specific LLMs [3] that can handle things like agent routing and hand off, guardrails and preference-based intelligent LLM calling. Here are some additional details about the open source project. archgw is written in rust, and the request path has three main parts:<p>* Listener subsystem which handles downstream (ingress) and upstream (egress) request processing. * Prompt handler subsystem. This is where archgw makes decisions on the safety of the incoming request via its prompt_guard hooks and identifies where to forward the conversation to via its prompt_target primitive. * Model serving subsystem is the interface that hosts all the lightweight LLMs engineered in archgw and offers a framework for things like hallucination detection of our these models<p>We loved building this open source project, and our belief is that this infra primitive would help developers build faster, safer and more personalized agents without all the manual prompt engineering and systems integration work needed to get there. We hope to invite other developers to use and improve Arch. Please give it a shot and leave feedback here, or at our discord channel [4] Also here is a quick demo of the project in action [5]. You can check out our public docs here at [6]. Our models are also available here [7].<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;katanemo&#x2F;archgw">https:&#x2F;&#x2F;github.com&#x2F;katanemo&#x2F;archgw</a> [2] <a href="https:&#x2F;&#x2F;www.envoyproxy.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.envoyproxy.io&#x2F;</a> [3] <a href="https:&#x2F;&#x2F;huggingface.co&#x2F;collections&#x2F;katanemo&#x2F;arch-function-66" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;collections&#x2F;katanemo&#x2F;arch-function-66</a>... [4] <a href="https:&#x2F;&#x2F;discord.com&#x2F;channels&#x2F;1292630766827737088&#x2F;12926307682" rel="nofollow">https:&#x2F;&#x2F;discord.com&#x2F;channels&#x2F;1292630766827737088&#x2F;12926307682</a>... [5] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=I4Lbhr-NNXk" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=I4Lbhr-NNXk</a> [6] <a href="https:&#x2F;&#x2F;docs.archgw.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.archgw.com&#x2F;</a> [7] <a href="https:&#x2F;&#x2F;huggingface.co&#x2F;katanemo" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;katanemo</a>

Found: July 12, 2025 ID: 292

[Other] Aeron: Efficient reliable UDP unicast, UDP multicast, and IPC message transport

Found: July 12, 2025 ID: 274

[Other] Show HN: I made a JSFiddle-style playground to test and share prompts fast I built this out of frustration as I lead the development of AI features at Yola.com.<p>Prompt testing should be simple and straightforward. All I wanted was a simple way to test prompts with variables and jinja2 templates across different models, ideally somthing I could open during a call, run few tests, and share results with my team. But every tool I tried hit me with a clunky UI, required login and API keys, or forced a lengthy setup process.<p>And that&#x27;s not all.<p>Then came the pricing. The last quote I got for one of the tools on the market was $6,000&#x2F;year for a team of 16 people in a use-it-or-loose-it way. For a tool we use maybe 2–3 times per sprint. That’s just ridiculous!<p>IMO, it should be something more like JSFiddle. A simple prompt playground that does not require you to signup, does not require API keys, and let&#x27;s experiment instantly, i.e. you just enter a browser URL and start working. Like JSFiddle has. And mainly, something that costs me nothing if I&#x27;m or my team is not using it.<p>Eventually I gave up looking for solution and decided to build it by myself.<p>Here it is: <a href="https:&#x2F;&#x2F;langfa.st" rel="nofollow">https:&#x2F;&#x2F;langfa.st</a><p>Help me find what&#x27;s wrong or missing or does not work from you perspctive.<p>P.S. I did not put any limits or restrictions yet, so test it wisely. Don&#x27;t make me broke, please.

Found: July 12, 2025 ID: 272

[Other] Show HN: BinaryRPC – Lightweight WebSocket-based RPC framework in modern C++ Hi HN,<p>I’m a recent CS graduate. During the past few months I wrote BinaryRPC, an open-source RPC framework in modern C++20 focused on low-latency, binary WebSocket messaging.<p>Why I built it * Wanted first-class session support, pluggable QoS levels and a simple middleware chain (global, specific, multi handler) without extra JSON&#x2F;XML parsing. * Easy developer experience<p>A quick feature list * Binary WebSocket frames – minimal overhead * Built-in session layer (login &#x2F; reconnect &#x2F; heartbeat) * QoS1 &#x2F; QoS2 with automatic ACK &amp; retry * Plugin system – rooms, msgpack, etc. can be added in one line * Thread-safe core: RAII + folly<p>Still early (solo project), so any feedback on design, concurrency model or missing must-have features would help a lot.<p>Thanks for reading!<p>also see &quot;Chat Server in 5 Minutes with BinaryRPC&quot;: <a href="https:&#x2F;&#x2F;medium.com&#x2F;@efecanerdem0907&#x2F;building-a-chat-server-in-5-minutes-with-binaryrpc-qos2-session-management-and-room-plugin-ccb66d722466" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@efecanerdem0907&#x2F;building-a-chat-server-i...</a>

Found: July 12, 2025 ID: 266

psf/black

GitHub Trending

[Code Quality] The uncompromising Python code formatter

Found: July 12, 2025 ID: 261

[Other] This repository contains a 90-day cybersecurity study plan, along with resources and materials for learning various cybersecurity concepts and technologies. The plan is organized into daily tasks, covering topics such as Network+, Security+, Linux, Python, Traffic Analysis, Git, ELK, AWS, Azure, and Hacking. The repository also includes a `LEARN.md

Found: July 12, 2025 ID: 260

gorhill/uBlock

GitHub Trending

[Other] uBlock Origin - An efficient blocker for Chromium and Firefox. Fast and lean.

Found: July 12, 2025 ID: 259

getzep/graphiti

GitHub Trending

[Other] Build Real-Time Knowledge Graphs for AI Agents

Found: July 12, 2025 ID: 258

Flowzen.dev

Product Hunt

[Other] Build , Deploy, Manage and Debug n8n workflows with AI This is currently in Beta

Found: July 12, 2025 ID: 256

ForgeKit

Product Hunt

[Other] Developer tools suite ForgeKit - Your all-in-one developer toolkit for rapid coding and debugging

Found: July 12, 2025 ID: 257

[IDE/Editor] Stunning, elegant code snippets image directly from VS Code Blazing-fast VS Code extension to capture beautiful, syntax-highlighted code screenshots in few clicks. No setup. No cropping. Just clean, social-ready code shots – perfect for devs, bloggers & creators. Built for speed, designed for simplicity.

Found: July 12, 2025 ID: 262

[Other] Detect and protect against satellite cyber threats Orbisect is a cybersecurity and monitoring toolkit purpose-built for satellites, CubeSats, and ground stations. It decodes command streams, detects malicious activity in real time, and secures critical data using post-quantum encryption.

Found: July 12, 2025 ID: 263

JSONPilot

Product Hunt

[Code Quality] Free online json formatter, validator & converter JSONPilot is your co-pilot for formatting, validating, minifying, beautifying, and converting JSON. Built for developers, fast and secure.

Found: July 12, 2025 ID: 265

MockaMocha

Product Hunt

[API/SDK] Intelligent api mocking & testing platform Transform API development with intelligent, stateful mock APIs. Get a sandbox environment for any API in seconds and ship features 40% faster with the ultimate API simulation platform trusted by development teams worldwide.

Found: July 12, 2025 ID: 267

[Other] 0xWebOS openOS 0xWebOS is a next‑generation, hacker‑inspired web operating system that transforms website creation into an immersive terminal‑like experience. Some functions of this web operating system are not yet available

Found: July 12, 2025 ID: 268

[Other] Win Freelance Projects 10x Faster with AI Bidding Automation Bidvoty is an AI-powered bidding assistant for Freelancer.com that helps you grab more clients in less time — automatically. Whether you're a freelancer tired of repetitive proposals or just starting and unsure what to write — Bidvoty handles it for you.

Found: July 12, 2025 ID: 269

[Other] Track Your Keyword Rankings For FREE KeywordRankChecker (KRC) is the simplest way to track your keyword rankings with precision. Fast, reliable, and cost-effective. You only pay for the API usage, nothing more.

Found: July 12, 2025 ID: 270

Awesome DevTools

Product Hunt

[Other] A curated list of awesome developer tools and services A curated list of awesome developer tools and services — from cloud platforms and IDEs to AI-powered coding assistants and productivity utilities.

Found: July 12, 2025 ID: 271

GMX.css

Product Hunt

[Other] A micro (7kb) Material Design 3 based CSS-only framework A micro (7kb) Material Design 3 (Expressive) based CSS-only framework

Found: July 12, 2025 ID: 273

[DevOps] Incus – Next-generation system container, application container, and VM manager

Found: July 12, 2025 ID: 264

[Other] Show HN: RULER – Easily apply RL to any agent Hey HN, Kyle here, one of the co-founders of OpenPipe.<p>Reinforcement learning is one of the best techniques for making agents more reliable, and has been widely adopted by frontier labs. However, adoption in the outside community has been slow because it&#x27;s so hard to implement.<p>One of the biggest challenges when adapting RL to a new task is the need for a task-specific &quot;reward function&quot; (way of measuring success). This is often difficult to define, and requires either high-quality labeled data and&#x2F;or significant domain expertise to generate.<p>RULER is a drop-in reward function that works across different tasks without any of that complexity.<p>It works by showing N trajectories to an LLM judge and asking it to rank them relative to each other. This sidesteps the calibration issues that plague most LLM-as-judge approaches. Combined with GRPO (which only cares about relative scores within groups), it just works (surprisingly well!).<p>We have a full writeup on the blog, including results on 4 production tasks. On all 4 tasks, small Qwen 2.5 models trained with RULER+GRPO beat the best prompted frontier model, despite being significantly smaller and cheaper to run. Surprisingly, they even beat models trained with hand-crafted reward functions on 3&#x2F;4 tasks! <a href="https:&#x2F;&#x2F;openpipe.ai&#x2F;blog&#x2F;ruler">https:&#x2F;&#x2F;openpipe.ai&#x2F;blog&#x2F;ruler</a><p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;OpenPipe&#x2F;ART">https:&#x2F;&#x2F;github.com&#x2F;OpenPipe&#x2F;ART</a>

Found: July 11, 2025 ID: 249

[Other] Show HN: Vibe Kanban – Kanban board to manage your AI coding agents

Found: July 11, 2025 ID: 246

[Other] Show HN: NodeLoop – Hub for electronics design knowledge and tools Building a free web toolbox for hardware engineers: harness cable diagram generator, connector pinout tools (M.2, JTAG...), microcontroller serial monitor, and various other small utilities.<p>No sign-up required. Designed from my own needs. Feedback and feature suggestions are welcome.

Found: July 11, 2025 ID: 252

getsentry/sentry

GitHub Trending

[Monitoring/Observability] Developer-first error tracking and performance monitoring

Found: July 11, 2025 ID: 245

[API/SDK] OpenTelemetry Go API and SDK

Found: July 11, 2025 ID: 244

google/googletest

GitHub Trending

[Testing] GoogleTest - Google Testing and Mocking Framework

Found: July 11, 2025 ID: 243

[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.

Found: July 11, 2025 ID: 239

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.

Found: July 11, 2025 ID: 240

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.

Found: July 11, 2025 ID: 241

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.

Found: July 11, 2025 ID: 242

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.

Found: July 11, 2025 ID: 247

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.

Found: July 11, 2025 ID: 248

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

Found: July 11, 2025 ID: 250

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.

Found: July 11, 2025 ID: 251

[Other] The engine for human-level search ZeroEntropy provides state-of-the-art retrieval for developers building AI products.

Found: July 11, 2025 ID: 253

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.

Found: July 11, 2025 ID: 255

[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&#x2F;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&#x27;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.

Found: July 10, 2025 ID: 307

[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:&#x2F;&#x2F;github.com&#x2F;fosrl&#x2F;pangolin">https:&#x2F;&#x2F;github.com&#x2F;fosrl&#x2F;pangolin</a><p>Deployment takes about 5 minutes on a VPS: <a href="https:&#x2F;&#x2F;docs.fossorial.io&#x2F;Getting%20Started&#x2F;quick-install" rel="nofollow">https:&#x2F;&#x2F;docs.fossorial.io&#x2F;Getting%20Started&#x2F;quick-install</a><p>Demo by Lawrence Systems (YouTube): <a href="https:&#x2F;&#x2F;youtu.be&#x2F;g5qOpxhhS7M?si=M1XTWLGLUZW0WzTv&amp;t=723" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;g5qOpxhhS7M?si=M1XTWLGLUZW0WzTv&amp;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&#x2F;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>

Found: July 10, 2025 ID: 238

[Other] eBPF: Connecting with Container Runtimes

Found: July 10, 2025 ID: 236

[Other] Show HN: Open source alternative to Perplexity Comet Hey HN, we&#x27;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:&#x2F;&#x2F;github.com&#x2F;browseros-ai&#x2F;BrowserOS">https:&#x2F;&#x2F;github.com&#x2F;browseros-ai&#x2F;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&#x27;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&#x2F;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:&#x2F;&#x2F;bit.ly&#x2F;browserOS-demo" rel="nofollow">https:&#x2F;&#x2F;bit.ly&#x2F;browserOS-demo</a><p>--- How we built? We patch Chromium&#x27;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&#x27;s 15M lines of C++ has been another fun adventure that I&#x27;m writing a blog post on. Cursor&#x2F;VSCode breaks at this scale, so we&#x27;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&#x27;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!

Found: July 10, 2025 ID: 234

[Other] Writing Bounds-Safe Code in C with Arrays

Found: July 10, 2025 ID: 237

[Other] Measuring the impact of AI on experienced open-source developer productivity

Found: July 10, 2025 ID: 235

[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&#x27;ve made lifelong friends, explored beautiful places, and more importantly invested into my own health and fitness, which I&#x27;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&#x27;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:&#x2F;&#x2F;www.runeveryday.com" rel="nofollow">https:&#x2F;&#x2F;www.runeveryday.com</a> Run Streak Association rules: ≥ 1 mile per day

Found: July 10, 2025 ID: 231

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.

Found: July 10, 2025 ID: 222

[Other] Follow along with my AI Agents Masterclass videos! All of the code I create and use in this series on YouTube will be here for you to use and even build on top of!

Found: July 10, 2025 ID: 221

helm/helm

GitHub Trending

[DevOps] The Kubernetes Package Manager

Found: July 10, 2025 ID: 220

[Other] WordPress Develop, Git-ified. Synced from git://develop.git.wordpress.org/, including branches and tags! This repository is just a mirror of the WordPress subversion repository. Please include a link to a pre-existing ticket onhttps://core.trac.wordpress.org/with every pull request.

Found: July 10, 2025 ID: 219

[Other] HNSW as abstract data structure: video intro to Redis vector sets

Found: July 10, 2025 ID: 275

[Other] Show HN: Typeform was too expensive so I built my own forms Hey HN,<p>I&#x27;m a solopreneur and run a web design agency.<p>I create open-source apps, but I also work as a freelancer and designer. I was accepting any new freelance project via forms on my agency website.<p>I was using Typeform, but as time went by and more people submitted forms, it got more and more expensive. That time, I thought to use Google Form, but it was way too blocky and looked very unprofessional on my agency website.<p>So I thought to build my own forms for my own usage, and it turns out it almost doubled form submissions and inquiry calls.<p>I was happy, so I thought to build it for everyone and make it open-source.<p>I added AI functionalities using Vercel AISDK. I can generate forms almost instantly using AI and also added analytics AI so that users can talk with their forms—more like talk with their analytics data.<p>I&#x27;ve been building this publicly, sharing updates on my X account (preetsuthar17)<p>I hope this product will be as helpful to you as it was for me. Would love your feedback pls<p>Preet

Found: July 10, 2025 ID: 223

Stratify Pro

Product Hunt

[Other] No-code Algo Trading Builder - Build, Backtest, Execute! StratifyPro takes the time to build trading algos from weeks to minutes using our visual block builder and "Prompt-to-Strategy" AI intergration. ANYONE can build, test and execute (via API) automated trading strategies with StratifyPro! FREE USE OF BETA NOW!

Found: July 10, 2025 ID: 217

[Other] One Click to Backup, Migrate, and Protect Office 365. Best utility to backup or migrate Office 365 to PST, MBOX, EML & more. Supports Gmail, Yahoo, Thunderbird, AOL, Hotmail, Zoho, iCloud, IMAP & Yandex Mail easily.

Found: July 10, 2025 ID: 218

DevFlow

Product Hunt

[Other] Developer Collaboration Made Simple The all-in-one platform Developer Collaboration Made Simple The all-in-one platform that brings your development team together. Code, collaborate, and ship faster with powerful tools designed for modern development workflows.

Found: July 10, 2025 ID: 224

MergeReque.st

Product Hunt

[Code Quality] Automated AI Code Review for Gitlab AI-powered code review assistant that connects to your GitLab repositories and provides intelligent feedback on merge requests

Found: July 10, 2025 ID: 225

Bugspot

Product Hunt

[Other] Super smart bug report forms, powered by AI Help users create professional bug reports with AI and sync them with GitHub Issues. Reduce back-and-forth, avoid duplicates or spam & help developers debug efficiently.

Found: July 10, 2025 ID: 226

Grok 4

Product Hunt

[Other] World's most powerful Al model (still, according to Elon) Grok 4 by xAI: Frontier AI that reasons deeply, creates boldly, and explores the universe with humor & insight. Advanced tools for coding, analysis, & more. Exclusive for SuperGrok/Premium+ users on grok.com & X. The future of helpful AI! 🚀

Found: July 10, 2025 ID: 227

cmdr.ai

Product Hunt

[CLI Tool] AI-powered terminal copilot: instant error fixes cmdr.ai is an open-source CLI tool that automatically detects failed shell commands, analyzes errors with AI (OpenAI, OpenRouter, Ollama, etc.), and suggests practical fixes right in your terminal. No more Googling errors—just instant, actionable help!

Found: July 10, 2025 ID: 232

Builduo

Product Hunt

[Other] Build SaaS backends with AI and deploy in minutes Build and launch a complete API backend with AI or Code. Perfect for both beginners and seasoned developers.

Found: July 10, 2025 ID: 233

[Other] Show HN: MCP server for searching and downloading documents from Anna's Archive I was looking around for an MCP server that could connect Anna&#x27;s Archive to Claude Desktop, as I wanted to be able to search and download books directly through the interface.<p>I couldn&#x27;t find any public implementations, so ended up building one myself.<p>What it does?<p>- It searches Anna&#x27;s Archive by keywords. - It downloads books from search results. - It works directly in Claude Desktop through MCP.<p>Check out the repository&#x27;s README for detailed installation and configuration instructions.<p>The code is fully open source and builds run on GitHub Actions for transparency.<p>I figured I&#x27;d share, since I couldn&#x27;t be the only one wanting this functionality!

Found: July 09, 2025 ID: 215

[Other] A fast 3D collision detection algorithm I discovered this collision detection algorithm during COVID and finally got around to writing about it.<p>github repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;cairnc&#x2F;sat_blog">https:&#x2F;&#x2F;github.com&#x2F;cairnc&#x2F;sat_blog</a>

Found: July 09, 2025 ID: 209

alibaba/MNN

GitHub Trending

[Other] MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba. Full multimodal LLM Android App:[MNN-LLM-Android](./apps/Android/MnnLlmChat/README.md). MNN TaoAvatar Android - Local 3D Avatar Intelligence: apps/Android/Mnn3dAvatar/README.md

Found: July 09, 2025 ID: 200

strapi/strapi

GitHub Trending

[Other] 🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.

Found: July 09, 2025 ID: 199

[API/SDK] Show HN: Pyhoff – Connect Python ML Models to Beckhoff/WAGO IO Hardware Built this Python package because I wanted to run hardware controlling ML stuff and other control algorithms directly connected to industrial I&#x2F;O hardware without jumping into annoying PLC toolchains (Windows only, licensing hassle, no editor choice, proprietary version control - you name it). For sure its not for ms‑cycle loops, or uptime critical production stuff, but in applications with relaxed timing it allows for fast iteration on the setup - making prototyping a pleasure. Its easy to use, has no dependencies beside Python, its fully type annotated and MIT licensed. Internal it uses ModBus&#x2F;TCP for hardware communication, the implementation is exposed, so it co-serves as ModBus&#x2F;TCP client library.<p>I&#x27;d love to hear your use cases, feature ideas and PLC toolchain stories ;)<p>Docs: <a href="https:&#x2F;&#x2F;nonannet.github.io&#x2F;pyhoff" rel="nofollow">https:&#x2F;&#x2F;nonannet.github.io&#x2F;pyhoff</a>

Found: July 09, 2025 ID: 212

[CLI Tool] Show HN: Snub – A fast, lightweight file search CLI for Windows (written in C) built snub, a fast and lightweight recursive file search tool for Windows, written in modern C (C17). File Explorer and PowerShell often crawl on large codebases — so I wrote something that doesn’t.<p>snub is: - Fully multithreaded - Avoids indexing entirely - Supports globbing, size&#x2F;date filters, result limiting, and JSON output - Packaged as a single small executable<p>No dependencies. Just raw C and the WinAPI.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;seeyebe&#x2F;snub">https:&#x2F;&#x2F;github.com&#x2F;seeyebe&#x2F;snub</a><p>Would love feedback on C idioms, WinAPI practices, or ideas for portability and better build flow.

Found: July 09, 2025 ID: 210

[Code Quality] Show HN: I rewrote an outdated React Native map clustering library Hey Hacker News,<p>I&#x27;m a long-time lurker and wanted to share a project I just finished building.<p>Like many React Native developers, I needed to add marker clustering to a map in my app. The most popular library for this, react-native-maps-clustering, was fantastic in its day but has become outdated and no longer works with modern versions of Expo, React Native, and their dependencies.<p>After hitting a wall of compatibility issues, I decided to take on the challenge of rewriting it from the ground up, focusing on a modern toolchain and a better developer experience.<p>The journey was a lot more challenging than I anticipated. It turned into a deep dive into solving dependency hell with different versions of @types&#x2F;react, wrestling with build tool configurations for pnpm, bob, and ESLint, and ensuring everything was strictly typed with TypeScript. It felt like a classic case of yak shaving, but I was determined to create a solution that &quot;just works&quot; for developers today.<p>The result is RN Super Cluster, a performant, fully-typed, and easy-to-use clustering library for react-native-maps.<p>What it does: It provides a &lt;ClusteredMapView &#x2F;&gt; component that you can use as a drop-in replacement for the standard &lt;MapView &#x2F;&gt;. Any &lt;Marker &#x2F;&gt; components you place inside will be automatically clustered.<p>Key Features:<p><pre><code> Modern &amp; Maintained: Built with a modern toolchain and designed to be actively maintained. Fully-Typed: Written entirely in TypeScript to prevent common errors and improve autocompletion. High-Performance: Uses supercluster under the hood for extremely fast geospatial clustering. Spiderfier: At the maximum zoom level, overlapping markers automatically &quot;spiderfy&quot; (spread out on a spiral) so they can be individually tapped. Customizable: You can provide your own custom components for rendering clusters, and callbacks for handling press events. </code></pre> This was a passion project born out of necessity, and I hope it can save other React Native developers the headaches I went through.<p>I would love to get your feedback, and contributions are more than welcome!<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;suwi-lanji&#x2F;rn-maps-clustering">https:&#x2F;&#x2F;github.com&#x2F;suwi-lanji&#x2F;rn-maps-clustering</a> NPM: <a href="https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;rn-maps-clustering" rel="nofollow">https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;rn-maps-clustering</a><p>Thanks for checking it out!

Found: July 09, 2025 ID: 201

TimeRate

Product Hunt

[Other] Time tools built for freelancers. We're excited to share our new app – a time calculator designed to help you quickly calculate hourly rates, track time, and perform useful operations like adding, subtracting, multiplying, or dividing time

Found: July 09, 2025 ID: 196

Weavy

Product Hunt

[Other] AI-powered design workflows, professional-grade control Weavy is a node-based design platform for creative pros. Combine any AI model with pro editing tools in a single canvas. Don’t just generate assets - build reusable design machines. That’s Artistic Intelligence: where your craft meets AI. Try Weavy today.

Found: July 09, 2025 ID: 197

File Sentinel

Product Hunt

[Monitoring/Observability] Shell history & file monitoring sync File Monitor watches text files likezsh_history orbash_history, automatically saving the latest command lines so you can quickly search and never forget your terminal history.

Found: July 09, 2025 ID: 198

TrackJob

Product Hunt

[Other] Job application tracker Track your job applications and manage your job search process efficiently.

Found: July 09, 2025 ID: 203

Dev Atrophy Test

Product Hunt

[Other] Has AI made you smoothbrained? Test yo' self! Are you still a dev lord or just chatGPT's lil" biyatch? Well the Dev Atrophy Test aims to uncover who out there still has the raw dog coding skills buried deep inside their AI-laced cerebral cortex.

Found: July 09, 2025 ID: 204

[Other] Mac software management that is easier than making toast! Never package Mac software again! Effortlessly deploy and maintain third-party applications on your macOS endpoints for pennies a day with Automata Deploy. Cloud-based, MDM-agnostic, and makes managing Mac software as easy as checking a box.

Found: July 09, 2025 ID: 205

CheckCle

Product Hunt

[Monitoring/Observability] A self-hosted open-source CheckCle is a self-hosted, open-source monitoring platform for seamless, real-time full-stack systems, applications, and infrastructure. It provides real-time uptime monitoring, distributed checks, incident tracking, and alerts. All deployable anywhere.

Found: July 09, 2025 ID: 206

[Other] Slash Stripe fees with automated, editable invoices Envilo automates Stripe invoicing for one-time & subscription payments while letting clients edit details themselves—eliminating fees and admin work. No per-invoice charges. Try free for 7 days (no card needed) - 44% OFF!

Found: July 09, 2025 ID: 207

[API/SDK] API of live data stream of VC fundings & acquisitions LeadsOnTrees is proud to launch our VC Fundings & M&A API

Found: July 09, 2025 ID: 211

LLM Booster

Product Hunt

[Other] AI you can trust - Structured reasoning, zero hallucinations Boost your development productivity with LLM Booster. MCP that follows structured decision trees, prevents hallucinations and generates code that works on the first try. Ideal for developers seeking precision and efficiency.

Found: July 09, 2025 ID: 213

[Other] #Developer Tools #Design Tools #Open Source Shotify is a free, open-source tool to beautify your screenshots. With Windows support, a browser extension, and a quick shortcut (Alt + Shift + S), it's perfect for devs & designers to create styled visuals in seconds. Try it now!

Found: July 09, 2025 ID: 214

[Other] Helm local code execution via a malicious chart – CVE-2025-53547

Found: July 09, 2025 ID: 195

Brut: A New Web Framework for Ruby

Hacker News (score: 47)

[Other] Brut: A New Web Framework for Ruby

Found: July 08, 2025 ID: 185

[Other] Show HN: Track the AI-generated code in your repo

Found: July 08, 2025 ID: 202

[Other] Show HN: Dashboard tracking all GitHub PRs and analyzing Code Agent activity Hi HN,<p>We are researchers from ETH Zurich interested in the real-world adoption and impact of Code Agents.<p>To measure this, we built a dashboard, scraping all public PRs on GitHub, analyzing which are created by different code agents (Codex, Jules, Copilot, Devin, etc.), and measuring their merge rates, sliced by various repository and PR characteristics.<p><a href="https:&#x2F;&#x2F;insights.logicstar.ai" rel="nofollow">https:&#x2F;&#x2F;insights.logicstar.ai</a><p>Since mid-May, we&#x27;ve analyzed over 10 million PRs and already found some interesting trends:<p>Usage is high, but shallow. Agents submit ~7% of all PRs overall, but only ~1–2% on popular repos. Most activity is in low-star or experimental projects.<p>Merge rates vary drastically. On low-traffic repos, some agents get 90%+ of their PRs merged. On popular projects, that can drop to &lt;25%.<p>Pre-review helps. Agents that require human-in-the-loop review (e.g., Jules, Codex) have 30–50% higher merge rates than Copilot-style fire-and-forget PRs.<p>Bias toward new code. Agent PRs mostly add code. Refactorings and deletions are rare.<p>If you have ideas for what other characteristics we should look at let us know or play with the code yourself

Found: July 08, 2025 ID: 187

[Other] Show HN: Jukebox – Free, Open Source Group Playlist with Fair Queueing Hey HN,<p>I built Jukebox because I got frustrated with group music apps and Spotify’s limitations (not everyone has Spotify, and collaborative playlists are still too easily dominated by one person). Jukebox is a web app that lets you create a group queue—anyone can join via link, add YouTube songs, and the system automatically rotates songs so everyone gets a fair turn (no more playlist hogs).<p>Web-based, no accounts, no installs.<p>Drop in a YouTube link or search and add music instantly.<p>Songs rotate in round-robin order (so even if one person adds ten songs, nobody else is skipped).<p>Entirely open source (MIT), self-hostable with Docker, privacy-friendly.<p>Live demo: <a href="https:&#x2F;&#x2F;jukeboxhq.com" rel="nofollow">https:&#x2F;&#x2F;jukeboxhq.com</a><p>Code: <a href="https:&#x2F;&#x2F;github.com&#x2F;skeptrunedev&#x2F;jukebox">https:&#x2F;&#x2F;github.com&#x2F;skeptrunedev&#x2F;jukebox</a><p>I made this as a stress-relief project while pivoting my actual startup (Trieve) and used it to practice UI&#x2F;UX (neo-brutalist design, drag-and-drop), plus experiment with AI pair coding.<p>Would love your feedback or feature ideas!

Found: July 08, 2025 ID: 193

[Other] Show HN: Smart Switcher - data driven tool to improve the window switching Hello, my name is Andrew. I&#x27;m an indie developer and I&#x27;m excited to release Smart Switcher for Windows 10&#x2F;11. I&#x27;m looking for feedback on the overall project and the application itself.<p>I built this because I couldn&#x27;t find a window switching&#x2F;management solution that worked for me. I tried all kinds of different solutions, virtual desktop extensions, obscure GUI window managers, you name it. Overtime I realized I wanted something that prioritizes one window at a time, is keyboard driven with has minimal if no GUI elements. I figured this part out, but knew something was missing. I had my eureka moment when I realized I could combine my switching method with a prediction algorithm. This led to the creation of Smart Switcher.<p>Smart Switcher is a data driven window switcher aimed at improving the overall window switching experience. It logs data on your windows switching, then a prediction algorithm analyzes this data and uses it to predict which window you would want to switch to next. When you need to switch windows, you press the switch shortcut to switch to the next predicted window. If this isn&#x27;t the window you wanted, press the override shortcut to switch to the next most likely window. You can press the override shortcut as many times as needed until you arrive at your desired window.<p>It’s a paid app with a demo and trial version. There is a introductory discount and some additional discount tiers for early adopters.<p>Any feedback is appreciated! Thanks!

Found: July 08, 2025 ID: 180

[Other] This repository provides tutorials and implementations for various Generative AI Agent techniques, from basic to advanced. It serves as a comprehensive guide for building intelligent, interactive AI systems.

Found: July 08, 2025 ID: 175

florinpop17/app-ideas

GitHub Trending

[Other] A Collection of application ideas which can be used to improve your coding skills.

Found: July 08, 2025 ID: 174

gusmanb/logicanalyzer

GitHub Trending

[Other] 24 channel, 100Msps logic analyzer hardware and software

Found: July 08, 2025 ID: 173

[Other] Official code repo for the O'Reilly Book - "Hands-On Large Language Models"

Found: July 08, 2025 ID: 172

[Other] Show HN: OffChess – Offline chess puzzles app Hi HN!<p>I&#x27;m the developer of rdx, a mildly popular ad-free, privacy and user friendly Reddit client. This time, I made something for a very specific use case: solving chess puzzles with no internet.<p>Why? Well, my Wi-Fi is terrible in the bathroom—and that&#x27;s where I do some of my best thinking. I tried printing out “mate in X” puzzles to solve offline, but they weren’t fun without interaction. So I built OffChess.<p>OffChess is an iPhone&#x2F;Android app that contains over 100,000 chess puzzles, fully offline and completely ad-free. You can solve puzzles by category (Mate in 1&#x2F;2&#x2F;3&#x2F;4&#x2F;5, tactics like pins&#x2F;forks&#x2F;skewers, or openings like Sicilian&#x2F;French, etc). You gain or lose points based on how you perform, so there&#x27;s a light rating system to keep things engaging.<p>No accounts, no tracking, no monthly subscriptions, no internet required. Just pure, old-school tactical chess training, wherever you are.<p>You can check out the iPhone&#x2F;iPad app at <a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;chess-puzzles-offchess&#x2F;id6744736661?platform=iphone">https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;chess-puzzles-offchess&#x2F;id67447...</a> or the Android app at <a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.offchess">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.offchess</a><p>Would love feedback, bug reports, or suggestions.<p>Thanks!

Found: July 08, 2025 ID: 179

[Other] TIL you can make "GIFs" with SVGs for GitHub README.md files

Found: July 08, 2025 ID: 184

[Other] Leveraging Elixir's hot code loading capabilities to modularize a monolithic app

Found: July 08, 2025 ID: 254

[CLI Tool] Claude code usage analysis tool Learn how to analyze your Claude Code token usage and costs with ccusage CLI tool. Fast, informative tutorials and examples.

Found: July 08, 2025 ID: 168

Authgear ONCE

Product Hunt

[Other] Own your Auth without Subscription Authgear ONCE is a self-hosted IAM solution that puts you in full control—no subscriptions, no limits. Pay once and own your identity management with powerful, flexible features designed for privacy and ease of deployment. Take back control today!

Found: July 08, 2025 ID: 169

OWOX Data Marts

Product Hunt

[API/SDK] Free open-source connectors for data analysts Missing the data you need to build reports? This is a 100% free, open-source library of JavaScript connectors built for data analysts to collect data from ads tools, CRMs, or any possible API - into Sheets or BigQuery. No SaaS contracts. No vendors. Secure.

Found: July 08, 2025 ID: 170

Tile

Product Hunt

[Other] Ship App‑Store‑ready mobile apps with AI agents Build and ship App Store ready mobile apps with AI agents. Design visually with full control. Agents handle auth, payments, CMS & more. Tile gives you full-code output and built-in infra so you can launch real apps, fast, without DevOps.

Found: July 08, 2025 ID: 171

RunPy

Product Hunt

[IDE/Editor] Python playground for rapid prototyping RunPy is a minimalist desktop app for writing and running Python code, designed for rapid prototyping. Available for macOS, Windows, and Linux.

Found: July 08, 2025 ID: 177

Contest Pulse

Product Hunt

[Other] Never miss a competitive coding contests again. Track upcoming coding contests from Codeforces, LeetCode, CodeChef and more. Bookmark, set reminders, get notified, and stay prepared.

Found: July 08, 2025 ID: 178

SynapseAudit

Product Hunt

[Code Quality] AI-Powered Security Auditing for Developers SynapseAudit is an AI-powered security tool for developers, detecting 50+ code vulnerabilities across 20+ languages using LLMs like GPT-4. It offers inline fixes, test case generation, and full local analysis—privacy-first, seamless, and GitHub-integrated.

Found: July 08, 2025 ID: 181

InsurancGPT

Product Hunt

[Other] Your Model. Your Data. Your IP. InsurancGPT is a secure, private LLM tailored for the insurance industry. It helps insurers, MGAs, and brokers automate underwriting, streamline claims, and ensure compliance without black-box APIs or vendor lock-in.

Found: July 08, 2025 ID: 182

[Other] eady.Batch download Binance Klines. GUI tool. AI ready 🚀 Automate your Binance data pipeline! Download Binance perpetual contract Kline (candlestick) data in bulk for multiple symbols and timeframes. Perfect for backtesting and AI model training. Start automating your trading data collection today!

Found: July 08, 2025 ID: 183

DocAPI

Product Hunt

[API/SDK] DocAPI – Instantly Turn Google Sheets into a Powerful API DocAPI by DataFetchPro lets you connect your Google Sheets to the web in seconds — no coding required. Whether you're building dashboards, automating workflows, or integrating with apps, DocAPI exposes your spreadsheet data as secure, scalable RESTful APIs.

Found: July 08, 2025 ID: 189

Deepgram Saga

Product Hunt

[Other] The Voice OS for Developers Control your dev workflow with your voice. End the mentally expensive context switching that takes up almost half your day by skipping the alt-tabbing, clicking, and typing. Just speak to deploy, document, or debug. Powered by MCP, Saga keeps you in flow.

Found: July 08, 2025 ID: 190

DesignSync

Product Hunt

[Other] Overlay Figma & screenshots directly on-screen for fast QA DesignSync helps UI/UX designers and developers quickly validate visual accuracy. You can overlay any design asset — like Figma exports, screenshots, or mockups — directly on your screen, then adjust opacity, alignment, and capture annotated feedback.

Found: July 08, 2025 ID: 191

xmcp

Product Hunt

[DevOps] The framework for building & shipping MCP applications Designed with DX in mind, this open-source project streamlines development and makes it easier to build and deploy powerful tools on the Model Context Protocol ecosystem.

Found: July 08, 2025 ID: 192

Vapi CLI

Product Hunt

[CLI Tool] The best DX for building voice AI Command-line interface that brings world-class DX to voice AI development. Drop Vapi into any project with one command, debug webhooks locally, and turn your IDE into a Vapi expert with MCP integration.

Found: July 08, 2025 ID: 194

[Other] Analyzing database trends through 1.8M Hacker News headlines

Found: July 08, 2025 ID: 229

[API/SDK] Show HN: I built a single API to post on all social platforms Building integrations for TikTok, X, Facebook, Instagram, YouTube, and LinkedIn got frustrating with how different every platform is with auth setup, rate limits, and media requirements. So we built Post for Me: one REST API that handles scheduling and publishing posts for TikTok, Facebook, Instagram, X, YouTube, LinkedIn, Pinterest, Bluesky, and Threads.<p>It&#x27;s built for developers. You bring your own app credentials from the social platform, so you&#x27;re in control of your data. There&#x27;s no limitations on account connections, and pricing is based on usage (not some arbitrary limitations). We wanted the API we wish we had when we first started.<p>What it does - A single POST replaces a dozen different calls - Pay-per-post metered pricing (volume discounts) and a free tier (no seat fees) - Cascading configs: set captions&#x2F;media globally, then override per platform or account<p>Try it at <a href="https:&#x2F;&#x2F;www.postform.dev" rel="nofollow">https:&#x2F;&#x2F;www.postform.dev</a>. Would love feedback, bug reports, or architecture questions!

Found: July 08, 2025 ID: 188

[Other] Show HN: Gore – A Doom Engine Port in Go Hi HN,<p>I’ve been working on Gore – a port of the classic Doom engine written in pure Go, based on a ccgo C-to-Go translation of Doom Generic. It loads original WAD files, uses a software renderer (no SDL or CGO, or Go dependencies outside the standard library). Still has a bit of unsafe code that I&#x27;m trying to get rid of, and various other caveats.<p>In the examples is a terminal-based renderer, which is entertaining, even though it&#x27;s very hard to play with terminal-style input&#x2F;output.<p>The goal is a clean, cross-platform, Go-native take on the Doom engine – fun to hack on, easy to read, and portable.<p>Code and instructions are at <a href="https:&#x2F;&#x2F;github.com&#x2F;AndreRenaud&#x2F;Gore">https:&#x2F;&#x2F;github.com&#x2F;AndreRenaud&#x2F;Gore</a><p>Would love feedback or thoughts.

Found: July 08, 2025 ID: 176

[Other] Automatically Packaging a Haskell Library as a Swift Binary XCFramework

Found: July 07, 2025 ID: 230

[Other] Show HN: Doc81 – tech documentation tool designed in AI-native mind Hello HN!<p>As a EM, I recently asked for a &quot;good&quot; handoff doc to my engineers who&#x27;re leaving, but without proper structure, the first draft was pretty crappy. Studying and thinking hard about what readers(i.e., me) might want on header level and what would be a good representation in each section, we came up with a good template for handoff doc. The result was fantastic. I think we all can write better with a proper format and template. That is where I came up with this idea, doc81.<p>Have fun, and let me know what you think!

Found: July 07, 2025 ID: 165

[Other] Show HN: Unlearning Comparator, a visual tool to compare machine unlearning I built Unlearning Comparator, a visual analytics toolkit to help researchers and developers compare how different machine unlearning methods work. It provides a unified workflow to test for accuracy, efficiency, and privacy. You can check out the live demo linked in the post, and the source code is on GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;gnueaj&#x2F;Machine-Unlearning-Comparator">https:&#x2F;&#x2F;github.com&#x2F;gnueaj&#x2F;Machine-Unlearning-Comparator</a> Our accompanying paper is currently under review at IEEE TVCG. Happy to answer any questions and would love to hear your feedback!

Found: July 07, 2025 ID: 154

[Other] Show HN: Interactive pinout for the Raspberry Pi Pico 2 I&#x27;ve been trying to make accessible and beautiful GPIO pinouts since I started one for the Raspberry Pi in 2013 [1]. I&#x27;ve since given the Raspberry Pi Pico [2] and Pico 2 [3] microcontrollers the same treatment when they launched.<p>Recently I&#x27;ve updated these with a new &quot;Upside-down&quot; view to complement the rear view, giving a pinout in the right orientation to match your project.<p>The Pico sites are all hand-coded single HTML pages with supporting CSS and minimal JS. They are set up to optionally install as a &quot;Desktop&quot; web app. They also degrade into a somewhat usable table in lieu of CSS and use vector graphics (for the board itself) to be viewable and printable at any size.<p>Finally, hidden behind &quot;Advanced&quot; is a pinout of the test pads and special function pins!<p>[1] - <a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20130505194305&#x2F;pi.gadgetoid.com&#x2F;pinout" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20130505194305&#x2F;pi.gadgetoid.com&#x2F;...</a> [2] - <a href="https:&#x2F;&#x2F;pico.pinout.xyz" rel="nofollow">https:&#x2F;&#x2F;pico.pinout.xyz</a> [3] - <a href="https:&#x2F;&#x2F;pico2.pinout.xyz" rel="nofollow">https:&#x2F;&#x2F;pico2.pinout.xyz</a>

Found: July 07, 2025 ID: 167

[Other] Show HN: Integrated System for Enhancing VIC Output ISEVIC stands for Integrated System for Enhancing VIC output and is a cartridge for the C64 that uses the Tang Nano 20K FPGA to monitor the bus and recreate the C64 video for HDMI output. While a tremendous effort has gone into handling all the clever C64 tricks, this should be considered a 1.0 release as there are still some demos and games that exhibit bugs. Everything needed to build one is on the github page.

Found: July 07, 2025 ID: 160

[Other] Show HN: NYC Subway Simulator and Route Designer Hello HN!<p>As a long term NYC resident, I have read countless articles on ideas tweaking subway services, but always found them hard to follow without visual aid. So over the long weekend I decided to build one. It has all the basic features: trains would spawn at their origin, stop at stations, and slow down if it gets too close to another. You can also design custom routes by piecing tracks together.<p>Have fun, and let me know what you think!

Found: July 07, 2025 ID: 152

[Other] Source Code for Sigma Web Development Course

Found: July 07, 2025 ID: 147

[Other] What are the principles we can use to build LLM-powered software that is actually good enough to put in the hands of production customers?

Found: July 07, 2025 ID: 146

smallcloudai/refact

GitHub Trending

[Other] AI Agent that handles engineering tasks end-to-end: integrates with developers’ tools, plans, executes, and iterates until it achieves a successful result.

Found: July 07, 2025 ID: 145

pocketbase/pocketbase

GitHub Trending

[Other] Open Source realtime backend in 1 file

Found: July 07, 2025 ID: 144

Meetstream.ai

Product Hunt

[API/SDK] A unified API for meeting bots. meetstream.ai is an unified API & infrastructure platform that provides a single API for meeting bots to join, record, analyze & push meeting data to CRMs, PMSs - helping your team focus on the actual AI development

Found: July 07, 2025 ID: 141

RepoRead.AI

Product Hunt

[Other] Generate Instant AI-Powered GitHub READMEs in One Click RepoRead.AI is your AI-powered README autopilot! Instantly generate clean, professional, and customizable READMEs straight from your GitHub repo. Save hours, impress users, and ship polished projects faster. Perfect for devs, teams, and open-source pros!

Found: July 07, 2025 ID: 142

AutoBoostSEO

Product Hunt

[Other] Enchance Your Wordpress Content With AI Enhance your WordPress content with AI-powered SEO optimization tools. AutoBoostSEO helps optimize your blogs, pages, and products for better search rankings.

Found: July 07, 2025 ID: 143

Bubbl3r

Product Hunt

[Other] Advanced solana bundler & mev trading bot Bubbl3r is the most advanced Solana bundler and MEV trading bot. Bundle transactions, manage multiple wallets, trade memecoins with privacy protection. Lightning-fast Solana trading automation.

Found: July 07, 2025 ID: 149

[Other] Control cards, members & fields across Trello boards Set global and per-card rules in Trello to automate member management. Post automatic comments showing changes in custom fields, labels, dates, and checklists. Copy fields, labels, and lists between boards. No code needed.

Found: July 07, 2025 ID: 150

RESUME REFINER

Product Hunt

[API/SDK] Resume builder AI Resume Refiner: Upload your resume & job description to our AI-powered site. Using Open API, it tailors your resume with job-specific keywords, ATS-friendly formatting, & polished content. Get instant feedback & a refined resume

Found: July 07, 2025 ID: 151

[Other] Automate CV / Resume Screening With automated compatibility scoring, recruiters can build a workflow that screens CVs instantly, then: ✅ sends an interview-scheduling link to matching candidates ✅ triggers a polite rejection email to those who don’t meet criteria

Found: July 07, 2025 ID: 153

OneNode

Product Hunt

[Other] Simplest backend for AI coding - Open source OneNode is the simplest backend for AI coding. The backend development doesn't have to be complicated anymore.

Found: July 07, 2025 ID: 156

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

[Monitoring/Observability] The best debugging companion for iOS and Android apps Built from the ground up for mobile developers. Monitor network requests, logs, and events in real-time. Debug faster, ship with confidence. Start now and integrate the LogDog SDK within your Android or iOS application.

Found: July 06, 2025 ID: 130

AWS Icons Library

Product Hunt

[Other] Free aws service icons for download in svg & png The ultimate library for free AWS service icons. Download official Amazon Web Services icons in both SVG and PNG formats, with AI-powered search and recommendations.

Found: July 06, 2025 ID: 132

Image Placeholder

Product Hunt

[Other] Smart image placeholders for fast UI prototyping Generate fast, customizable placeholder images for your websites and projects. Free, open-source API with flexible sizing and format options.

Found: July 06, 2025 ID: 133

AotoDocs

Product Hunt

[Other] High-Quality Docs. Articles in Seconds AotoDocs, a desktop tool that helps you generate professional-grade documentation using Google Powered AI — tailored for technical writers, support teams, and developers. Software-as-a-Service? Nah. This is Software-as-a-Download. You install it. You own it.

Found: July 06, 2025 ID: 136

[Other] Show HN: News Alert - Real-time global news monitoring with keyword alerts Built a 24&#x2F;7 news monitoring service that sends instant email alerts when your keywords appear in breaking news worldwide.<p><pre><code> Key features: • Real-time alerts from global news sources • Custom keyword tracking • Smart filtering to prioritize important news • Perfect for investors, traders, and business professionals</code></pre>

Found: July 06, 2025 ID: 129

[Other] Ceramic: A cross-platform and open-source 2D framework in Haxe

Found: July 05, 2025 ID: 186

[Other] Master programming by recreating your favorite technologies from scratch.

Found: July 05, 2025 ID: 114

google/perfetto

GitHub Trending

[Monitoring/Observability] Production-grade client-side tracing, profiling, and analysis for complex software systems.

Found: July 05, 2025 ID: 113

directus/directus

GitHub Trending

[DevOps] The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.

Found: July 05, 2025 ID: 112

[DevOps] Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions

Found: July 05, 2025 ID: 111

[Other] Gecode is an open source C++ toolkit for developing constraint-based systems

Found: July 05, 2025 ID: 118

PolymorphShield

Product Hunt

[Other] Turn your code into a moving target. Stop crackers with P-AI PolymorphShield is an AI-powered dynamic code mutation engine built to fight software cracking and piracy. It takes any code and transforms it into a completely unique, obfuscated, and restructured version — every time it's compiled

Found: July 05, 2025 ID: 108

Frontend Mastery

Product Hunt

[IDE/Editor] Frontend learning redefined: build, test, and grow fast Frontend Mastery helps you learn HTML, CSS, JS & React by building real projects in a browser-based IDE. It features a project roadmap, live preview, integrated docs (MDN, GitHub, StackOverflow), and a console for debugging. Learn by doing.

Found: July 05, 2025 ID: 109

squardtech

Product Hunt

[Other] SquardTech is a leading IT solutions company SquardTech is a leading IT solutions company specializing in custom software development, mobile app and web development, DevOps consulting, and digital transformation services. With a focus on performance, reliability, and client success,

Found: July 05, 2025 ID: 110

DevToolLab

Product Hunt

[Other] Free dev tools: format, validate, convert code DevToolLab provides free tools for devs to format, validate, & convert code like JSON, YAML, HTML, CSS. No signup needed, just simple utilities to boost your workflow. Built by developers for developers try it out & share your feedback to help us improve!

Found: July 05, 2025 ID: 115

ZBounce

Product Hunt

[API/SDK] Email Engine Platform ZBounce Email Engine Platform offers a full spectrum of email-related services, accessible via our REST and gRPC APIs.

Found: July 05, 2025 ID: 116

[IDE/Editor] Your AI coding sidekick that never leaves your side Sidekick is an AI coding assistant that runs locally. Write and fix code without cloud uploads. Features file access, terminal integration, and multiple AI providers for secure development.

Found: July 05, 2025 ID: 117

[Other] bulk plugins installer for WordPress via browser extension WPBulkify is a browser extension that lets you quickly install WordPress plugins on a website. If you work in Customer support or even as a Developer, you know how long it can take to manually locate and install a plugin from the official repo.

Found: July 05, 2025 ID: 120

EBICS API Client

Product Hunt

[API/SDK] Fintech prodoct to communicate with Banks by EBICS protocol. EBICS API Client is a self-hosted Docker microservice with REST API for connecting to EU banks via the EBICS protocol. Supports key exchange, SEPA payments, statements, scheduling, and works with most German, French, and Austrian banks.

Found: July 05, 2025 ID: 121

Weblaro

Product Hunt

[Other] Free online tools & utilities Discover Weblaro, your go-to platform for a wide range of free online web tools including SEO utilities, text converters, code formatters, and more.

Found: July 05, 2025 ID: 122

[Other] Send BTC from cold storage with total peace of mind. A 100% client-side tool for the online parts of an air-gapped Bitcoin (BTC) transaction workflow. Fetch UTXOs & broadcast signed transactions without exposing your private keys to an online machine. Built with the same "paranoid" mindset for maximum security.

Found: July 05, 2025 ID: 123

Skedbit

Product Hunt

[Other] Cron scheduler for devs | smart retries & extended timeouts Built for developers: schedule webhooks, run background jobs, and automate HTTP requests with smart retries, long timeouts, and real-time logs. No bloat, just reliable cron scheduling.

Found: July 05, 2025 ID: 124

[Other] Track your expenses with a local-first C# finance app. Full-source Blazor finance app for devs who want control. Track expenses offline withNET + SQLite, modular architecture, and full C# code included. No cloud, no lock-in. Build on it, learn from it, or launch your own tool. 💻💸

Found: July 05, 2025 ID: 125

DevTutor

Product Hunt

[Other] Design and code resources to learn Swift, SwiftUI DevTutor helps developers build beautiful SwiftUI apps with ease. It offers copyable code examples and live UI previews to help you quickly understand and apply each component.

Found: July 05, 2025 ID: 126

[Other] Show HN: MCP-123, a 2-line MCP server/client (Windows-friendly) Got tired of every MCP example being overly verbose, or needing Docker or Mac-only scripts, so I threw together MCP-123. Point it at a tools.py, run `server.run_server(...)`, and the client auto-discovers&#x2F;calls functions with OpenAI. I hope this is useful to you all.

Found: July 05, 2025 ID: 119

[Database] Show HN: Tinykv – Minimal file-backed key-value store for Rust I built tinykv because I kept reaching for simple persistent storage in Rust projects but found existing solutions either too complex (sled) or unmaintained (pickledb).<p>tinykv focuses on simplicity: JSON-based, serde-powered, with optional TTL. Perfect for CLI tools, game saves, config storage.<p>Would appreciate any feedback from the HN community!

Found: July 04, 2025 ID: 106

dockur/macos

GitHub Trending

[DevOps] macOS inside a Docker container.

Found: July 04, 2025 ID: 101

[Other] Show HN: Ncrypt – Query encrypted files privately with FHE Hey HN,<p>We&#x27;re building ncrypt, an open-source encrypted file manager that allows you to store, manage, and privately query your files using fully homomorphic encryption (FHE). This project originally started as a simple SFTP-like CLI for my personal S3 buckets which I used to send and retrieve encrypted files and have more granular control over key rotation.<p>As the number of files that I was storing grew, file discovery started to become a problem, and I found myself frequently having to download and decrypt files to inspect their contents. Rather than leaving them unencrypted in S3 and therefore easier to search, I started looking into the concept of searching over encrypted data using fully homomorphic encryption. This led me to Zama&#x27;s concrete-python library (<a href="https:&#x2F;&#x2F;github.com&#x2F;zama-ai&#x2F;concrete">https:&#x2F;&#x2F;github.com&#x2F;zama-ai&#x2F;concrete</a>), which provides a simple Python interface for performing FHE operations.<p>FHE is notoriously slow, so rather than trying to search over entire files I focused on a more tractable problem, indexing and searching over file metadata (summaries, keywords, embeddings, etc) which was small enough to make search practical. While still not fast compared to traditional file management tools, ncrypts search performance is decent if you keep directory sizes relatively small (under 25 files), and most of the heavy lifting happens during metadata extraction, not at search time.<p>The two types of encrypted queries we currently support are keyword search and cosine similarity search over vector embeddings, which are generated using user-specified huggingface models. Ncrypt currently supports metadata extraction for text, image, and audio files. Check out our code and give it a try at <a href="https:&#x2F;&#x2F;github.com&#x2F;ncryptai&#x2F;ncrypt">https:&#x2F;&#x2F;github.com&#x2F;ncryptai&#x2F;ncrypt</a>.<p>We love feedback!

Found: July 04, 2025 ID: 107

argoproj/argo-rollouts

GitHub Trending

[DevOps] Progressive Delivery for Kubernetes

Found: July 04, 2025 ID: 93

drawdb-io/drawdb

GitHub Trending

[Other] Free, simple, and intuitive online database diagram editor and SQL generator.

Found: July 04, 2025 ID: 92

[Monitoring/Observability] Show HN: Kuvasz – an open-source uptime and SSL monitoring service A few months ago I took out my side project - an uptime &amp; SSL monitoring service - from the drawer. I&#x27;ve decided to give it a new life and completely overhauled it, added a lot of new feature, and most importantly, a UI.<p>Highlights<p>- configurable uptime &amp; SSL monitoring<p>- Telegram, Slack, PagerDuty &amp; E-mail notifications (more to come!)<p>- fully-fledged REST API<p>- a responsive, modern &amp; fast UI<p>- monitors are optionally configurable via a single YAML file, or you can choose to use either the UI or the API to maintain them<p>- Cloud-native, distributed as amd64 and arm64 images<p>- Only one dependency: a PostgreSQL database to connect to<p>- Extensive examples in the docs<p>- stable memory usage (max ~360MB) &amp; great performance<p>It&#x27;s written in Kotlin, under the hood it uses Micronaut with Netty, jOOQ, and PostgreSQL, and the server-side-rendered UI is built with kotlinx.html, Alpine.js, and htmx.<p>It&#x27;s called Kuvasz (pronounce as [ˈkuvɒs]), and you can find the repository here: <a href="https:&#x2F;&#x2F;github.com&#x2F;kuvasz-uptime&#x2F;kuvasz">https:&#x2F;&#x2F;github.com&#x2F;kuvasz-uptime&#x2F;kuvasz</a><p>And the website with the extensive documentation here: <a href="https:&#x2F;&#x2F;kuvasz-uptime.dev" rel="nofollow">https:&#x2F;&#x2F;kuvasz-uptime.dev</a>

Found: July 04, 2025 ID: 97

[Other] Show HN: BunkerWeb – the open-source and cloud-native WAF

Found: July 04, 2025 ID: 94

[Other] Show HN: Fast Thermodynamic Calculations in Python I built gaspype, a Python library for fast thermodynamic calculations, like equilibrium reactions. It&#x27;s lightweight, written in typed Python&#x2F;Numpy, and comes with a large species database.<p>Gaspype operates on multidimensional arrays for composition, temperature and pressure. It is designed for a flat learning curve and compact syntax for pocket calculator-like use in Jupyter Notebooks, as well as high performance for integration in large physical models. One central goal is the portability to GPU frameworks like JAX or PyTorch for performance as well as direct integrability in ML pipelines.<p>Checkout the examples, I&#x27;d love to hear you feedback, use cases, or feature ideas.<p>Repo is located here: <a href="https:&#x2F;&#x2F;github.com&#x2F;DLR-Institute-of-Future-Fuels&#x2F;gaspype">https:&#x2F;&#x2F;github.com&#x2F;DLR-Institute-of-Future-Fuels&#x2F;gaspype</a>

Found: July 04, 2025 ID: 96

[Other] Collection of developer cheatsheets A curated collection of cheatsheets covering Web Development, DSA, DBMS, Git, and System Design etc. Perfect for quick reference, learning, and interview prep — all in one open-source place. Download as PDF/image. Clean, simple, powerful.

Found: July 04, 2025 ID: 99

Moose Tabs

Product Hunt

[Other] A tree-style tab manager for Chrome Visualize tab hierarchy in a tree view sidebar. Organize tabs by opener relationships with drag-and-drop, search, and grouping.

Found: July 04, 2025 ID: 100

Scrapeless x n8n

Product Hunt

[Other] Seamless n8n workflows: search, unlock, scrape, and crawl Scrapeless integrates seamlessly with n8n to power your workflows—search Google, unlock JavaScript-rendered sites, scrape data from single pages, or crawl entire websites. Build end-to-end automation for web data in minutes, no code required

Found: July 04, 2025 ID: 102

d4t4.app

Product Hunt

[Database] Natural language → SQL. Instantly. The schema-aware AI MySQL Client that lets you talk to your data. Write queries in plain English, get smart SQL + instant charts. Privacy-first. Built for devs, analysts, and teams.

Found: July 04, 2025 ID: 103

[Other] Addition, subtraction, multiplication & division Free hex calculator for quick hexadecimal conversions. Accurate and user-friendly tool for developers and students. Try now!

Found: July 04, 2025 ID: 104

[Other] 500 AI Machine learning Deep learning Computer vision NLP Projects with code

Found: July 04, 2025 ID: 78

MotiaDev/motia

GitHub Trending

[API/SDK] Unified Backend Framework for APIs, Events, and AI Agents

Found: July 04, 2025 ID: 77

danny-avila/LibreChat

GitHub Trending

[Other] Enhanced ChatGPT Clone: Features Agents, DeepSeek, Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenAPI Actions, Functions, Secure Multi-User Auth, Presets, open-source for self-hosting. Active project.

Found: July 04, 2025 ID: 76

isaac-sim/IsaacLab

GitHub Trending

[DevOps] Unified framework for robot learning built on NVIDIA Isaac Sim

Found: July 04, 2025 ID: 75

[Other] Show HN: Built email parsing for booking confirmations for my travel app – Aruko <p><pre><code> A few months ago I shared my travel app here. Today I&#x27;m back with something that solved a real technical challenge I was facing. The problem: Parsing booking confirmation emails accurately. Built a parsing system that: - Distinguishes between connection hubs and actual destinations - Captures all segments (flights, hotels, trains) in the right order - Handles different booking site email formats - Creates complete itineraries automatically </code></pre> Happy to discuss more if anyone&#x27;s interested :)

Found: July 03, 2025 ID: 98

[Other] What every programmer should know about how CPUs work [video]

Found: July 03, 2025 ID: 155

[Other] Show HN: Mochia, a virtual pet browser game, built with Rust, SolidJS, Postgres Around three years ago, I was reminiscing about how much I loved playing Neopets as a kid. Meanwhile, I was also looking for a project to better learn Rust and SolidJS. So.. I figured making my own virtual pet browser game would be a fun way to practice! Since then, I’ve been working on it nearly every day, and.. it’s grown quite a bit! Here are some bulleted lists for your convenience:<p>Technical Details:<p><pre><code> * Backend monolithic Rust server runs on a single $5&#x2F;month VPS * Lean frontend with just 3 dependencies (SolidJS, Solid Router, and Mutative) * Around 130,000 combined lines of code (frontend + backend) * Rust server uses axum, sqlx, tokio, rand, strum, tungstenite (websockets) * No server crashes or data loss in 3 years (thank you Rust + Postgres!) * Almost all graphics (500+ assets) are SVGs for perfect detail at every zoom level * Fully mobile responsive and playable on all modern browsers and devices * Actor model for player actions enables trivial parallel, multi-core scaling * Single page application that preloads entire game world on initial page load * Instantaneous navigation between pages (no additional page fetches required) * Lightweight game engine for minigames, powered by custom WebGL shaders * Rust is the single source of truth for data structures shared between browser and server * Custom derive macros used to autogenerate TypeScript bindings and binary decoding functions * Binary WebSocket messages with custom protocol for client-server communication * O(1) selection for nested, weighted-random item reward pools * Minigames can be played without an account (but rewards can&#x27;t be saved) </code></pre> Features:<p><pre><code> * Completely free to play with no ads or tracking * Multiplayer browser-based virtual world with 80+ locations to explore * Dark mode toggle switch * Simple minigames that smoothly run at your display&#x27;s refresh rate * Public leaderboards that track the top scores in each minigame * Pet training system with turn-based card-based battle arena * Dynamic player economy with player-run shops * Player guilds that members can level up to unlock perks * Abandoned mines area created by maze generation algorithm * Create &#x2F; adopt pets, adorn them with hats, give them pets, change their color, etc. * 220 items to collect (food, toys, cosmetics, books, charms, tiny creatures, etc.) * In-game currency with banking, auctions, stock market, and jobs system * Villagers you can talk to, befriend, and complete quests and jobs for * Optional push notifications (like for when you win an auction) * 38 achievement avatars to unlock * Social features: befriend others, send gifts, and share your recent activity * NPC shops that restock over time (sometimes with very rare items!) * Luck system with ways to boost your luck for better rewards * Many puzzles that grant items or MP (currency) when solved * Fishing, gardening, caves, random events, fountains, galleries, etc. * Wheels to spin, treasure maps to complete, and secrets to explore! * Much, much more but I don&#x27;t want to spoil everything! </code></pre> Links:<p><pre><code> * Website URL: https:&#x2F;&#x2F;mochia.net * Community Discord: https:&#x2F;&#x2F;discord.gg&#x2F;ub6z8YH866 * Gameplay Video: https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=CC6beIxLq8Q * Screenshots Album: https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;FC9f9u3 </code></pre> I&#x27;d love to answer any questions, hear any thoughts, or read any sort of feedback or criticism!

Found: July 03, 2025 ID: 82

[Other] Parallelizing SHA256 Calculation on FPGA

Found: July 03, 2025 ID: 73

Introducing tmux-rs

Hacker News (score: 694)

[Other] Introducing tmux-rs

Found: July 03, 2025 ID: 79

[Other] Show HN: HomeBrew HN – Generate personal context for content ranking TLDR: Build a quick HN profile to see how little context LLMs need to personalise your feed. Rate 30 posts once, get a permanent ranked homepage you can return to.<p>Our goal was to build a tool that allowed us to test a range of &quot;personal contexts&quot; on a very focused everyday use case for us, reading HN!<p>We are exploring use of personal context with LLMs, specifically what kind of data, how much, and with how much additional effort on the user’s part was needed to get decent results. The test tool was a bit of fun on its own so we re-skinned it and decided to post it here.<p>First time posting anything on HN but folks at work encouraged me to drop a link. Keen on feedback or other interesting projects thinking about bootstrapping personal context for LLM workflows!

Found: July 03, 2025 ID: 81

swagger-api/swagger-ui

GitHub Trending

[API/SDK] Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.

Found: July 03, 2025 ID: 71

[Other] Show HN: Recivo – Receive Emails Programmatically Hi HN, these last couple of weeks I&#x27;ve been building &#x27;Recivo&#x27;, a simple way to receive emails programmatically. There are plenty of API-based services that can be used to send emails, but receiving them is harder.<p>As a Recivo user, you create a new email address which will then immediately be available for receiving emails. A REST `&#x2F;inbox` endpoint is exposed for retrieving these emails, this includes all data you would expect: subject, content, sender, and most importantly: attachments. You can also get notified of newly received emails using webhooks.<p>The main use-cases I&#x27;m thinking of right now is triggering AI agents using email or a very simple document upload flow to any SaaS (just forward an email to the SaaS). This is actually where the inspiration for Recivo came from, I really enjoy the flow of getting an invoice in my mailbox and forwarding it to my accounting software and then seeing it appear in the app. The agentic use-case seems promising, especially for workflows that still require a human in the loop. Asynchronous communication with an AI agent feels natural to me.<p>When you visit the landing page you&#x27;re immediately given a randomly generated email address and a cURL command to try the API. Of course these demo addresses will expire, so you&#x27;ll have to log in to create a non-randomized and permanent address.<p>I&#x27;m wondering if you see any other use cases for a &quot;programmatic&quot; mailbox. Please let me know what you think!

Found: July 03, 2025 ID: 84

[Monitoring/Observability] Debug http traffic and webhooks locally Transparent HTTP proxy for local development. See every webhook request/response, mock failures, search history. When your backend crashes, LPI keeps responding. Single binary, works offline, SQLite storage. Built by devs who hate losing webhook data.

Found: July 03, 2025 ID: 74

[Other] Predict SLA breaches & auto-route JIRA tickets with AI Supercharge your JIRA workflow with AI! Predict SLA breaches before they happen and auto-assign tickets to the right team. Boost efficiency, reduce delays, and keep customers happy with this open-source ML-powered smart ticketing solution.

Found: July 03, 2025 ID: 90

JSON Stringify

Product Hunt

[Other] Convert js objects or arrays into json strings online Use JSON Stringify to convert JavaScript objects, arrays, or values into valid JSON strings. Useful for storage, API payloads, or debugging frontend data serialization.

Found: July 03, 2025 ID: 91

[CLI Tool] Gmailtail – Command-line tool to monitor Gmail messages and output them as JSON

Found: July 03, 2025 ID: 72

[Other] Show HN: CSS generator for a high-def glass effect There are lots of glassmorphism generators out there, but I wanted to push the effect further! This project is the result of months of experimenting with CSS property layering and battling browser quirks.<p>Cross-browser compatibility is actually the reason I rely on ::before and ::after pseudo-elements to build up the effect. Move the color&#x2F;opacity to the main element, and you’ll get weird color bleed on the corners in Chrome. Move the texture, and it muddles the bevel’s specular highlight. Move the bevel, and it gets blurred out by the backdrop-filter. And so on!<p>Layers include: * Adjustable blur, brightness, and saturation (backdrop-filter) * Subtle translucent texture * Faux 3D bevel (using box-shadows, not an outline)<p>Glassmorphism is rather heavy on resources, so it’s best used as an accent and avoided on wide desktop elements. Should be compatible with recent versions of Chrome, Safari, and Firefox (desktop and mobile). If you spot bugs or rendering glitches, I’d love to know!<p>Side note: this is an early preview of a framework-agnostic glass SCSS&#x2F;component library I’m building.

Found: July 02, 2025 ID: 83

[Other] Show HN: I made Logic gates using CSS if() function

Found: July 02, 2025 ID: 128

[CLI Tool] Show HN: Opasm, an Assembly REPL This is a fun repl for running arbitrary assembly commands, right now it supports x86, X86_64, arm, aarch64, but there&#x27;s not a big reason that I can&#x27;t add support for other qemu&#x2F;capstone&#x2F;unicorn&#x2F; keystone supported architectures, just have to do it

Found: July 02, 2025 ID: 70

PaddlePaddle/ERNIE

GitHub Trending

[API/SDK] The official repository for ERNIE 4.5 and ERNIEKit – its industrial-grade development toolkit based on PaddlePaddle.

Found: July 02, 2025 ID: 67

Envolt

Product Hunt

[Other] Secure .env sharing for dev teams Envolt is a secure platform for sharing environment variables and secrets with your team. Keep your sensitive data safe while collaborating on projects.

Found: July 02, 2025 ID: 68

Dessert

Product Hunt

[Testing] Test generation straight from your debugger Hey! I built an open-source IntelliJ IDE plugin that uses AI to generate unit tests straight from your debugger. It grabs runtime variables and stack info as context to generate more accurate tests. Looking for contributors if you're down to help! 😀

Found: July 02, 2025 ID: 69

[Other] Show HN: Terminal in Browser I wrote a small golang project to render terminal on browser. It is a single binary that can be deployed on any server and you can access the terminal over web.

Found: July 01, 2025 ID: 66

[Other] Show HN: Core – open source memory graph for LLMs – shareable, user owned I keep running in the same problem of each AI app “remembers” me in its own silo. ChatGPT knows my project details, Cursor forgets them, Claude starts from zero… so I end up re-explaining myself dozens of times a day across these apps.<p>The deeper problem<p>1. Not portable – context is vendor-locked; nothing travels across tools.<p>2. Not relational – most memory systems store only the latest fact (“sticky notes”) with no history or provenance.<p>3. Not yours – your AI memory is sensitive first-party data, yet you have no control over where it lives or how it’s queried.<p>Demo video: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;iANZ32dnK60" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;iANZ32dnK60</a><p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;RedPlanetHQ&#x2F;core">https:&#x2F;&#x2F;github.com&#x2F;RedPlanetHQ&#x2F;core</a><p>What we built<p>- CORE (Context Oriented Relational Engine): An open source, shareable knowledge graph (your memory vault) that lets any LLM (ChatGPT, Cursor, Claude, SOL, etc.) share and query the same persistent context.<p>- Temporal + relational: Every fact gets a full version history (who, when, why), and nothing is wiped out when you change it—just timestamped and retired.<p>- Local-first or hosted: Run it offline in Docker, or use our hosted instance. You choose which memories sync and which stay private.<p>Try it<p>- Hosted free tier (HN launch): <a href="https:&#x2F;&#x2F;core.heysol.ai">https:&#x2F;&#x2F;core.heysol.ai</a><p>- Docs: <a href="https:&#x2F;&#x2F;docs.heysol.ai&#x2F;core&#x2F;overview">https:&#x2F;&#x2F;docs.heysol.ai&#x2F;core&#x2F;overview</a>

Found: July 01, 2025 ID: 88

[Code Quality] Converting a large mathematical software package written in C++ to C++20 modules

Found: July 01, 2025 ID: 65

[Code Quality] Show HN: Flint – Write code your way while ensuring remote consistency I just released my biggest project yet: Flint, a language-agnostic Git wrapper that lets developers code using their own formatting preferences locally, while automatically enforcing the project&#x27;s style on push.<p>No more fighting over tabs vs spaces or dealing with noisy diffs.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;capsulescodes&#x2F;flint">https:&#x2F;&#x2F;github.com&#x2F;capsulescodes&#x2F;flint</a> Documentation: <a href="https:&#x2F;&#x2F;flintable.com&#x2F;docs&#x2F;flint&#x2F;" rel="nofollow">https:&#x2F;&#x2F;flintable.com&#x2F;docs&#x2F;flint&#x2F;</a> Article: <a href="https:&#x2F;&#x2F;capsules.codes&#x2F;en&#x2F;blog&#x2F;flintable&#x2F;en-flintable-introducing-flint" rel="nofollow">https:&#x2F;&#x2F;capsules.codes&#x2F;en&#x2F;blog&#x2F;flintable&#x2F;en-flintable-introd...</a>

Found: July 01, 2025 ID: 105

[Other] Show HN: I built the tool I wished existed for moving Stripe between countries In late 2024, I had to set up a new Stripe account because I incorporated my company in a different country. Turns out it&#x27;s not as simple as just changing the country in a dropdown, you have to start from scratch.<p>I had hundreds of users and using Stripe&#x27;s dashboard to add all of the products, prices, coupons and subscriptions manually would take ages. I contacted a couple of services that help with this kind of migration, but their quotes were way over my budget. My next option was to use Stripe&#x27;s API, which is very powerful but also very complicated. I&#x27;m a designer who can code, but I didn&#x27;t feel confident doing it alone, so I asked a friend, an experienced developer, to help.<p>It proved to be quite challenging, with many details and caveats we had to learn as we went. What we thought would take a couple of days took us a week.<p>After this experience, we teamed up and built <a href="https:&#x2F;&#x2F;stripemove.com" rel="nofollow">https:&#x2F;&#x2F;stripemove.com</a>, a tool that guides you through this whole process, explaining and automating that hard week we went through. It handles the technical complexity while keeping your business running. Customers keep paying on your old account while everything transfers in parallel, then you flip the switch when ready.<p>It&#x27;s a very niche tool, built for founders who need to change their company location for personal or business reasons. For entrepreneurs buying companies established in other countries. For people in the same situation I was in a few months ago. Basically the tool I wished existed, and for a fair price. Designed to get you through this inconvenient process and back as soon as possible on growing your business.<p>Would love to hear from anyone who&#x27;s dealt with similar Stripe migrations. What was your biggest pain point?

Found: July 01, 2025 ID: 86

[Other] Show HN: Spegel, a Terminal Browser That Uses LLMs to Rewrite Webpages

Found: July 01, 2025 ID: 87

[Other] Show HN: Jobs by Referral: Find jobs in your LinkedIn network I have some friends who were laid off and are on the job hunt. We were all quite surprised to learn that LinkedIn does not have a &quot;view jobs only at companies where I have connections&quot;, so I built <a href="https:&#x2F;&#x2F;jobsbyreferral.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jobsbyreferral.com&#x2F;</a><p>It&#x27;s powered by <a href="https:&#x2F;&#x2F;rapidapi.com&#x2F;letscrape-6bRBa3QguO5&#x2F;api&#x2F;jsearch" rel="nofollow">https:&#x2F;&#x2F;rapidapi.com&#x2F;letscrape-6bRBa3QguO5&#x2F;api&#x2F;jsearch</a>, which is a little pricey, so I&#x27;m trying to decide whether to put more effort into the project (I&#x27;d have to charge _something_ to offset the costs).

Found: July 01, 2025 ID: 85

[Other] Show HN: A cross-platform terminal emulator written in Java It&#x27;s based on the jediterm library developed for IDEs, but it can also be put to work as a standalone terminal emulator with tabs. The library has been around for more than 10 years, but I don&#x27;t think anyone made a terminal emulator app from it?

Found: July 01, 2025 ID: 95

Co-OPS.AI

Product Hunt

[IDE/Editor] Kubernetes IDE with chatbot Eliminate context-switching and reduce troubleshooting time with AI-powered Kubernetes diagnostics. Help developers solve cluster issues independently while keeping your DevOps team focused.

Found: July 01, 2025 ID: 61

Well Extract

Product Hunt

[CLI Tool] AI-powered receipt & invoice extraction for developers Well Extract — Lightweight AI-powered invoice & receipt data extraction tool for developers. CLI-first, open source, and customizable. Run it locally, choose your AI model (OpenAI, Anthropic, Gemini, Ollama), and get structured JSON from any invoice.

Found: July 01, 2025 ID: 62

Rust CLIs with Clap

Hacker News (score: 40)

[CLI Tool] Rust CLIs with Clap

Found: July 01, 2025 ID: 60

Claude Code now supports hooks

Hacker News (score: 244)

[IDE/Editor] Claude Code now supports hooks

Found: July 01, 2025 ID: 63

[Code Quality] I write type-safe generic data structures in C

Found: June 30, 2025 ID: 59

[Other] Show HN: TokenDagger – A tokenizer faster than OpenAI's Tiktoken TokenDagger is a drop-in replacement for OpenAI’s Tiktoken (the tokenizer behind Llama 3, Mistral, GPT-3.*, etc.). It’s written in C++ 17 with thin Python bindings, keeps the exact same BPE vocab&#x2F;special-token rules, and focuses on raw speed.<p>I’m teaching myself LLM internals by re-implementing the stack from first principles. Profiling TikToken’s Python&#x2F;Rust implementation showed a lot of time was spent doing regex matching. Most of my perf gains come from a) using a faster jit-compiled regex engine; and b) simplifying the algorithm to forego regex matching special tokens at all.<p>Benchmarking code is included. Notable results show: - 4x faster code sample tokenization on a single thread. - 2-3x higher throughput when tested on a 1GB natural language text file.

Found: June 30, 2025 ID: 89

visgl/deck.gl

GitHub Trending

[Other] WebGL2 powered visualization framework

Found: June 30, 2025 ID: 56

[Other] Show HN: I rewrote my notepad calculator as a local-first app with CRDT syncing I launched NumPad v1 on here a few years ago, and back then it wasn&#x27;t much more than a thin CodeMirror wrapper around the calculator engine I&#x27;d written.<p>Now I&#x27;ve rewritten it as a PWA that supports multiple documents, persists them to IndexedDB, and has a syncing service for paying customers. Syncing is handled by Automerge[1] under the hood, which <i>should</i> make it relatively easy to get document sharing working too.<p>[1] <a href="https:&#x2F;&#x2F;automerge.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;automerge.org&#x2F;</a>

Found: June 30, 2025 ID: 80

[Other] NativeJIT: A C++ expression –> x64 JIT

Found: June 30, 2025 ID: 58

The Chan-Zuckerbergs stopped funding social causes

Found: June 30, 2025 ID: 52

Use keyword-only arguments in Python dataclasses

Found: June 30, 2025 ID: 54

China Dominates 44% of Visible Fishing Activity Worldwide

Found: June 29, 2025 ID: 49

m1k1o/neko

GitHub Trending

A self hosted virtual browser that runs in docker and uses WebRTC.

Found: June 29, 2025 ID: 27

Error handling in Rust

Hacker News (score: 107)

[Code Quality] Error handling in Rust

Found: June 29, 2025 ID: 51

mendableai/firecrawl

GitHub Trending

🔥 Turn entire websites into LLM-ready markdown or structured data. Scrape, crawl and extract with a single API.

Found: June 29, 2025 ID: 21

Earth is trapping much more heat than climate models forecast

Found: June 29, 2025 ID: 50

jnsahaj/tweakcn

GitHub Trending

A visual no-code theme editor for shadcn/ui components

Found: June 29, 2025 ID: 20

stanford-oval/storm

GitHub Trending

[Other] An LLM-powered knowledge curation system that researches a topic and generates a full-length report with citations.

Found: June 29, 2025 ID: 18

FULL v0, Cursor, Manus, Same.dev, Lovable, Devin, Replit Agent, Windsurf Agent, VSCode Agent, Dia Browser, Trae AI & Cluely (And other Open Sourced) System Prompts, Tools & AI Models.

Found: June 29, 2025 ID: 16

21 Lessons, Get Started Building with Generative AI 🔗https://microsoft.github.io/generative-ai-for-beginners/

Found: June 29, 2025 ID: 15

twentyhq/twenty

GitHub Trending

Building a modern alternative to Salesforce, powered by the community.

Found: June 29, 2025 ID: 14

America's Coming Smoke Epidemic

Hacker News (score: 49)

America's Coming Smoke Epidemic

Found: June 29, 2025 ID: 24

[Other] We accidentally solved robotics by watching 1M hours of YouTube

Found: June 29, 2025 ID: 47

[Testing] Show HN: A tool to benchmark LLM APIs (OpenAI, Claude, local/self-hosted) I recently built a small open-source tool to benchmark different LLM API endpoints — including OpenAI, Claude, and self-hosted models (like llama.cpp).<p>It runs a configurable number of test requests and reports two key metrics: • First-token latency (ms): How long it takes for the first token to appear • Output speed (tokens&#x2F;sec): Overall output fluency<p>Demo: <a href="https:&#x2F;&#x2F;llmapitest.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;llmapitest.com&#x2F;</a> Code: <a href="https:&#x2F;&#x2F;github.com&#x2F;qjr87&#x2F;llm-api-test">https:&#x2F;&#x2F;github.com&#x2F;qjr87&#x2F;llm-api-test</a><p>The goal is to provide a simple, visual, and reproducible way to evaluate performance across different LLM providers, including the growing number of third-party “proxy” or “cheap LLM API” services.<p>It supports: • OpenAI-compatible APIs (official + proxies) • Claude (via Anthropic) • Local endpoints (custom&#x2F;self-hosted)<p>You can also self-host it with docker-compose. Config is clean, adding a new provider only requires a simple plugin-style addition.<p>Would love feedback, PRs, or even test reports from APIs you’re using. Especially interested in how some lesser-known services compare.

Found: June 29, 2025 ID: 13

[Other] 4-10x faster in-process pub/sub for Go

Found: June 29, 2025 ID: 9

[API/SDK] Show HN: SmartStepper – Multi-Step Form Library with Config-Based Flow I just released SmartStepper v2 – a declarative and config-based way to handle multi-step forms in React.<p>It lets you define orchestration (next, previous steps), validation, and views via a single config object. No more if&#x2F;else spaghetti or scattered state.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;Miladxsar23&#x2F;smartstepper">https:&#x2F;&#x2F;github.com&#x2F;Miladxsar23&#x2F;smartstepper</a> Demo: <a href="https:&#x2F;&#x2F;smartstepper-demo.vercel.app" rel="nofollow">https:&#x2F;&#x2F;smartstepper-demo.vercel.app</a> Docs: <a href="https:&#x2F;&#x2F;github.com&#x2F;Miladxsar23&#x2F;smartstepper#readme">https:&#x2F;&#x2F;github.com&#x2F;Miladxsar23&#x2F;smartstepper#readme</a><p>Would love feedback, suggestions, or examples if anyone tries it!

Found: June 29, 2025 ID: 11

[Testing] Performance Debugging with LLVM-mca: Simulating the CPU

Found: June 29, 2025 ID: 2

Show HN: Octelium – FOSS Alternative to Teleport, Cloudflare, Tailscale, Ngrok I have been working on Octelium for quite a few years now but it was open sourced only by late May 2025. Octelium, as described more in detail in the repo&#x27;s README, is simply an open source, self-hosted, unified platform for zero trust resource access that is primarily meant to be a modern alternative to corporate VPNs and remote access tools. It can operate as a remote access&#x2F;corporate VPN (i.e. alternative to Twingate, Tailscale, OpenVPN Access Server, etc...), a ZTNA&#x2F;BeyondCorp platform (i.e. alterntive to Cloudflare Access, Teleport, Google BeyondCorp, etc...), and it can also operate as an API&#x2F;AI gateway, an infrastructure for MCP and A2A architectures and meshes, an ngrok alternative, a homelab infrastructure or even as a more advanced Kubernetes ingress. It&#x27;s basically designed to operate like a unified Kubernetes-like scalable architecture for zero trust secure&#x2F;remote access that&#x27;s suitable for different human-to-workload and workload-to-workload environments. You can read more in detail the full set of main features and links about how it works in the repo&#x27;s README or directly in the docs <a href="https:&#x2F;&#x2F;octelium.com&#x2F;docs" rel="nofollow">https:&#x2F;&#x2F;octelium.com&#x2F;docs</a>

Found: June 29, 2025 ID: 22

[Other] Implementing fast TCP fingerprinting with eBPF

Found: June 29, 2025 ID: 1

Ultracite

Product Hunt

[Code Quality] Fast, automated code formatting for JavaScript apps Ultracite is a fast, intuitive dev tool that brings automated code formatting and linting to your JS / TS projects. Built on top of Biome (a Rust-based code formatter), Ultracite provides a robust, preconfigured setup optimized for modern web development.

Found: June 29, 2025 ID: 4

SalafiMatch

Product Hunt

Find ur life partner the sunnah way | muslim matrimonial app SalafiMatch is a matrimonial app built for practicing Muslims seeking Nikah based on Qur'an & Sunnah. Wali required. Profiles verified. Istikhara tools included.

Found: June 29, 2025 ID: 33

100 cards with tailwind css colors Application that generates 100 gradient cards using only official Tailwind CSS colors. Each card shows colors and ready-to-use Tailwind classes. Click to copy colors or classes.

Found: June 29, 2025 ID: 34

Find clients. Track projects. Get paid. Milo is your all-in-one freelance dashboard. Scrape real leads, track deals, manage client outreach, and automate your workflow—all in one clean interface. Perfect for developers, designers, and solopreneurs who want to stay lean but look pro.

Found: June 29, 2025 ID: 35

LinkTrim

Product Hunt

Shorten smarter. Share faster Shorten long URLs with LinkTrim. Create shareable links and track performance with easy analytics — ideal for marketing or personal use.

Found: June 29, 2025 ID: 37

Data Socket

Product Hunt

[API/SDK] Build AI Apps with Ease Using Our Middleware SaaS Data-Socket is the complete AI middleware solution for modern applications. Upload documents, connect data sources, and build AI apps with Grok 3, GPT-4o, Mistral, and LLaMA 3. Zero infrastructure hassle.

Found: June 29, 2025 ID: 38

Ailoquence Ailoquence is All-In-One AI-powered editorial intelligence platform that elevates your WordPress content. It generates ideas, images, and optimized articles, and measures their real impact through Google Analytics. Write smarter, publish with purpose with AI.

Found: June 29, 2025 ID: 40

[Other] Build Irresistible Offers Without Guesswork or Burnout Get $10K+ offer templates, bonuses, & risk-free tools. 10X value for what you pay—or your money back. Build grand slam offers with zero guesswork.

Found: June 29, 2025 ID: 41

Zero to Dev

Product Hunt

A Step-by-Step Learning Map for Web Development Ready to learn how to code but overwhelmed by where to start? Zero to Dev is your no-fluff, beginner-friendly roadmap that guides you from absolute zero to building real web projects — without the burnout, confusion, or expensive bootcamps.

Found: June 29, 2025 ID: 42

Cuentos.uno

Product Hunt

[Other] Crea cuentos únicos con IA - Historias y audio en minutos Genera historias únicas con IA. Solo selecciona género y tema - la IA crea cuento completo con imágenes y audio. Para padres, escritores y educadores. Conversión TTS, biblioteca pública, sistema gamificado. Primera plataforma española.

Found: June 29, 2025 ID: 43

[Other] Magnetic Tape Storage Technology: usage, history, and future outlook

Found: June 29, 2025 ID: 26

[API/SDK] Muxio: Rust layered stream and RPC toolkit

Found: June 29, 2025 ID: 64

[Other] The Death of the Middle-Class Musician

Found: June 28, 2025 ID: 25

Schizophrenia is the price we pay for minds poised near the edge of a cliff

Found: June 28, 2025 ID: 44

[CLI Tool] Show HN: Vet – A tool for safely running remote shell scripts

Found: June 28, 2025 ID: 3

[Code Quality] Show HN: Query your Rust codebase and generate types for anything Hello HN!<p>As a long-time professional Rust developer. I&#x27;ve always been frustrated by the difficulty and &quot;hackiness&quot; of producing bindings to other languages, whether a frontend, an FFI library, etc.<p>Not just in Rust but in any language.<p>After many years of trying existing solutions and trying to make my own, I&#x27;ve finally developed a solution I&#x27;m very happy with.<p>RTK (aka Rust Type Kit) allows you to write Lua scripts that perform queries on your code, such as method calls to Axum&#x27;s `.route`, function definitions, and more, and then receive rich type information including all argument types, function paths, proc macro attributes, and more.<p>Your Lua script can then read this information and emit an output file in any language of your choosing. Or, you can emit compiler errors and use it as a linter of sorts. You can even directly re-emit Rust code itself and use this as a richer proc macro solution!<p>The code example is a bit verbose, so I encourage you to take a look at the repo&#x27;s README. I look forward to hearing your thoughts, or any usecases you may come up with!

Found: June 28, 2025 ID: 8

Life of an inference request (vLLM V1): How LLMs are served efficiently at scale

Found: June 28, 2025 ID: 30

[CLI Tool] Show HN: Clai - Vendor agnostic Claude Code/Gemini CLI written in Go

Found: June 28, 2025 ID: 7

MCP: An (Accidentally) Universal Plugin System

Found: June 28, 2025 ID: 28

[Other] We ran a Unix-like OS on our home-built CPU with a home-built C compiler (2020)

Found: June 28, 2025 ID: 12

[IDE/Editor] Show HN: Reactylon – Open-source framework for building 3D/XR apps with React

Found: June 28, 2025 ID: 10

[Build/Deploy] Cross-Compiling Common Lisp for Windows

Found: June 27, 2025 ID: 57

Show HN: I'm an airline pilot – I built interactive graphs/globes of my flights Hey HN!<p>Pilots everywhere are required to keep a logbook of all their flying hours, aircraft, airports, and so on. Since I track everything digitally (some people still just use paper logbooks!), I put together some data visualizations and a few 3D globes to show my flying history.<p>This globe is probably my favourite so far: <a href="https:&#x2F;&#x2F;jameshard.ing&#x2F;pilot&#x2F;globes&#x2F;all" rel="nofollow">https:&#x2F;&#x2F;jameshard.ing&#x2F;pilot&#x2F;globes&#x2F;all</a><p>If you’ve got ideas for other graphs or ways to show this kind of data, I’d love to hear them!

Found: June 27, 2025 ID: 19

[CLI Tool] Show HN: Zenta – Mindfulness for Terminal Users

Found: June 27, 2025 ID: 31

Show HN: Sink – Sync any directory with any device on your local network i made sink. it&#x27;s a simple little tool that continuously syncs folders between 2 devices. no cloud, no email, flash drives, no bs.<p>it just uses your local wifi. run it on your machines, tell them to trust each other, and you&#x27;re set. and if you manage to edit the same file at once, it handles the conflict and saves both copies.<p>for anyone who just wants to get files from point a to b without the headache. hope it makes your life a bit less annoying.<p>github: <a href="https:&#x2F;&#x2F;github.com&#x2F;sirbread&#x2F;sink">https:&#x2F;&#x2F;github.com&#x2F;sirbread&#x2F;sink</a> binary: <a href="https:&#x2F;&#x2F;github.com&#x2F;sirbread&#x2F;sink&#x2F;releases&#x2F;tag&#x2F;v0.1">https:&#x2F;&#x2F;github.com&#x2F;sirbread&#x2F;sink&#x2F;releases&#x2F;tag&#x2F;v0.1</a>

Found: June 27, 2025 ID: 36

Modelling API rate limits as diophantine inequalities

Found: June 27, 2025 ID: 48

Brad Woods Digital Garden

Hacker News (score: 32)

Brad Woods Digital Garden

Found: June 27, 2025 ID: 23

Amber insect fossils reveal "zombie" fungi likely lived alongside dinosaurs

Found: June 26, 2025 ID: 53

[Other] Show HN: PRSS Site Creator – Create Blogs and Websites from Your Desktop

Found: June 26, 2025 ID: 32

[Testing] Show HN: Magnitude – Open-source AI browser automation framework Hey HN, Anders and Tom here. We had a post about our AI test automation framework 2 months ago that got a decent amount of traction (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43796003">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43796003</a>).<p>We got some great feedback from the community, with the most positive response being about our vision-first approach used in our browser agent. However, many wanted to use the underlying agent outside the testing domain. So today, we&#x27;re releasing our fully featured AI browser automation framework.<p>You can use it to automate tasks on the web, integrate between apps without APIs, extract data, test your web apps, or as a building block for your own browser agents.<p>Traditionally, browser automation could only be done via the DOM, even though that’s not how humans use browsers. Most browser agents are still stuck in this paradigm. With a vision-first approach, we avoid relying on flaky DOM navigation and perform better on complex interactions found in a broad variety of sites, for example:<p>- Drag and drop interactions<p>- Data visualizations, charts, and tables<p>- Legacy apps with nested iframes<p>- Canvas and webGL-heavy sites (like design tools or photo editing)<p>- Remote desktops streamed into the browser<p>To interact accurately with the browser, we use visually grounded models to execute precise actions based on pixel coordinates. The model used by Magnitude must be smart enough to plan out actions but also able to execute them. Not many models are both smart *and* visually grounded. We highly recommend Claude Sonnet 4 for the best performance, but if you prefer open source, we also support Qwen-2.5-VL 72B.<p>Most browser agents never make it to production. This is because of (1) the flaky DOM navigation mentioned above, but (2) the lack of control most browser agents offer. The dominant paradigm is you give the agent a high-level task + tools and hope for the best. This quickly falls apart for production automations that need to be reliable and specific. With Magnitude, you have fine-grained control over the agent with our `act()` and `extract()` syntax, and can mix it with your own code as needed. You also have full control of the prompts at both the action and agent level.<p>```ts<p>&#x2F;&#x2F; Magnitude can handle high-level tasks<p>await agent.act(&#x27;Create an issue&#x27;, {<p><pre><code> &#x2F;&#x2F; Optionally pass data that the agent will use where appropriate data: { title: &#x27;Use Magnitude&#x27;, description: &#x27;Run &quot;npx create-magnitude-app&quot; and follow the instructions&#x27;, }, </code></pre> });<p>&#x2F;&#x2F; It can also handle low-level actions<p>await agent.act(&#x27;Drag &quot;Use Magnitude&quot; to the top of the in progress column&#x27;);<p>&#x2F;&#x2F; Intelligently extract data based on the DOM content matching a provided zod schema<p>const tasks = await agent.extract(<p><pre><code> &#x27;List in progress issues&#x27;, z.array(z.object({ title: z.string(), description: z.string(), &#x2F;&#x2F; Agent can extract existing data or new insights difficulty: z.number().describe(&#x27;Rate the difficulty between 1-5&#x27;) })), </code></pre> );<p>```<p>We have a setup script that makes it trivial to get started with an example, just run &quot;npx create-magnitude-app&quot;. We’d love to hear what you think!<p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;magnitudedev&#x2F;magnitude">https:&#x2F;&#x2F;github.com&#x2F;magnitudedev&#x2F;magnitude</a>

Found: June 26, 2025 ID: 6

[DevOps] Building untrusted container images safely at scale

Found: June 26, 2025 ID: 55

Show HN: Rust -> WASM, K-Means Color Quantization Crate for Image-to-Pixel-Art

Found: June 26, 2025 ID: 45

What UI first distinguished radio buttons from checkboxes with circles/squares?

Found: June 26, 2025 ID: 46

Why Go Rocks for Building a Lua Interpreter

Found: June 26, 2025 ID: 29

Scientists Retrace 30k-Year-Old Sea Voyage, in a Hollowed-Out Log

Found: June 25, 2025 ID: 17

[Other] Show HN: AGL a toy language that compiles to Go I spent the past 2 weeks making this toy programming language.<p>I basically forked the Go scanner&#x2F;parser, and changed the syntax to have functions return a single value. This enable proper Result&#x2F;Option type to be used as well as propagating errors with an operator.<p>I also wanted to have short &quot;type inferred&quot; anonymous functions to be able to use functions like Map&#x2F;Reduce&#x2F;Filter, without having to use 100 characters to specify the types.

Found: June 25, 2025 ID: 5

Show HN: Oasis – An open-source, 3D-printed smart terrarium See the website for a demo video: <a href="https:&#x2F;&#x2F;oasis-terrarium.com" rel="nofollow">https:&#x2F;&#x2F;oasis-terrarium.com</a><p>This project is an enclosure for growing plants. Features include:<p><pre><code> - high-power LED lighting - a built-in water tank and mister - fans for airflow - temperature and humidity sensing - wi-fi connectivity and a web-based interface for control and monitoring (see https:&#x2F;&#x2F;oasis-terrarium.com&#x2F;docs&#x2F;usage_guide&#x2F;#web-interface) </code></pre> The entire project is open-source:<p><pre><code> - electronics: designed in KiCad - 3D models: designed in CadQuery - software: written in Rust </code></pre> I initially started this project during COVID and built a working prototype using a Raspberry Pi and off-the-shelf parts. The first prototype worked, but was pretty rough. Several months ago, I picked up the project again and began a complete re-design. After two rounds of circuit board design and countless iterations of the 3D-printed parts, I&#x27;m finally happy with the results. Along the way I learned a lot about electronics design and fabrication, 3D modeling, and Rust.<p>Happy to answer any questions - thanks for checking it out!<p>Here are some direct links to parts of the project you may find interesting:<p><pre><code> - demo video: https:&#x2F;&#x2F;oasis-terrarium.com - detailed build guide with pictures: https:&#x2F;&#x2F;oasis-terrarium.com&#x2F;docs&#x2F;build_guide&#x2F; - interactive 3D model: https:&#x2F;&#x2F;oasis-terrarium.com&#x2F;docs&#x2F;3dmodel&#x2F; - detailed info on electronics design: https:&#x2F;&#x2F;oasis-terrarium.com&#x2F;docs&#x2F;electronics&#x2F; - 3D-printable models: https:&#x2F;&#x2F;www.printables.com&#x2F;model&#x2F;1315117-oasis-smart-terrarium</code></pre>

Found: June 24, 2025 ID: 39