🛠️ All DevTools
Showing 501–520 of 3037 tools
Last Updated
January 18, 2026 at 04:00 AM
FigChain:Safe Auditable Easy Config Mgmt
Product Hunt[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.
Stacked Diffs with git rebase —onto
Hacker News (score: 32)[Other] Stacked Diffs with git rebase —onto
Show HN: Identifiy test coverage gaps in your Go projects
Show HN (score: 5)[Other] Show HN: Identifiy test coverage gaps in your Go projects
Langjam Gamejam: Build a programming language then make a game with it
Hacker News (score: 20)[Other] Langjam Gamejam: Build a programming language then make a game with it
Show HN: ReadyKit – Superfast SaaS Starter with Multi-Tenant Workspaces
Hacker News (score: 95)[Other] Show HN: ReadyKit – Superfast SaaS Starter with Multi-Tenant Workspaces Hi HN! I'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/Flask, PostgreSQL, Redis, and Vue 3, it's designed for indie makers and teams who want to ship SaaS products fast. Clone, configure your OAuth and Stripe keys, and you'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://github.com/level09/readykit" rel="nofollow">https://github.com/level09/readykit</a>
Framework Computer Now Sponsoring LVFS / Fwupd Development
Hacker News (score: 25)[Other] Framework Computer Now Sponsoring LVFS / Fwupd Development
Show HN: oeis-tui – A TUI to search OEIS integer sequences in the terminal
Hacker News (score: 21)[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://github.com/hako/oeis-tui?tab=readme-ov-file#features" rel="nofollow">https://github.com/hako/oeis-tui?tab=readme-ov-file#features</a><p>repo: <a href="https://github.com/hako/oeis-tui" rel="nofollow">https://github.com/hako/oeis-tui</a><p>gitHub releases: <a href="https://github.com/hako/oeis-tui/releases" rel="nofollow">https://github.com/hako/oeis-tui/releases</a><p>cargo: cargo install oeis-tui
GitGauge — GitHub Profile Analyzer
Product Hunt[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.
Show HN: An LLM-Powered Tool to Catch PCB Schematic Mistakes
Hacker News (score: 16)[Other] Show HN: An LLM-Powered Tool to Catch PCB Schematic Mistakes
Show HN: DB Pro – A Modern Desktop Client for Postgres, MySQL, SQLite and LibSQL
Show HN (score: 7)[Database] Show HN: DB Pro – A Modern Desktop Client for Postgres, MySQL, SQLite and LibSQL Hi HN,<p>Over the past few months I'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't friendly to work with.<p>Some features:<p>Visual change review – See pending inserts/updates/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 & 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/MySQL/libSQL/SQLite support, and native builds for macOS at the moment with Windows, and Linux coming very soon.<p>We're super passionate about this project and we're actually documenting our journey through devlogs. The latest one is here: <a href="https://www.youtube.com/watch?v=-T4GcJuV1rM" rel="nofollow">https://www.youtube.com/watch?v=-T4GcJuV1rM</a><p>Thanks, Jay and Jack
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
Show HN: Swatchify – CLI to get a color palette from an image
Show HN (score: 5)[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.
Migrating to Positron, a next-generation data science IDE for Python and R
Hacker News (score: 22)[IDE/Editor] Migrating to Positron, a next-generation data science IDE for Python and R
GitLab discovers widespread NPM supply chain attack
Hacker News (score: 28)[Other] GitLab discovers widespread NPM supply chain attack
Show HN: Runprompt – run .prompt files from the command line
Hacker News (score: 20)[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's Dotprompt format (frontmatter + Handlebars templates), I realized it was perfect for something I'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's what it looks like:<p>--- model: anthropic/claude-sonnet-4-20250514 output: format: json schema: sentiment: string, positive/negative/neutral confidence: number, 0-1 score --- Analyze the sentiment of: {{STDIN}}<p>Running it:<p>cat reviews.txt | ./runprompt sentiment.prompt | jq '.sentiment'<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'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!
Show HN: MkSlides – Markdown to slides with a similar workflow to MkDocs
Hacker News (score: 15)[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/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/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.
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.
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.
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)
Show HN: Era – Open-source local sandbox for AI agents
Hacker News (score: 11)[DevOps] Show HN: Era – Open-source local sandbox for AI agents Just watched this video by ThePrimeagen (<a href="https://www.youtube.com/watch?v=efwDZw7l2Nk" rel="nofollow">https://www.youtube.com/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't touch your host if running in ERA.<p>GitHub: <a href="https://github.com/BinSquare/ERA" rel="nofollow">https://github.com/BinSquare/ERA</a><p>Quick start: <a href="https://github.com/BinSquare/ERA/tree/main/era-agent/tutorials" rel="nofollow">https://github.com/BinSquare/ERA/tree/main/era-agent/tutoria...</a><p>Would love your thoughts and feedback!