πŸ› οΈ All DevTools

Showing 2441–2460 of 3101 tools

Last Updated
January 24, 2026 at 04:00 PM

Kadag Security

Product Hunt

[Testing] Real-execution security testing, powered by AI Kadag Security runs your app in an instrumented environment where security AI agents uncover security flaws - with having access to code and runtime

Found: August 03, 2025 ID: 654

Deposure

Product Hunt

[CLI Tool] Launch your APIs live effortlessly Instantly expose your local services to the internet β€” no DevOps, no bandwidth limits, no cost. Perfect for APIs, webhooks, dashboards, and IoT. Just one CLI command and you're live. 100% free. No config. No limits.

Found: August 03, 2025 ID: 655

Kickstart Express

Product Hunt

[CLI Tool] Documentation A powerful CLI tool to quickly scaffold Express.js projects with modern tooling and best practices

Found: August 03, 2025 ID: 656

[Other] Open-source, shared memory for coding agents Cipher is an open-source memory layer, connected to AI IDEs and CLIs through MCP. Auto-generate coding memories that scale with your code-base, auto-retrieve relevant coding memories and knowledge across IDEs, projects and teams.

Found: August 03, 2025 ID: 657

[Other] ‏‏printsoft pro sublimation v4.310725.exe Printsoft Sublimation Pro is a powerful yet easy-to-use desktop software designed for sublimation professionals. It allows you to accurately lay out and print multiple images on a single page with full control over size, spacing, and position

Found: August 03, 2025 ID: 658

CodeEcho

Product Hunt

[Other] Gemini based coding companion contains code explainer ... Codeecho is a Fullstack we app build with Gemini api provides features like code explainer complexity analyzer, code converter, code comment generator, code reviewer, code Quizzer, code Summarizer, code Optimizer, topic explainer, subject wise chatbots

Found: August 03, 2025 ID: 659

Urllink Services

Product Hunt

[API/SDK] Powerful qr code, url shortener & Email tools with APIs Powerful SaaS platform for QR code generation and URL shortening. Create, manage, and track your links with advanced tools and APIs.

Found: August 03, 2025 ID: 661

[Other] Parsing without ASTs and Optimizing with Sea of Nodes [video]

Found: August 03, 2025 ID: 652

[Other] Show HN: Voltpeek – Vim-inspired oscilloscope software This is software for my headless, PC based oscilloscope, which is controlled entirely via commands similar to the Vim text editor. I built this because I liked the idea of headless oscilloscopes; I always have my laptop around when I’m working on electronics anyway, and it’s very convenient to save images of captured waveforms. However, I found the software for off the shelf models to be annoying and cumbersome to work with. In my experience, this holds true both when opening the software and connecting to an attached oscilloscope, and when adjusting the scope settings using menus and buttons. I have also built my own oscilloscope hardware for use with Voltpeek. The specs are nothing to write home about (7.5MHz BW, 62.5MS/s), but they should be adequate for some basic debugging and measurement tasks.

Found: August 03, 2025 ID: 646

[Other] Show HN: Mathpad – Physical keypad for typing math symbols Here&#x27;s something different than your usual fare: A physical keypad that lets you directly type math!<p>Ever tried typing mathematical equations in your code IDE, email, or on Slack? You might know it can be tricky. Mathpad solves this with dedicated keys for Greek letters, calculus symbols, and more. Press the ∫ key and get ∫, in any application that accepts text. It uses Unicode composition, so it works everywhere: Browsers, chat apps, code editors, Word, you name it. Basically, anywhere you can type text, Mathpad lets you type mathematics.<p>I built Mathpad after getting frustrated with the friction of typing equations in e.g. Word, and what a pain in the ass it was to find the specific symbols I needed. I assumed that a product like Mathpad already existed, but that was not true and I had to build it myself.<p>It turned out to be pretty useful! Three years of solo development later, I&#x27;m launching on Crowd Supply. One of the trickiest parts of this project was finding someone who could manufacture custom keycaps with mathematical symbols. Shoutout to Loic at 3dkeycap.com for making it possible!<p>Fully open source (hardware + software): <a href="https:&#x2F;&#x2F;github.com&#x2F;Summa-Cogni&#x2F;Mathpad">https:&#x2F;&#x2F;github.com&#x2F;Summa-Cogni&#x2F;Mathpad</a> Campaign: <a href="https:&#x2F;&#x2F;www.crowdsupply.com&#x2F;summa-cogni&#x2F;mathpad" rel="nofollow">https:&#x2F;&#x2F;www.crowdsupply.com&#x2F;summa-cogni&#x2F;mathpad</a> Project log: <a href="https:&#x2F;&#x2F;hackaday.io&#x2F;project&#x2F;186205-mathpad-the-math-keypad" rel="nofollow">https:&#x2F;&#x2F;hackaday.io&#x2F;project&#x2F;186205-mathpad-the-math-keypad</a>

