🛠️ All DevTools

Showing 501–520 of 3037 tools

Last Updated
January 18, 2026 at 04:00 AM

[Other] FigChain - Chain Your Configs, Unchain Your Productivity. FigChain is a safer, modern alternative to AWS Parameter Store, HashiCorp Consul, and homegrown config systems. It prevents costly outages by validating and managing configuration changes through robust Avro schema evolution. Real-time, push-based updates ensure apps always use the latest config, while every change is fully auditable all within an intuitive UI built for developers & operations teams making config management exceptionally easy to use for developers and operations teams alike.

Found: December 01, 2025 ID: 2544

[Other] Stacked Diffs with git rebase —onto

Found: December 01, 2025 ID: 2573

[Other] Show HN: Identifiy test coverage gaps in your Go projects

Found: November 30, 2025 ID: 2532

[Other] Langjam Gamejam: Build a programming language then make a game with it

Found: November 30, 2025 ID: 2531

[Other] Show HN: ReadyKit – Superfast SaaS Starter with Multi-Tenant Workspaces Hi HN! I&#x27;ve been building ReadyKit, an open-source SaaS boilerplate that handles all the hard parts: multi-tenant workspaces, Stripe billing, OAuth + MFA authentication, and a production-ready stack.<p>Built with Python&#x2F;Flask, PostgreSQL, Redis, and Vue 3, it&#x27;s designed for indie makers and teams who want to ship SaaS products fast. Clone, configure your OAuth and Stripe keys, and you&#x27;re running in 5 minutes.<p>Features include automatic query scoping for workspace isolation, audit logs, role-based access, and a modern UX kit. MIT licensed and free forever.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;level09&#x2F;readykit" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;level09&#x2F;readykit</a>

Found: November 30, 2025 ID: 2608

[Other] Framework Computer Now Sponsoring LVFS / Fwupd Development

Found: November 29, 2025 ID: 2529

[CLI Tool] Show HN: oeis-tui – A TUI to search OEIS integer sequences in the terminal i always loved looking up the On-Line Encyclopedia of Integer Sequences (OEIS) when researching a sequence of numbers.<p>so I decided to make a TUI and CLI for it so that I can browse sequences in the terminal.<p>it supports almost all the features on the site (including the OEIS Webcam) and supports graphs, a preview pane, exporting and bookmarks.<p>more features here: <a href="https:&#x2F;&#x2F;github.com&#x2F;hako&#x2F;oeis-tui?tab=readme-ov-file#features" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hako&#x2F;oeis-tui?tab=readme-ov-file#features</a><p>repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;hako&#x2F;oeis-tui" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hako&#x2F;oeis-tui</a><p>gitHub releases: <a href="https:&#x2F;&#x2F;github.com&#x2F;hako&#x2F;oeis-tui&#x2F;releases" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hako&#x2F;oeis-tui&#x2F;releases</a><p>cargo: cargo install oeis-tui

Found: November 29, 2025 ID: 2635

[Other] Instantly analyze your GitHub profile with AI. An AI-powered tool that analyzes your GitHub profile and gives you a clear score, insights, strengths, weaknesses, and tips to improve. You also get a fun roast-style review, contribution stats, top languages, and a global leaderboard to see where you rank. Just enter a username—everything else is instant.

Found: November 29, 2025 ID: 2530

[Other] Show HN: An LLM-Powered Tool to Catch PCB Schematic Mistakes

Found: November 28, 2025 ID: 2525

[Database] Show HN: DB Pro – A Modern Desktop Client for Postgres, MySQL, SQLite and LibSQL Hi HN,<p>Over the past few months I&#x27;ve been building DB Pro with my co-founder. DB Pro is a modern desktop database GUI client designed to make working with Postgres, MySQL, SQLite, libSQL and other engines feel fast, visual, and enjoyable.<p>Our focus has been on the dev-experience. We wanted to absolutely nail the UX and look and feel as we believe most db clients aren&#x27;t friendly to work with.<p>Some features:<p>Visual change review – See pending inserts&#x2F;updates&#x2F;deletes before committing them.<p>Inline data editing – Edit table rows directly without clunky modal dialogs.<p>Raw SQL editor – A focused editor for running queries with results in separate tabs.<p>Full activity logs – Track everything happening in your database for peace of mind.<p>Visual schema explorer – See tables, columns, keys, and relationships in a diagram.<p>Tabs &amp; multi-window support – Keep multiple connections and queries open at once.<p>Custom table tagging – Organise your tables without altering the schema.<p>Tech stack: Electron, React, tRPC, Drizzle ORM, Postgres&#x2F;MySQL&#x2F;libSQL&#x2F;SQLite support, and native builds for macOS at the moment with Windows, and Linux coming very soon.<p>We&#x27;re super passionate about this project and we&#x27;re actually documenting our journey through devlogs. The latest one is here: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=-T4GcJuV1rM" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=-T4GcJuV1rM</a><p>Thanks, Jay and Jack

Found: November 28, 2025 ID: 2524

Greyhound

Product Hunt

