🛠️ All DevTools
Showing 1881–1900 of 2551 tools
Last Updated
December 03, 2025 at 08:00 AM
Portfolio
Product Hunt[Other] A premium, dark-mode portfolio template for developers A sleek, dark-mode developer portfolio template built with Next.js and Tailwind CSS. Stop using basic templates and build your dev presence like a pro.
CloudlessPay
Product Hunt[API/SDK] Accept payments with no backend code. Just plug & go! Cloudless Pay lets you integrate Stripe, Razorpay, or PayPal without writing backend code. Built for frontend devs, makers, and small teams — just fetch or use our SDK, get real-time logs, credit tracking, and secure payment flow.
BuyBackEmpire
Product Hunt[Other] Premium device buyback solution Launch your own device buyback website with BuybackEmpire — no coding, no monthly fees. Built with Django, it includes quotes, dashboards, and free setup (your cPanel hosting needed). Try the live demo at BuybackEmpire.pro. Powered by Enigma Designs.
Arcade Manager
Product Hunt[Other] Arcade management software Arcade management software for the digital age. Streamline your arcade operations with financial tracking, staff management, and multi-store support.
Kanbanq : Open alpha
Product Hunt[Other] Project management. Simply done. For small teams & indies A fast, minimal project management tool for devs, designers and small teams. Built-in AI helps break down tasks, summarise sprints and organise your backlog – no clutter, no plugins, no fluff. Just clean, focused planning that works.
Sailhouse - Agent Control Plane
Product Hunt[DevOps] Let's be honest. Your AI agents could be better. Sailhouse is the control plane for AI agents and async systems. Define dynamic workflows in code that respond to events and data. Get reliable delivery, real-time visibility, and production-grade coordination, without heavyweight infra.
Show HN: Structured Cooperation – A new way of building distributed apps & POC
Show HN (score: 10)[Other] Show HN: Structured Cooperation – A new way of building distributed apps & POC Hey HN,<p>I wanted to share something I've been working on for the past couple of months, which may be interesting to developers interacting with distributed architectures (e.g., microservices).<p>I'm a backend developer, and in my 9-5 job last year, we started building a distributed app - by that, I mean two or more services communicating via some sort of messaging system, like Kafka. This was my first foray into distributed systems. Having been exposed to structured concurrency by Nathan J. Smith's beautiful article on the subject (<a href="https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful" rel="nofollow">https://vorpus.org/blog/notes-on-structured-concurrency-or-g...</a>), I started noticing the similarities between the challenges of this message-based communication, and that of concurrent programming, and GOTO-based programming before that - actions at a distance, non-trivial tracing of failures, synchronization issues, etc. I started suspecting that if the symptoms were similar, maybe the root cause, and therefore the solution, could be as well.<p>This led me to design something I'm calling "structured cooperation", which is basically what you get when you apply the principles of structured concurrency to distributed systems. It's something like a "protocol", in the sense that it's basically a set of rules, and not tied to any particular language or framework. As it turns out, obeying those rules has some pretty powerful consequences, including:<p>- Pretty much eliminates race conditions caused by eventual consistency<p>- Allows you to recover something resembling distributed exceptions - stack traces and the equivalent of stack unwinding, but across service boundaries<p>- Makes it much easier to reason about the system as a whole<p>I put together three articles that explain:<p>1) what structured cooperation is (<a href="https://developer.porn/posts/introducing-structured-cooperation/" rel="nofollow">https://developer.porn/posts/introducing-structured-cooperat...</a>),<p>2) one way you could implement it (<a href="https://developer.porn/posts/implementing-structured-cooperation/" rel="nofollow">https://developer.porn/posts/implementing-structured-coopera...</a>), and<p>3) why it works (<a href="https://developer.porn/posts/framing-structured-cooperation/" rel="nofollow">https://developer.porn/posts/framing-structured-cooperation/</a>).<p>I also put together a heavily documented POC implementation in Kotlin, called Scoop (linked in the title). I guess you could call it an orchestration library, similar to e.g. Temporal (<a href="https://temporal.io/" rel="nofollow">https://temporal.io/</a>), although I want to stress that it's just a POC, and not meant for production use.<p>I was hoping to bounce this idea off the community and see what people think. If it turns out to be a useful way of doing things, I'd try and drive the implementation of something similar in existing libraries (e.g. the aforementioned Temporal, Axon (<a href="https://www.axoniq.io/products/axon-framework" rel="nofollow">https://www.axoniq.io/products/axon-framework</a>), etc. - let me know if you know of others where this would make sense). As I mention in the articles, due to the heterogeneous nature of the technological landscape, I'm not sure it's a good idea to actually try to build a library, in the same way as it wouldn't make sense to do a "structured concurrency library", since there are many ways that "concurrency" is implemented. Rather, I tried to build something like a "reference implementation" that other people can use as a stepping stone to build their own implementations.<p>Above and beyond that, I think that this has educational value as well, and I did my best to make everything as understandable as possible. Some things I think are interesting:<p>- Implementation of distributed coroutines on top of Postgres<p>- Has both reactive and blocking implementation, so can be used as a learning resource for people new to reactive<p>- I documented various interesting issues that arise when you use Postgres as an MQ (see, in particular, <a href="https://github.com/gabrielshanahan/scoop/blob/09db323bf6c8a72ca34b50392928db13f80dcc15/src/main/resources/db/migration/V2__create_message_event_table.sql#L20">https://github.com/gabrielshanahan/scoop/blob/09db323bf6c8a7...</a> and <a href="https://github.com/gabrielshanahan/scoop/blob/09db323bf6c8a72ca34b50392928db13f80dcc15/src/main/kotlin/io/github/gabrielshanahan/scoop/blocking/coroutine/structuredcooperation/MessageEventRepository.kt#L676">https://github.com/gabrielshanahan/scoop/blob/09db323bf6c8a7...</a>)<p>Let me know what you think.
jellyfin/jellyfin
GitHub Trending[API/SDK] The Free Software Media System - Server Backend & API
GlenAPI
Product Hunt[API/SDK] Use GlenAPI to chat with any API. No docs or code needed. GlenAPI converts developer APIs into natural language conversational interfaces. It allows users, including non-developers, to interact with RESTful APIs by typing or speaking plainly, eliminating the need for coding or technical API calls.
Hypertune
Product Hunt[Other] Type-safe feature flags, optimized for React and Next.js Hypertune is the most flexible platform for feature flags, A/B testing, analytics and app configuration. Optimized for TypeScript, React and Next.js.
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
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.
Kickstart Express
Product Hunt[CLI Tool] Documentation A powerful CLI tool to quickly scaffold Express.js projects with modern tooling and best practices
Cipher by Byterover
Product Hunt[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.
Printsoft sublimation
Product Hunt[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
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
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.
Parsing without ASTs and Optimizing with Sea of Nodes [video]
Hacker News (score: 20)[Other] Parsing without ASTs and Optimizing with Sea of Nodes [video]
Show HN: Voltpeek – Vim-inspired oscilloscope software
Show HN (score: 8)[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.
Show HN: Mathpad – Physical keypad for typing math symbols
Show HN (score: 32)[Other] Show HN: Mathpad – Physical keypad for typing math symbols Here'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'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://github.com/Summa-Cogni/Mathpad">https://github.com/Summa-Cogni/Mathpad</a> Campaign: <a href="https://www.crowdsupply.com/summa-cogni/mathpad" rel="nofollow">https://www.crowdsupply.com/summa-cogni/mathpad</a> Project log: <a href="https://hackaday.io/project/186205-mathpad-the-math-keypad" rel="nofollow">https://hackaday.io/project/186205-mathpad-the-math-keypad</a>