🛠️ All DevTools
Showing 1861–1880 of 2551 tools
Last Updated
December 03, 2025 at 08:00 AM
ArchAltect
Product Hunt[Other] Your AI-copilot for web project planning ArchAltect is the AI roadmap generator that helps web developers with project planning, task management, and agile workflow. Transform your project ideas into actionable plans in seconds.
AUM
Product Hunt[Other] Your unlimited offline AI Co-Pilot AUM is your fully private enterprise AI brain. Run AI offline on your own infrastructure. Fully private. Fully local. Zero cloud risk. Secure document search, database intelligence, and workflow automation.
DeldSim
Product Hunt[Other] Build, simulate, master digital circuits Empower your engineering journey with DeldSim. Design and simulate digital circuits in your browser. Perfect for labs, practical exams, and hands-on learning.
DaDaBIK v13 "Levanto"
Product Hunt[Other] Barcode/QRCode generation, Google Auth, Calendar View & more Start from an existing DB, Excel, or blank canvas and build internal tools, business apps, personal databases in minutes. v13 introduces many new features including barcode/qrcode generation, nocode row-level filters, Calendar view, Google Auth & more.
FissionBox, Early Beta Access
Product Hunt[Other] Build vision/YOLO models fast — without labelling data Simply upload footage, give the vision reactor a goal (e.g., "track cat faces"), click "fission", that's it! Now you download a labelled YOLO dataset and/or train a model. Built for devs, data scientists, and startups moving fast. Bye labelling!
Mention
Product Hunt[IDE/Editor] Vs code file linking extension Mention lets you reference files in comments using @paths, turning static docs into clickable, smartly linked documentation, making it easier for teams to navigate code and collaborate faster.
React Native Feedback Hub
Product Hunt[API/SDK] Seamless user feedback collection A lightweight React Native SDK for in-app bug reporting. Users can record screens or take screenshots, add details, and instantly send reports to Jira, Slack, MS Teams, or Discord. Custom context support via wrapper. Live on npm & GitHub.
EZUtil
Product Hunt[Other] Essential utilities collection | free online tools EZUtil provides a comprehensive collection of essential utilities and tools for developers and users. Create App Store preview images, 3D app promo videos, compress files, and access various productivity tools - all free online.
Sidequest.js
Product Hunt[Other] Reliable Node.js jobs with PostgreSQL, MySQL or MongoDB Sidequest.js is a job runner for Node.js that works with PostgreSQL, MySQL, SQLite or MongoDB. It runs jobs in isolated threads with retries, priorities, uniqueness and more. No vendor lock-in. Includes a beautiful web dashboard to track everything.
DevResume AI
Product Hunt[Other] AI resume builder for developers The AI-powered resume builder designed specifically for software engineers and developers. Create professional, ATS-optimized resumes in minutes—tailored to the tech industry and hiring systems.
TempMailDrop
Product Hunt[Other] Free temporary email service | disposable email addresses TempMailDrop: Instantly generate disposable email addresses with one click-no signup needed. Use for secure online registrations and complete privacy. Avoid spam and protect your real inbox with our fast, reliable temp mail service. No signup needed!
Show HN: Using DSPy to enrich a dataset of the Nobel laureate network
Show HN (score: 7)[Other] Show HN: Using DSPy to enrich a dataset of the Nobel laureate network I've been working a fair bit with DSPy lately, and I did some work in combining the benefits of vector search and LLMs (via a DSPy pipeline) to disambiguate records with a high degree of accuracy to help enrich a dataset. The blog post shows how this approach scales well, is very cost-effective and super concise - all it takes is < 100 lines of DSPy code and it all runs async.<p>The code to reproduce is in this repo if anyone's interested (all tools are 100% free and open source, and the methodology will work with open weight LLMs too). <a href="https://github.com/kuzudb/dspy-kuzu-demo" rel="nofollow">https://github.com/kuzudb/dspy-kuzu-demo</a>
Show HN: I've been building an ERP for manufacturing for the last 3 years
Hacker News (score: 25)[Other] Show HN: I've been building an ERP for manufacturing for the last 3 years
How we enforce .NET coding standards to improve productivity
Hacker News (score: 36)[Other] How we enforce .NET coding standards to improve productivity
A robust, open-source framework for Spiking Neural Networks on low-end FPGAs
Hacker News (score: 11)[Other] A robust, open-source framework for Spiking Neural Networks on low-end FPGAs
Show HN: FFlags – Feature flags as code, served from the edge
Show HN (score: 5)[Other] Show HN: FFlags – Feature flags as code, served from the edge Hi HN,<p>I'm the creator of FFlags. I built this because I wanted a feature flagging system that gave me the performance and reliability of an enterprise-scale solution without the months of dev time or the vendor lock-in.<p>The core ideas are:<p>1. Feature Flags as Code: You define your flag logic in TypeScript. This lets you write complex rules, which felt more natural as a developer myself than using a complex UI for logic.<p>2. Open Standard: The platform is built on the OpenFeature standard (specifically the Remote Evaluation Protocol). The goal is to avoid vendor lock-in and the usual enterprise slop. You're not tied to my platform if you want to move.<p>3. Performance: It uses an edge network to serve the flags, which keeps the wall-time latency low (sub-25ms) for globally distributed applications.<p>I was trying to avoid the heavy cost and complexity of existing enterprise tools while still getting better performance than a simple self-hosted solution.<p>There's a generous free tier ($39 per million requests after that, with no flag/user limits). I'm looking for feedback on the developer experience, the "flags-as-code" approach, and any technical questions you might have.<p>Thanks for taking a look.
Hopfield Networks Is All You Need (2020)
Hacker News (score: 30)[Other] Hopfield Networks Is All You Need (2020) <a href="https://github.com/ml-jku/hopfield-layers" rel="nofollow">https://github.com/ml-jku/hopfield-layers</a>
Show HN: Kimu – Open-Source Video Editor
Show HN (score: 53)[Other] Show HN: Kimu – Open-Source Video Editor I wanted a proper non-linear video editor built for the web. It always annoyed me how there are practically zero functioning web video editors. And here we are :)<p>Kimu can: - Work with Video, Audio & Text. - Supports Transitions. - Non-Linear Video Editing with z-axis overlays. - Split/trim - Export - A cute AI agent (coming soon!)<p>I'm in uni and I started this project out of sheer annoyance that there are zero good web video editors. It is open-source here (<a href="https://github.com/robinroy03/videoeditor" rel="nofollow">https://github.com/robinroy03/videoeditor</a>).<p>What do y'all think?
Show HN: Sidequest.js – Background jobs for Node.js using your database
Hacker News (score: 13)[Other] Show HN: Sidequest.js – Background jobs for Node.js using your database Hey HN,<p>I'm the maintainer of node-cron (5M+ downloads/month), and I recently built Sidequest.js, a background job runner for Node.js inspired by Oban (Elixir) and Sidekiq (Rails).<p>It solves some common problems I saw with libraries like node-cron:<p>- Jobs don’t block your API: they run in isolated worker threads<p>- No Redis or vendor lock-in: use Postgres, MySQL, SQLite, or MongoDB<p>- Supports retries, uniqueness, concurrency, snoozing, prioritization<p>- Comes with a CLI and a simple dashboard<p>- Works great in monoliths and doesn’t require extra infra<p>Quick start (no signup needed): <a href="https://docs.sidequestjs.com/quick-start" rel="nofollow">https://docs.sidequestjs.com/quick-start</a><p>GitHub: <a href="https://github.com/sidequestjs/sidequest" rel="nofollow">https://github.com/sidequestjs/sidequest</a><p>Would love feedback or feature suggestions. Happy to answer any questions here!
ScreenCoder: An intelligent UI-to-code generation system
Hacker News (score: 15)[Other] ScreenCoder: An intelligent UI-to-code generation system