🛠️ All DevTools
Showing 5061–5080 of 6529 tools
Last Updated
August 01, 2026 at 04:40 AM
kit-mcp
Product Hunt[Other] Open source MCP server for AI coding context Supercharge your AI coding assistant with real-time precise context, deep documentation research, and semantic search. Open source, local, easy to use, From Cased.
Show HN: Nallely – A Python signals/MIDI processing system inspired by Smalltalk
Show HN (score: 16)[Other] Show HN: Nallely – A Python signals/MIDI processing system inspired by Smalltalk Nallely is about experimenting with signals: routing, patching, or writing small neurons that process signals and eventually sink in MIDI devices or any application connected to Nallely.<p>I try to get inspired by the "Systems as a Living Things" philosophy and aim, step by step, to create an auto-adaptive, resilient, distributed system. Currently, neurons live in their own thread in a session (world), and send signals (messages) to each other through patches (channels). You can also connect to a network-bus neuron to register your own neurons written in any other technology and have them interact with the existing neurons inside the world. Nallely offers an API to easily code your own reactive neurons, and provides a mobile-friendly GUI for patching everything visually.<p>As anyone posting something based on Python, I can already hear: "no, Python's bad, think about the performances, think about the children".<p>We all know about Python performances (we've all seen the animation with the moving balls and stuff), but the focus here is on dynamic and emergent behaviors, extensibility, and run time adaptability over extreme performance. Even though Nallely is written in pure Python, it runs on a Raspberry Pi 5 (ok, a powerful one), consuming less than 10% CPU on a normal usage and around 40MB of memory.<p>And, as someone mentioning Smalltalk, I can already hear: "Why didn't you write it in Smalltalk"? (replace Smalltalk by your prefered dialect)<p>I like Smalltalk, but I also like Python. Nailed it, perfect justification. Jokes aside, IMO Smalltalk is "Systems as Living Things" pushed at its extreme for designing a language, and I admire that. With Nallely, I want to explore the same philosophy: independent musical/signal-processing neurons, without relying on Smalltalk, while benefiting from Python's deployment and ecosystem advantages (compared to Smalltalk).
Show HN: Dyad, local, open-source Lovable alternative (Electron desktop app)
Show HN (score: 6)[Other] Show HN: Dyad, local, open-source Lovable alternative (Electron desktop app) Hi HN!<p>I left Google earlier this year and created Dyad, a local, open-source AI app builder made with Electron.<p>The motivation: I tried one of the popular cloud-based AI app builders, but when I pulled down the app to run locally and debug in Cursor, it just didn’t work. So I created Dyad, an app builder that runs fully on your computer, making it easy to switch between Dyad and coding tools like Cursor or Claude Code.<p>Source code: <a href="https://github.com/dyad-sh/dyad/" rel="nofollow">https://github.com/dyad-sh/dyad/</a><p>Download (free, no sign-up): <a href="https://www.dyad.sh/" rel="nofollow">https://www.dyad.sh/</a><p>I've gotten questions about how it works under the hood so I wrote an architecture doc explaining how it does tool calling using XML tags, etc: <a href="https://github.com/dyad-sh/dyad/blob/main/docs/architecture.md" rel="nofollow">https://github.com/dyad-sh/dyad/blob/main/docs/architecture....</a><p>Let me know what you think and happy to answer questions about building an Electron app, etc!
[Other] Show HN: I made AquaShell, a scripting and automation environment for Windows Being inspired by old third-party scripting environments such as AutoIt or AutoHotkey, I've developed my own scripting environment for Windows. I've always been fascinated by creating an own programming language and I made the syntax in a way it feels more like something that contains a personal flavor.<p>The language matured over the years and I both use it for administration and automation tasks, but also for fully scripted applications as well.<p>On the homepage, you'll find various production scripts as well as links to scripted applications.<p>The scripting environment is free and open-source software, released under the MIT license.
Show HN: Nanobot – Turn MCP servers into full AI agents
Show HN (score: 14)[Other] Show HN: Nanobot – Turn MCP servers into full AI agents Today we're releasing Nanobot an open-source framework for building AI agents on top of the Model Context Protocol (MCP).<p>MCP servers are a great way to expose structured tools, but they’re usually just that—collections of functions. Nanobot makes it simple to wrap any MCP server with reasoning, a system prompt, and orchestration so it behaves like a real agent. Even better, Nanobot fully supports MCP-UI, so agents can pass rich interactive components (forms, dashboards, even mini-apps) directly into chat.<p>A simple example: if you had a Blackjack MCP server with tools like deal, bet, and hit, you could wrap it with Nanobot to create a dealer agent that knows how to explain the game, guide a player, and render an interactive Blackjack table inside chat.<p>We built this because we wanted agents that go beyond text and function calls, into actual interactive experiences—something useful for everything from games to e-commerce to developer tools.<p>Code is on GitHub: <a href="https://github.com/nanobot-ai/nanobot" rel="nofollow">https://github.com/nanobot-ai/nanobot</a><p>Live demo (Blackjack): <a href="https://blackjack.nanobot.ai" rel="nofollow">https://blackjack.nanobot.ai</a><p>We’d love feedback from this community—on the framework, the design, and what you’d like to see next.
MapSCII – World Map in Terminal
Hacker News (score: 50)[Other] MapSCII – World Map in Terminal
Show HN: I Parallelized RNN Training from O(T) to O(log T) Using CUDA
Hacker News (score: 10)[Other] Show HN: I Parallelized RNN Training from O(T) to O(log T) Using CUDA
OneDev – Self-hosted Git server with CI/CD, Kanban, and packages
Hacker News (score: 46)[DevOps] OneDev – Self-hosted Git server with CI/CD, Kanban, and packages
[Other] Show HN: KSON, a love-letter to the humans maintaining computer configuration Hi friends, I'm really excited to introduce KSON, which just entered public beta!<p>Anywhere a human is reading or editing YAML/JSON/TOML, KSON may be used as a more effective interface on that data. If you are such a human, we invite you to participate in this beta.<p><i>tl;dr</i> Check out the website [1], play with the online playground [2], install the library for your programming language [3], edit in your favorite editor [4], discuss and give feedback [5], contribute to the project [6].<p>(A personal note about this project: I love software. Machines made of words! Such a wonder. KSON itself, as a collection of words that both make a machine <i>and</i> explain that machine, is an expression of a lot ideas I feel really passionately about around software and our relationship to it. I've put a lot of love into trying to make that expression eloquent and reliable. I hope some of that comes through clearly, and I look forward to discussing this more over time with anyone who's interested)<p>One of the key things KSON wants to say is: let's keep everything that's great about YAML and JSON as "Configuration User Interfaces", and let's make those interfaces more toolable, robust, and fun. Here's some of the ways we do that:<p>- KSON is a verified superset of JSON, has native JSON Schema support, transpiles cleanly to YAML (with comments preserved!), and is likely available wherever you want it—current supported platforms: JS/TS, Python, Rust, JVM, and Kotlin Multiplatform.<p>- KSON is also widely available in developer tools, with support for VS Code, Jetbrains IDEs, and anywhere you can plug in an LSP.<p>- KSON is fully open source, licensed under Apache-2.0, and you are invited to meet its words and tinker with how they make its machine. A lot of care, craft, attention and joy went into making the KSON project understandable and approachable for developers. We hope to see you around.<p>PS. This is an HN-friendly version of the official announcement at <<a href="https://kson.org/docs/blog/2025/09/17/introducing-kson/" rel="nofollow">https://kson.org/docs/blog/2025/09/17/introducing-kson/</a>>.<p>[1]: <a href="https://kson.org/" rel="nofollow">https://kson.org/</a><p>[2]: <a href="https://kson.org/playground/" rel="nofollow">https://kson.org/playground/</a><p>[3]: <a href="https://kson.org/docs/install/#languages" rel="nofollow">https://kson.org/docs/install/#languages</a><p>[4]: <a href="https://kson.org/docs/install/#editor-support" rel="nofollow">https://kson.org/docs/install/#editor-support</a><p>[5]: <a href="https://kson-org.zulipchat.com/" rel="nofollow">https://kson-org.zulipchat.com/</a><p>[6]: <a href="https://github.com/kson-org/kson" rel="nofollow">https://github.com/kson-org/kson</a>
cypress-io/cypress
GitHub Trending[Testing] Fast, easy and reliable testing for anything that runs in a browser.
jwasham/coding-interview-university
GitHub Trending[Other] A complete computer science study plan to become a software engineer.
NoLimitsGPT
Product Hunt[Other] 🚀Introducing NoLimitsGPT— The AI with no limits🚀 Meet the AI that has no limits: 💬 Answering Questions 🧠Problem Solving 👨‍💻 Content Creation 💡 Concept Explanation 🎬 Content Generation 🖼️ Image Generation 🖥️ Web Development 📰 Real-Time Information Access ⚡Workflows 🤖AI-Agents and more
Fonti 2.0
Product Hunt[Other] Font Identifier for Mac, iOS, iPadOS & Menu Bar Identify fonts instantly with Fonti 2.0 — the font identifier & finder app for Mac, iOS & iPadOS. Detect fonts from images, organize results, explore alternatives, and use the new Menu Bar shortcut. Perfect for designers, developers, and creatives.
Rent GPU Server
Product Hunt[Other] AI Journey Starts Here Rent high-performance GPU servers from Cyfuture to accelerate AI, ML, big data, and 3D rendering workloads. Enjoy on-demand scalability, cost efficiency, and enterprise-grade infrastructure with 24/7 support for seamless cloud computing.
stackoverflow.ai
Product Hunt[Other] Get trusted answers, instantly stackoverflow.ai is an AI-powered search and discovery tool designed to modernize the Stack Overflow experience by helping developers get answers instantly, learn along the way and provide a path into the community.
Vector
Product Hunt[Other] AI PM Agent for instant PRDs & user stories after meetings Stop slow sprints and high code churn. Vector transforms natural-language ideas from meeting transcripts into structured PRDs, policy-aware acceptance criteria, and developer-ready work items integrating seamlessly with Jira, GitHub, and PR review bots.
Dreamflow 2.0
Product Hunt[Other] The fastest way to build mobile apps — powered by Flutter Prompt with AI, refine UI visually or dip into code if you want, all synced so you can switch seamlessly between them. Preview instantly, publish real apps and tap into Flutter’s speed, flexibility and sleek UI with production-ready code that’s always yours.
Hoverify 4.0
Product Hunt[IDE/Editor] All-in-one browser extension for web developers/designers Supercharge your web development workflow with an all-in-one browser extension that helps you inspect, edit, test, debug, and optimize websites faster.
Paste1
Product Hunt[Other] Free online pastebin alternative Free online pastebin for sharing code snippets instantly. Secure code sharing platform with syntax highlighting for 50+ programming languages. Best pastebin alternative for developers.