🛠️ All DevTools

Showing 2901–2920 of 4417 tools

Last Updated
May 01, 2026 at 04:00 AM

BCCBro

Product Hunt

[Other] Never accidentally reply-all to a BCC thread again BCCBro detects when you're BCC'd in Gmail and shows unmissable warnings before you accidentally reply-all. Large and bold enough to catch your attention, subtle enough to look native to GMAIL. Since GMAIL didn't build it in, we did!

Found: September 22, 2025 ID: 1511

[CLI Tool] Production ready open-source starter kit template Sveltekit-shadcn generic app template built to help developers ship faster by providing a comprehensive set of well defined features and tools. such as Database abstraction layer, authentication layer, UI layer & a lot more. Focusing on DX with CLI tooling

Found: September 22, 2025 ID: 1512

Buildblocks

Product Hunt

[Other] Premium shadcn/ui components A collection of professionally designed, production-ready components built with shadcn/ui and Tailwind CSS.

Found: September 22, 2025 ID: 1513

INSAION

Product Hunt

[Monitoring/Observability] Observability platform for your intelligent robot fleet. Insaion is an Observability platform for robotic fleet. It empowers robotics developers and engineers with intelligent tools to accelerate innovation, and optimize robot performance. Streamline development, visualize data, and gain valuable insights.

Found: September 22, 2025 ID: 1514

HookBox

Product Hunt

[Other] An Instant Webhook & Email Debugging tool for developers. HookBox gives developers instant webhook endpoints and temporary email inboxes—no signup required. Capture, inspect, replay, and debug faster with AI-powered insights.

Found: September 22, 2025 ID: 1516

Vibe Prompts

Product Hunt

[Other] Optimize your first prompt, save credits & build faster. Create powerful apps 10x faster with AI prompts for developers, marketers, makers, founders, teams, and designers

Found: September 22, 2025 ID: 1517

Axo Analytics

Product Hunt

[Other] Privacy-First Analytics for Max Ethical Insights You're building something meaningful online, and Axo Analytics provides clear insights for you grow it, without cookie banners or compliance worries. EU-hosted, lightweight, and fast. Strong Bot-Protection and rich in features.

Found: September 22, 2025 ID: 1519

[Other] Building a better online editor for TypeScript

Found: September 22, 2025 ID: 1551

[Other] My new Git utility `what-changed-twice` needs a new name

Found: September 21, 2025 ID: 1509

[Build/Deploy] Show HN: Gocd – a lightweight Go-based CI/CD tool that runs on your dev machine I built a small project called gocd because I wanted an easy way to deploy changes from GitHub pull requests without spinning up a full CI&#x2F;CD stack.<p>The idea is simple: instead of setting up runners, servers, or cloud infrastructure, you can just run it on your laptop (or a small server). It integrates with GitHub issues and PRs, automates builds and deploys, and makes it easy to access the running app remotely (e.g. over something like Tailscale).<p>For me, this solved the problem of quickly testing and deploying code from issues&#x2F;PRs in a lightweight way. Existing CI&#x2F;CD systems felt like overkill for that use case.<p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;simonjcarr&#x2F;gocd" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;simonjcarr&#x2F;gocd</a><p>I’d love feedback from the community — especially on whether this minimal approach to CI&#x2F;CD is something others would find useful, and what features you’d expect in a tool like this.

Found: September 21, 2025 ID: 1502

[Other] Show HN: Tips to stay safe from NPM supply chain attacks Hi everyone, given the recent increase of attacks on the NPM supply chain, I&#x27;ve put together a list of tips and tricks to help developers stay secure on this specific topic: <a href="https:&#x2F;&#x2F;github.com&#x2F;bodadotsh&#x2F;npm-security-best-practices" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bodadotsh&#x2F;npm-security-best-practices</a><p>I&#x27;d love for you to check it out, and contribute your own insights and best practices to make this a comprehensive resource for the community.<p>Cheers!

Found: September 21, 2025 ID: 1501

[Other] Bringing Observability to Claude Code: OpenTelemetry in Action

Found: September 21, 2025 ID: 1500

ytdl-org/youtube-dl

GitHub Trending

[CLI Tool] Command-line program to download videos from YouTube.com and other video sites

Found: September 21, 2025 ID: 1497

Shieldcode

Product Hunt

[Code Quality] Secure your code with automated pull request analysis Shieldcode automatically reviews GitHub pull requests to catch bugs, vulnerabilities, and code quality issues before they reach production. Integrate in minutes and keep your codebase safe and compliant.

Found: September 21, 2025 ID: 1494

TerraCode CLI

Product Hunt

[Other] AI Coding Assistant That Learns Your Domain Knowledge TerraCode CLI by TerraAGI - AI-powered CLI coding assistant for developers. Built on Qwen's CLI with enhanced capabilities for knowledge base integration and codebase indexing for faster analysis and gold implementations.

Found: September 21, 2025 ID: 1495

[Other] Chuandao tools & base64 tools Chuandao Tools is an online toolkit: no login, no cost. Includes life utilities, developer tools, encoding/decoding, encryption/decryption, image tools, and entertainment tools.

Found: September 21, 2025 ID: 1496

DevUtilX

Product Hunt

[Code Quality] 100+ free online developer tools DevUtilX offers 100+ free online developer tools, including code beautifiers, formatters, validators, converters, and minifiers. No installation required - work instantly in your browser.

Found: September 21, 2025 ID: 1499

SprintRetro

Product Hunt

[Other] Free sprint retrospective tool with built-in jira metrics Free sprint retrospective app for Jira. Track velocity, burndown, carryover, and scope changes. Boost engagement with polls, icebreakers, Kudos, emoji reactions, and action item tracking – all built natively into Jira.

Found: September 21, 2025 ID: 1503

PromptWebGen

Product Hunt

[Other] The Prompting Collaborative Platform PromptWebGen is a powerful Cursor extension that provides ready-to-use prompts for creating website boilerplates, UX components, and business components. It helps developers quickly generate modern, production-ready web applications.

Found: September 21, 2025 ID: 1504

[Database] Show HN: VectorLiteDB – a vector DB for local dev, like SQLite but for vectors I built [VectorLiteDB (<a href="https:&#x2F;&#x2F;github.com&#x2F;vectorlitedb&#x2F;vectorlitedb" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vectorlitedb&#x2F;vectorlitedb</a>)<p>— a simple, embedded vector database that stores everything in a single file, just like SQLite.<p>The problem:<p>If you’re a developer building AI apps, you usually have two choices for vector search<p>- Set up a server (e.g. Chroma, Weaviate) - Use a cloud service (e.g. Pinecone)<p>That works for production, but it’s overkill when you just want to:<p>- Quickly prototype with embeddings - Run offline without cloud dependencies - Keep your data portable in a single file<p>The inspiration was *SQLite* during development — simple, local, and reliable.<p>The solution:<p>So I built VectorLiteDB<p>- Single-file, embedded, no server - Stores vectors + metadata, persists to disk - Supports cosine &#x2F; L2 &#x2F; dot similarity - Works offline, ~100ms for 10K vectors - Perfect for local RAG, prototyping or personal AI memory<p>Feedback on both the tool and the approach would be really helpful.<p>- Is this something that would be useful - Use cases you’d try this for

Found: September 21, 2025 ID: 1498
Previous Page 146 of 221 Next