[Other] Autonomous AI VAPT Agent Hey folks, After years of doing pentesting and seeing teams overloaded, we built an AI agent (https://greyhoundsecurity.com) that can run autonomous, continuous VAPT similar to a human analyst but powered by an agentic AI system. Greyhound Security can: run recon enumerate services chain findings execute pentest workflows generate reports It behaves like an analyst, not a static scanner. We’re launching publicly and looking for feedback from actual practitioners, tear it apart

Found: November 28, 2025 ID: 2526

[CLI Tool] Show HN: Swatchify – CLI to get a color palette from an image A fast, cross-platform CLI tool that extracts dominant colors from images using k-means clustering.

Found: November 28, 2025 ID: 2527

[IDE/Editor] Migrating to Positron, a next-generation data science IDE for Python and R

Found: November 28, 2025 ID: 2523

[Other] GitLab discovers widespread NPM supply chain attack

Found: November 27, 2025 ID: 2520

[CLI Tool] Show HN: Runprompt – run .prompt files from the command line I built a single-file Python script that lets you run LLM prompts from the command line with templating, structured outputs, and the ability to chain prompts together.<p>When I discovered Google&#x27;s Dotprompt format (frontmatter + Handlebars templates), I realized it was perfect for something I&#x27;d been wanting: treating prompts as first-class programs you can pipe together Unix-style. Google uses Dotprompt in Firebase Genkit and I wanted something simpler - just run a .prompt file directly on the command line.<p>Here&#x27;s what it looks like:<p>--- model: anthropic&#x2F;claude-sonnet-4-20250514 output: format: json schema: sentiment: string, positive&#x2F;negative&#x2F;neutral confidence: number, 0-1 score --- Analyze the sentiment of: {{STDIN}}<p>Running it:<p>cat reviews.txt | .&#x2F;runprompt sentiment.prompt | jq &#x27;.sentiment&#x27;<p>The things I think are interesting:<p>* Structured output schemas: Define JSON schemas in the frontmatter using a simple `field: type, description` syntax. The LLM reliably returns valid JSON you can pipe to other tools.<p>* Prompt chaining: Pipe JSON output from one prompt as template variables into the next. This makes it easy to build multi-step agentic workflows as simple shell pipelines.<p>* Zero dependencies: It&#x27;s a single Python file that uses only stdlib. Just curl it down and run it.<p>* Provider agnostic: Works with Anthropic, OpenAI, Google AI, and OpenRouter (which gives you access to dozens of models through one API key).<p>You can use it to automate things like extracting structured data from unstructured text, generating reports from logs, and building small agentic workflows without spinning up a whole framework.<p>Would love your feedback, and PRs are most welcome!

Found: November 27, 2025 ID: 2516

[Build/Deploy] Show HN: MkSlides – Markdown to slides with a similar workflow to MkDocs As a teacher, we keep our slides as markdown files in git repos and want to build these automatically so they can be viewed online (or offline if needed). To achieve this, I have created MkSlides. This tool converts all markdown in a folder to slides generated with Reveal.js. The workflow is very similar to MkDocs.<p>Install: `pip install mkslides`<p>Building slides: `mkslides build`<p>Live preview during editing: `mkslides serve`<p>Comparison with other tools like marp, slidev, ...:<p>- This tool is a single command and easy to integrate in CI&#x2F;CD pipelines.<p>- It only needs Python.<p>- The workflow is also very similar to MkDocs, which makes it easy to combine the two in a single GitHub&#x2F;GitLab repo.<p>- Generates an index landing page for multiple slideshows in a folder which is really convenient if you have e.g. a slideshow per chapter.<p>- It is lightweight.<p>- Everything is IaC.

Found: November 27, 2025 ID: 2517

Raptor Data

Product Hunt

[API/SDK] Protect, cache and hot patch your LLM APIs. Built in Rust. Rust-powered AI gateway that actually slaps. Semantic caching: 500ms → 8ms. Semantic firewall: catches jailbreaks and malicious actors by intent, not keywords. Hot-patch: fix hallucinations without redeploying. One line change. Free tier. Your API bill will thank you.

Found: November 27, 2025 ID: 2515

Jsontooncraft

Product Hunt

[IDE/Editor] Your complete developer toolkit. Convert JSON to any format, generate mock REST APIs, and access 10+ essential developer tools, all in a single unified workspace. Build and ship faster without juggling tabs or tools. Also comes with an offline-ready VS Code extension for instant in-editor conversions.

Found: November 27, 2025 ID: 2518

SkyDock Panel

Product Hunt

[DevOps] Self-hosted VPS management panel with server monitoring. Self-hosted VPS management panel with server monitoring, service control, and one-click website deployment (PHP/WordPress)

Found: November 27, 2025 ID: 2522

[DevOps] Show HN: Era – Open-source local sandbox for AI agents Just watched this video by ThePrimeagen (<a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=efwDZw7l2Nk" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=efwDZw7l2Nk</a>) about attackers jailbreaking Claude to run cyber attacks. The core issue: AI agents need isolation.<p>We built ERA to fix this – local microVM-based sandboxing for AI-generated code with hardware-level security. Think containers, but safer. Such attacks wouldn&#x27;t touch your host if running in ERA.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;BinSquare&#x2F;ERA" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;BinSquare&#x2F;ERA</a><p>Quick start: <a href="https:&#x2F;&#x2F;github.com&#x2F;BinSquare&#x2F;ERA&#x2F;tree&#x2F;main&#x2F;era-agent&#x2F;tutorials" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;BinSquare&#x2F;ERA&#x2F;tree&#x2F;main&#x2F;era-agent&#x2F;tutoria...</a><p>Would love your thoughts and feedback!

Found: November 27, 2025 ID: 2511
Previous Page 26 of 152 Next