πŸ› οΈ All DevTools

Showing 1661–1680 of 2549 tools

Last Updated
December 03, 2025 at 12:00 AM

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
Previous Page 84 of 128 Next