🛠️ All DevTools
Showing 2241–2260 of 3095 tools
Last Updated
January 24, 2026 at 12:00 AM
Chromo
Product Hunt[Other] Maximize the power of colors Chromo is a powerful color analysis tool that instantly gives you detailed info from any HEX code. See multiple color formats, contrast checks, shades, tones, and related colors — perfect for designers, developers, and anyone working with colors.
DormData
Product Hunt[Other] Complete coding platform DormData is the ultimate coding practice and competition platform designed for developers who want to level up their skills through real challenges, real competition, and real results.
AI Coding Assistant
Product Hunt[IDE/Editor] One tool that solves all your coding needs! Coding Assistant offers Personalized Coding Tutor, Code Generator, Explainer, Refactor, Convertor, Debugger, beginner-level coding interview problems, Compiler, and Daily News in Tech and Programming. It acts like your ultimate coding companion.
CSS Switch Collection
Product Hunt[Other] Modern toggle switches built with pure CSS A collection of sleek, animated CSS toggle switches ready to copy and paste. Fully responsive and customizable without any JavaScript. Perfect for developers and designers looking to enhance UI forms. đź”— https://www.themedevhub.com/tools/css-switch-collection
Hunyuan-GameCraft
Product Hunt[Other] Interactive game worlds from a single image Hunyuan-GameCraft by Tencent is an open-source model for generating playable, high-dynamic game videos from a single image and user actions. It offers fine-grained control and impressive realism for creators and developers.
YourEpicSaaS
Product Hunt[Other] Nextjs and Supabase Boilerplate Build and launch your SaaS product faster with a scalable Next.js and Supabase boilerplate. Includes authentication, multi-organization support, billing, member management, and everything else you need to get your app live.
Show HN: Yet another memory system for LLMs
Show HN (score: 64)[CLI Tool] Show HN: Yet another memory system for LLMs Built this for my LLM workflows - needed searchable, persistent memory that wouldn't blow up storage costs. I also wanted to use it locally for my research. It's a content-addressed storage system with block-level deduplication (saves 30-40% on typical codebases). I have integrated the CLI tool into most of my workflows in Zed, Claude Code, and Cursor, and I provide the prompt I'm currently using in the repo.<p>The project is in C++ and the build system is rough around the edges but is tested on macOS and Ubuntu 24.04.
ResurrectedGod: The Ruby Framework for Process Management
Hacker News (score: 11)[Other] ResurrectedGod: The Ruby Framework for Process Management
[API/SDK] Show HN: Inworld Runtime – A C++ graph-based runtime for production AI apps Hey HN, this is Igor, one of the engineers behind Inworld Runtime, which we're releasing today in public preview.<p>We built it to solve the common problem we and our customers had: engineers spend more time on AI ops and plumbing than on actual feature development. This was often due to the challenge of using Python for I/O-bound, high-concurrency workloads and complexity maintaining pipelines with streams that use always-changing ML models.<p>Our solution is a high-performance runtime written in C++ with the core idea of defining AI logic as graphs. For instance, a basic voice-to-voice agent consists of STT → LLM → TTS nodes, while the connecting edges stream data and enforce conditions. This graph engine is portable (Linux, Windows, macOS) and can run on-device.<p>We built a few key features on top of this C++ core:<p>- Extensions. Runtime architecture decouples graph definition from implementation. If a pre-built component doesn't exist, you can register your own custom node/code and reuse it in any graph without writing any glue code.<p>- Routers. You can dynamically select models/settings on the per-node basis depending on the traffic as well as configure policies for fallbacks and retries to get the app ready for production.<p>- The Portal. A web-based control plane UI to deploy graphs, push config changes instantly, run A/B tests on live traffic, and monitor your app with logs, traces, and metrics.<p>- Unified API. Use our optimized models or route to providers like OpenAI, Anthropic, and Google through a single, consistent interface and one API key.<p>We have a Node.js SDK out now, with Python, Unity, Unreal, and native C++ coming soon. We plan to open-source the SDKs, starting with Node.js.<p>The docs are here: <a href="https://docs.inworld.ai/docs/runtime/overview" rel="nofollow">https://docs.inworld.ai/docs/runtime/overview</a><p>We're eager for feedback from fellow engineers and builders. What do you think?
Show HN: Vaultrice – A real-time key-value store with a localStorage API
Show HN (score: 8)[API/SDK] Show HN: Vaultrice – A real-time key-value store with a localStorage API Hi HN,<p>I'm Adriano, one of the makers of Vaultrice. I'm excited (and a little nervous!) to share what we've been building.<p>For years, we found ourselves in a frustrating loop: whenever we needed a simple real-time feature—like a "who's online" list, a collaborative app, or just sharing state between a marketing site and our main app — we'd end up spending days setting up the same stack or discarded to do it. Setting it up, it always involved wiring together a database, a WebSocket server, an API, and managing the connection state. It felt like massive overkill for what we were trying to achieve.<p>We wanted a tool that felt as simple to use as the browser's `localStorage` API but worked across domains and devices, with real-time sync and security built-in.<p>So, we built Vaultrice.<p>It’s a key-value data store built on top of Cloudflare's Durable Objects, which gives you a strongly consistent backend for each data object. You interact with it through our TS/JS SDK, which comes in two flavors:<p>1. `NonLocalStorage`: A low-level client with a `localStorage`-like API (`setItem`, `getItem`, etc.) plus real-time events and presence (`.on()`, `.join()`).<p>2. `SyncObject`: A higher-level, reactive JavaScript Proxy. You just change a property on an object (`doc.title = 'New Title'`), and it automatically syncs to all other connected clients.<p>The goal is to let you build the real-time features you want in minutes, not days. We've also put a lot of thought into a layered security model, allowing you to go from simple API key restrictions all the way to server-signed object IDs and client-side E2EE.<p>We’ve just launched and would be grateful for any feedback from the HN community. What do you think of the API design? Are there use cases we haven't considered? Any thoughts on the security model?<p>We'll be here (or via email (support@vaultrice.com)) to answer any questions. Thanks for checking it out!
Writing a competitive BZip2 encoder in Ada from scratch in a few days – part 2
Hacker News (score: 68)[Other] Writing a competitive BZip2 encoder in Ada from scratch in a few days – part 2
filamentphp/filament
GitHub Trending[Other] A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
jitsi/jitsi-meet
GitHub Trending[Other] Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
MaskLLM
Product Hunt[API/SDK] Mask your LLM APIs for secure rotation and logging MaskLLM helps you mask your LLM API keys for secure rotation and sharing across different development environments.
Fellow API
Product Hunt[API/SDK] Build custom workflows from meeting transcripts and AI notes Whether you need to archive compliance records, trigger workflows when key terms appear, feed dashboards with fresh insights, or pass transcripts to an LLM for tailored recaps and action plans, Fellow’s API gives you everything you need to make it happen.
Compozy
Product Hunt[Other] Design complex AI workflows using intuitive YAML templates Create, deploy, and manage robust multi-agent systems with Compozy—unifying agents, tasks, tools, and signals into scalable YAML workflows. Powered by Go and Temporal for performance and reliability, it optimizes costs and gives enterprises full control.
Promptic
Product Hunt[Other] LeetCode but for Prompt Engineers The new LeetCode but for prompt engineers. Master prompt engineering with structured challenges and AI-powered feedback. Join 1000+ developers already improving their skills.
Mockden
Product Hunt[API/SDK] Rapid api prototyping & mock data Mockden helps developers prototype APIs with custom schemas and mock data. Fast, scalable, and ideal for testing
Jotty
Product Hunt[Other] Organize your code snippets and technical resources Jotty is a modern web app for developers to save, organize and share code snippets, useful links and technical notes. Build faster with organized code snippets.
Formulas-AI
Product Hunt[Other] Generate Excel formulas by DeepSeek AI Imagine a programmer being asked to use Excel! This task seems even more daunting than writing code. Do not fear, however, for there now exists a tool that can rapidly generate Excel formulas. Try it out, and see for yourself.