🛠️ All DevTools
Showing 281–300 of 2531 tools
Last Updated
December 01, 2025 at 04:00 AM
Oxy is Cloudflare's Rust-based next generation proxy framework (2023)
Hacker News (score: 71)[DevOps] Oxy is Cloudflare's Rust-based next generation proxy framework (2023)
At the end you use `git bisect`
Hacker News (score: 164)[Other] At the end you use `git bisect`
Mock – An API creation and testing utility: Examples
Hacker News (score: 11)[Other] Mock – An API creation and testing utility: Examples
URLs are state containers
Hacker News (score: 254)[Other] URLs are state containers
[Other] Show HN: Ambient light sensor control of keyboard and screen brightness in Linux I have always wanted cool features in Linux because I use it day to day as my OS. I have always wanted to implement this feature and do it properly: one that automatically adjusts keyboard and LCD backlights using data from the Ambient Light Sensor.<p>I enjoy low-level programming a lot. I delved into writing this program in C. It came out well and worked seamlessly on my device. Currently, it only works for keyboard lights. I designed it in a way that the support for LCD will come in seamlessly in the future.<p>But, in the real world, people have different kinds of devices. And I made sure to follow the iio implementation on the kernel through sysfs. I would like feedback. :)
GT – Experimental multiplexing tensor framework for distributed GPU computing
Hacker News (score: 16)[Other] GT – Experimental multiplexing tensor framework for distributed GPU computing
BilberryDB
Product Hunt[Database] A No-Code Multimodal Vector Database Build multimodal SOTA apps with lightning-fast embedding search across 3D models, images, videos, IoT sensor data, tabular data, audio, and text.
WhatsDiff
Product Hunt[CLI Tool] CLI tool to help you understand changes in your dependencies whatsdiff shows what actually changed after composer/npm update. See dependencies changes at a glance, risk-assess, and get aggregated changelogs without leaving your terminal. - Interactive TUI for reading changelog - JSON/Markdown output for automation. - CI/CD integration with exit codes. - MCP server to assist you with upgrades Your dependencies just became readable. Finally. Free & open-source.
Sidemail 2.0
Product Hunt[API/SDK] All-in-one email platform for SaaS Sidemail is all-in-one email delivery platform for startups. It has everything for delivering and managing emails – email API, transactional emails, email marketing and automation, contact management, email templates, subscribe forms, and more. Perfect for teams & developers that want reliable deliverability without the bloat. We're based in the EU and GDPR compliant.
Futuristic React Landing Page Template
Product Hunt[Other] 🚀 A Futuristic React + Tailwind Landing Page Template Hey developers! 👋 I just finished building Orbitpay, a futuristic landing page template built with React + Tailwind CSS. It’s clean, responsive, and designed for modern SaaS or digital product landing pages. ⚡ Features: 🚀 Futuristic UI with smooth AOS animations 💎 Semi-glassmorphism style for a sleek, modern feel 📱 Fully responsive across all devices ⚙️ Built using React + Tailwind CSS 🧩 Easy to customize and extend
Hire Developers
Product Hunt[Other] #HireDevelopers Hire Developers matches companies with rigorously vetted engineers worldwide, from cost-effective Asian talent and time zone-friendly LatAm teams to on-site professionals in the US and Europe. They handle vetting, compliance, payroll, and offer flexible engagements from single contractors to full teams, with fast shortlists and dedicated support.
Leeflytic
Product Hunt[Code Quality] AI Powered Developer Intelligence Platform Analyze your codebase with AI-powered insights. LeefLytic helps developers, freelancers, and engineering teams instantly understand their code quality, complexity, vulnerabilities, and dependency issues. You can connect your projects from GitHub, GitLab, or Bitbucket and get detailed AI-driven analysis in seconds. With our Ask AI feature, you can get instant AI-generated fixes for identified problems.Export and share insightful reports that build confidence in your code.
VectorCare Smart on FHIR for EPIC
Product Hunt[API/SDK] Patient Logistics inside the EHR. VectorCare’s SMART on FHIR App for Epic brings all post-acute coordination directly into Epic. Care teams can now schedule, message, and track services like DME, transportation, and home health — without ever leaving the patient chart. It’s built on FHIR standards, meaning it integrates securely, scales easily, and works across the healthcare ecosystem.
Conciliate
Product Hunt[Other] Unified context for smarter AI decisions. Keep AI assistants synchronized across logically linked projects. Automatically extracts API specs, detects changes, and streams context to your IDE. Share context between different IDE sessions.
AztecPay
Product Hunt[Other] Lower transaction fees with Arbitrum-powered payments What We Do: We're building a payment gateway that bridges the gap between Web2 and Web3, powered by Arbitrum blockchain technology. The Problem We Solve: Traditional payment processors charge 2-3%+ per transaction. For small businesses operating on tight margins, these fees add up quickly. By utilizing blockchain technology, we're cutting these costs dramatically without requiring businesses or customers to understand crypto.
CLI to manage your SQL database schemas and migrations
Hacker News (score: 12)[Database] CLI to manage your SQL database schemas and migrations
Writing an Asciidoc Parser in Rust: Asciidocr
Hacker News (score: 19)[Other] Writing an Asciidoc Parser in Rust: Asciidocr
Show HN: Duper – The Format That's Super
Hacker News (score: 13)[Code Quality] Show HN: Duper – The Format That's Super An MIT-licensed human-friendly extension of JSON with quality-of-life improvements (comments, trailing commas, unquoted keys), extra types (tuples, bytes, raw strings), and semantic identifiers (think type annotations).<p>Built in Rust, with bindings for Python and WebAssembly, as well as syntax highlighting in VSCode. I made it for those like me who hand-edit JSONs and want a breath of fresh air.<p>It's at a good enough point that I felt like sharing it, but there's still plenty I wanna work on! Namely, I want to add (real) Node support, make a proper LSP with auto-formatting, and get it out there before I start thinking about stabilization.
Show HN: KeyLeak Detector – Scan websites for exposed API keys and secrets
Hacker News (score: 15)[Testing] Show HN: KeyLeak Detector – Scan websites for exposed API keys and secrets I built this after seeing multiple teams accidentally ship API keys in their frontend code.<p>The problem: Modern web development moves fast. You're vibe-coding, shipping features, and suddenly your AWS keys are sitting in a <script> tag visible to anyone who opens DevTools. I've personally witnessed this happen to at least 3-4 production apps in the past year alone.<p>KeyLeak Detector runs through your site (headless browser + network interception) and checks for 50+ types of leaked secrets: AWS/Google keys, Stripe tokens, database connection strings, LLM API keys (OpenAI, Claude, etc.), JWT tokens, and more.<p>It's not perfect, there are false positives but it's caught real issues in my own projects. Think of it as a quick sanity check before you ship.<p>Use case: Run it on staging before deploying, or audit your existing sites. Takes ~30 seconds per page.<p>MIT licensed, for authorized testing only.<p><a href="https://github.com/Amal-David/keyleak-detector" rel="nofollow">https://github.com/Amal-David/keyleak-detector</a>
[Other] Show HN: Micro-RLE ≤264-byte compression for UART/MCU logs, zero RAM growth I needed to stuff twice the telemetry through the same 115 kbaud line on a Cortex-M0+ that only had 8 kB flash left.<p>Micro-RLE is the smallest drop-in I could come up with: 264 B of Thumb code, 36 B of state, no malloc, worst-case 14 cycles/byte and still lossless for every 8-bit pattern.<p>On the usual sensor streams (ADC, IMU, GPS) it’s 33-70 % smaller than raw output and boots in < 600 µs, so you can fire-and-forget from main() before the PLL even locks.<p>Repo is a single .c file and a 3-function API—replace the weak emit() hook with your UART / DMA / ring-buffer and you’re done.<p>Size proof: arm-none-eabi-size micro_rle.o text data bss 264 0 36<p>MIT licensed, link in the repo. Happy to hear where else this fits!