🛠️ All DevTools
Showing 3561–3580 of 4439 tools
Last Updated
May 02, 2026 at 04:00 PM
Show HN: Edka – Kubernetes clusters on your own Hetzner account
Hacker News (score: 136)[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://edka.io/apps/" rel="nofollow">https://edka.io/apps/</a><p>Layer 4 – Deployments - Connect your CI to push container images to a public/private registry. - Edka updates deployments automatically (with semantic versioning rules), supports instant rollbacks, autoscaling, persistent volumes, secrets/env imports, and quick public exposure. Quick demo: <a href="https://edka.io/deployments/" rel="nofollow">https://edka.io/deployments/</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/GKE/AKS or looking to automate their infrastructure with Kubernetes.<p>More details: <a href="https://edka.io/" rel="nofollow">https://edka.io/</a><p>Thank you!
Show HN: Ldns.com – fast DNS lookups from the URL bar
Show HN (score: 5)[Other] Show HN: Ldns.com – fast DNS lookups from the URL bar I built LDNS because I'm constantly curious about domain names - who owns them, which nameservers they use, how they'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's DNS over HTTPS. Just type a domain and instantly see:<p>All DNS records with clickable filtering RDAP/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/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!
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.
budtmo/docker-android
GitHub Trending[DevOps] Android in docker solution with noVNC supported and video recording
[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'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.
AI Project Planner by ReadyTools
Product Hunt[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.
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.
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.
AI Flow Chat
Product Hunt[Other] Scale Your Content Ideate with various sources. Build AI workflow automation. Chain prompts, and build reusable AI workflows.
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.
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.
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.
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.
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!
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 "error messages" - Paste a colleague's error into Claude, your SSH keys get exfiltrated Trusted tool updates - That database tool you've used for months? Last week's update added credential theft Tool redefinition - Malicious tool redefines "deploy to prod" to run attacker's script<p>Traditional scanners (CodeQL, SonarQube) catch <15% of these. They're looking for SQLi, not prompt injections hidden in tool descriptions.<p>What we built: git clone <a href="https://github.com/NineSunsInc/mighty-security" rel="nofollow">https://github.com/NineSunsInc/mighty-security</a><p>python analyzers/comprehensive_mcp_analyzer.py /path/to/your/mcp/tool<p>Scans for prompt injection, credential exfil, suspicious updates, tool shadowing. Runtime wrapper adds <10ms overhead. Fully local, no telemetry.<p>Why this matters: 43% of MCP tools have command injection vulns. GitHub's own MCP server was exploitable. We found Fortune 500s running database-connected MCP tools that hadn't been audited since installation. We went from paranoid code review to "AI said it works" in 18 months. The magic is real, but so are the vulnerabilities.<p>Demo: <a href="https://www.loom.com/share/e830c56d39254a788776358c5b03fdc3" rel="nofollow">https://www.loom.com/share/e830c56d39254a788776358c5b03fdc3</a><p>GitHub: <a href="https://github.com/NineSunsInc/mighty-security" rel="nofollow">https://github.com/NineSunsInc/mighty-security</a><p>Would love feedback - what MCP security issues have you seen?
Show HN: Modelence – Supabase for MongoDB
Hacker News (score: 22)[Other] Show HN: Modelence – Supabase for MongoDB Hi all, Aram and Eduard here - authors of Modelence (<a href="https://github.com/modelence/modelence" rel="nofollow">https://github.com/modelence/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://x.com/karpathy/status/1905051558783418370" rel="nofollow">https://x.com/karpathy/status/1905051558783418370</a>. YC AI Startup School talk about this - <a href="https://www.youtube.com/watch?feature=shared&t=1940&v=LCEmiRjPEtQ" rel="nofollow">https://www.youtube.com/watch?feature=shared&t=1940&v=LCEmiR...</a><p>We intend to fill those gaps! What you get out of the box:<p>- Authentication / 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 / Telemetry<p>- Configs & secrets<p>- Analytics (coming soon)<p>- File uploads (coming soon)<p>How it runs: A Node.js backend with MongoDB. It'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'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://www.youtube.com/watch?v=S4f22FyPpI8" rel="nofollow">https://www.youtube.com/watch?v=S4f22FyPpI8</a><p>We're looking for early users (especially TS teams on MongoDB). Tell us what's missing, what's confusing, and what you'd want before trusting this in prod. Happy to answer anything!
I Made a Realtime C/C++ Build Visualizer
Hacker News (score: 70)[Other] I Made a Realtime C/C++ Build Visualizer
Show HN: OWhisper – Ollama for realtime speech-to-text
Hacker News (score: 182)[CLI Tool] Show HN: OWhisper – Ollama for realtime speech-to-text Hello everyone. This is Yujong from the Hyprnote team (<a href="https://github.com/fastrepl/hyprnote" rel="nofollow">https://github.com/fastrepl/hyprnote</a>).<p>We built OWhisper for 2 reasons: (Also outlined in <a href="https://docs.hyprnote.com/owhisper/what-is-this" rel="nofollow">https://docs.hyprnote.com/owhisper/what-is-this</a>)<p>(1). While working with on-device, realtime speech-to-text, we found there isn't tooling that exists to download / 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'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://docs.hyprnote.com/owhisper/cli/get-started" rel="nofollow">https://docs.hyprnote.com/owhisper/cli/get-started</a>)<p><pre><code> bash brew tap fastrepl/hyprnote && brew install owhisper owhisper pull whisper-cpp-base-q8-en owhisper run whisper-cpp-base-q8-en </code></pre> If you're tired of Whisper, we also support Moonshine :) Give it a shot (owhisper pull moonshine-onnx-base-q8)<p>We're here and looking forward to your comments!
Show HN: I built a free alternative to Adobe Acrobat PDF viewer
Hacker News (score: 82)[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://app.embedpdf.com/" rel="nofollow">https://app.embedpdf.com/</a> Website: <a href="https://www.embedpdf.com/" rel="nofollow">https://www.embedpdf.com/</a> GitHub: <a href="https://github.com/embedpdf/embed-pdf-viewer" rel="nofollow">https://github.com/embedpdf/embed-pdf-viewer</a><p>Feedback, bug reports, and feature requests welcome!
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.