Found: August 02, 2025 ID: 669

[Other] Browser extension and local backend that automatically archives YouTube videos

Found: August 02, 2025 ID: 642

[IDE/Editor] VSCode extension for syntax highlighting multi-line YAML strings

Found: August 02, 2025 ID: 644

[Other] Unikernel Guide: Build and Deploy Lightweight, Secure Apps

Found: August 02, 2025 ID: 641

[Other] Show HN: WebGPU enables local LLM in the browser – demo site with AI chat Browser LLM demo working on JavaScript and WebGPU. WebGPU is already supported in Chrome, Safari, Firefox, iOS (v26) and Android.<p>Demo, similar to ChatGPT <a href="https:&#x2F;&#x2F;andreinwald.github.io&#x2F;browser-llm&#x2F;" rel="nofollow">https:&#x2F;&#x2F;andreinwald.github.io&#x2F;browser-llm&#x2F;</a><p>Code <a href="https:&#x2F;&#x2F;github.com&#x2F;andreinwald&#x2F;browser-llm">https:&#x2F;&#x2F;github.com&#x2F;andreinwald&#x2F;browser-llm</a><p>- No need to use your OPENAI_API_KEY - its local model that runs on your device<p>- No network requests to any API<p>- No need to install any program<p>- No need to download files on your device (model is cached in browser)<p>- Site will ask before downloading large files (llm model) to browser cache<p>- Hosted on Github Pages from this repo - secure, because you see what you are running

Found: August 02, 2025 ID: 643

[Other] Show HN: NaturalCron – Human-Readable Scheduling for .NET (With Fluent Builder) Hi HN!<p>I built NaturalCron because I was tired of writing and debugging CRON syntax like:<p><i>&#x2F;5 </i> * * 5<p>Now you can write something human-readable in .NET:<p>var expression = new NaturalCronExpression(&quot;every 5 minutes on friday&quot;);<p>Or use a Fluent Builder for strong typing and IDE support:<p>var expression = NaturalCronExpressionBuilder .Every().Minutes(5) .On(DayOfWeek.Friday) .Build();<p>Great for: - Code-based scheduling in .NET apps - Overriding schedules from configs or databases - Displaying easy-to-read rules in UIs<p>NuGet: <a href="https:&#x2F;&#x2F;www.nuget.org&#x2F;packages&#x2F;NaturalCron" rel="nofollow">https:&#x2F;&#x2F;www.nuget.org&#x2F;packages&#x2F;NaturalCron</a> GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;hugoj0s3&#x2F;NaturalCron">https:&#x2F;&#x2F;github.com&#x2F;hugoj0s3&#x2F;NaturalCron</a><p>Would love your feedback on syntax, builder design, and what features you&#x27;d like to see next!

Found: August 02, 2025 ID: 645

tonsky/FiraCode

GitHub Trending

[Other] Free monospaced font with programming ligatures

Found: August 02, 2025 ID: 638

[Other] Termagotchi – A terminal-based Tamagotchi simulation written in Go

Found: August 02, 2025 ID: 700

LiquidDaddy

Product Hunt

[Other] AI-Powered Shopify Liquid Code Generator Stop writing repetitive Liquid β€” just describe what you need, and LiquidDaddy creates production-ready Shopify themes & components on demand.

Found: August 02, 2025 ID: 639

[Testing] Defend What Matters : Web Application Penetration Testing Penetration testing is more than basic testing, as it helps identifying complex business logic vulnerabilities to prevent unauthorized access to sensitive information, operational disruptions, or data theft. Qualysec is ready to protect you from threats.

Found: August 02, 2025 ID: 640

Hyperwiz

Product Hunt

[API/SDK] Next-generation TypeScript HTTP client Next-generation TypeScript HTTP client with built-in retry, smart caching, and seamless authentication. Effortlessly handle API requests with advanced features for modern web development.

Found: August 02, 2025 ID: 648
Previous Page 123 of 156 Next