🛠️ All DevTools
Showing 1701–1720 of 3080 tools
Last Updated
January 22, 2026 at 12:00 AM
huggingface/transformers
GitHub Trending[API/SDK] 🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
Fluxy AI
Product Hunt[Other] AI Customer Support Agents for SaaS Business FluxyAI is your all-in-one platform for AI-powered workflow automation, integrations, and productivity tools.
Chainpilot - #1 Tool For Web3 Automation
Product Hunt[Other] Automate your Web3 workflows in minutes Tired of writing custom scripts just to automate simple blockchain tasks? Connect wallets, contracts, and real-world actions without writing a single line of code. The MVP is in progress, join the waiting list to be one of the first users!
Build shadcn/ui Forms Seconds
Product Hunt[Other] A free form builder for shadcn/ui components. Create beautiful, responsive forms with our easy-to-use form builder and generate React code using shadcn/ui components.
ExtendBase
Product Hunt[Other] Your One-Stop Plugins Hub ExtendBase is a unified plugin marketplace to discover top tools across Chrome, Figma, Slack, Notion & more. Find and compare plugins by usage category or platform — boost your workflow with one-click access to the tools that power productivity.
Show HN: wcwidth-o1 – Find Unicode text cell width in no time for JavaScript/TS
Hacker News (score: 13)[Code Quality] Show HN: wcwidth-o1 – Find Unicode text cell width in no time for JavaScript/TS I ported Markus Kuhn’s wcwidth to TypeScript and optimized it with bitset lookups for O(1) performance. It now covers the full Unicode 15.1 combining ranges.<p>GitHub: <a href="https://github.com/dawsonhuang0/Wcwidth-O1" rel="nofollow">https://github.com/dawsonhuang0/Wcwidth-O1</a> NPM: <a href="https://www.npmjs.com/package/wcwidth-o1" rel="nofollow">https://www.npmjs.com/package/wcwidth-o1</a><p>Feedback welcome!
OCI Registry Explorer
Hacker News (score: 45)[Other] OCI Registry Explorer
Show HN: Tsink – Embedded time-series database for Rust
Show HN (score: 5)[Database] Show HN: Tsink – Embedded time-series database for Rust
Vector database that can index 1B vectors in 48M
Hacker News (score: 58)[Database] Vector database that can index 1B vectors in 48M
expo/expo
GitHub Trending[Other] An open-source framework for making universal native apps with React. Expo runs on Android, iOS, and the web.
A Beginner's Guide to Extending Emacs
Hacker News (score: 13)[Other] A Beginner's Guide to Extending Emacs
Show HN: DWS OS, a Plan 9 Inspired Web "OS"
Hacker News (score: 11)[Other] Show HN: DWS OS, a Plan 9 Inspired Web "OS" Hi HN,<p>I've always loved the aesthetic, quirks, and concepts of Plan9, and I wanted to see how far I could vibe-code a web desktop/OS that resembled it. The result is DWS OS.<p>My goal was to reach a point where I could build "userspace" apps for this OS, in the OS. DWS OS has a virtual filesystem, an approximation of the ACME editor, file browser, internet browser (just an iframe for fun), and a few other apps to discover.<p>The environment supports uploading and downloading data from the virtual filesystem, along with support for JavaScript programming within ACME and an API for building GUI apps within DWS OS and interacting with the OS DOM. Lastly, you can export and import the state of your OS as a JSON to share with others! Check out the `examples/` directory!<p>I'd love to hear your feedback and suggestions and see if you build anything interesting within the OS, thanks!
Oq: Terminal OpenAPI Spec Viewer
Hacker News (score: 66)[Other] Oq: Terminal OpenAPI Spec Viewer
kamranahmedse/developer-roadmap
GitHub Trending[Other] Interactive roadmaps, guides and other educational content to help developers grow in their careers.
milvus-io/milvus
GitHub Trending[Database] Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
firebase/genkit
GitHub Trending[Other] An open source framework for building AI-powered apps with familiar code-centric patterns. Genkit makes it easy to develop, integrate, and test AI features with observability and evaluations. Genkit works with various models and platforms.
sentient-agi/ROMA
GitHub Trending[Other] Recursive-Open-Meta-Agent v0.1 (Beta). A meta-agent framework to build high-performance multi-agent systems.
CodebuffAI/codebuff
GitHub Trending[Other] Generate code from the terminal!
Astrophysics Source Code Library
Hacker News (score: 13)[Other] Astrophysics Source Code Library
Show HN: I made a generative online drum machine with ClojureScript
Hacker News (score: 32)[Other] Show HN: I made a generative online drum machine with ClojureScript After two years of development, I'm super excited to release Beat Maker! This is my take on what I hope is the best free, web-based drum machine.<p>My goal was to build something that was not only fun and easy to use for beginners but also powerful enough for serious producers. I did extensive research on existing drum machines, analyzed their UX, and tried to build something that adds something new.<p>It's a nearly 100% client-side app, written in ClojureScript, and is a PWA so you can install it to your home screen for an app-like experience.<p>Besides the standard grid editor, Beat Maker has some unique features that I think HN readers might find interesting:<p>- Procedural sample generation. One annoying thing about writing beats is searching through folders full of samples. I wanted to improve this and so I added the ability to generate new samples with a single click, giving you an infinite supply of unique drum samples. * Generative beat creation. If you're looking for inspiration, Beat Maker can generate entire patterns for you as a starting point. You can then edit and tweak the beat to your liking. Great for solving the "blank canvas" problem and giving you something good to start from. * Advanced export options. This is where it really shines for producers. You can export your work as: * A standard WAV loop * Individual stems (ZIP) * A MIDI file * A ZIP file of all your samples as WAVs * A SoundFont (.sf2) drum kit from your generated samples * An Impulse Tracker (.it) file for use in trackers like Renoise, OpenMPT or a Polyend * Pocket Operator/Volca sync. It can output a sync signal on the left audio channel to sync with these hardware devices for perfect timing. * Per-Note FX. You can add effects like volume slides, repeats, and start volume changes to individual notes for more complex drum phrases incorporating flam and roll.<p>As an old school tracker guy, I'm particularly excited about the Impulse Tracker export mode. I was surprised to discover how many DAWs (including hardware like Polyend) can import this format. Of course, you can also pull up Impulse Tracker on DOSBox, or the more modern re-implementation, Schismtracker for that retro experience.<p>By the way, the beat generator feature is not trained on any artists or anything like that. It's an algorithm I built from scratch myself.<p>The audio engine is built on a declarative audio graph (using `virtual-audio-graph`), inspired by React's virtual DOM, which makes managing the Web Audio API much cleaner. If you're building web based audio apps I highly recommend checking out this library.<p>I'd love for you to try it out and let me know what you think. Feedback (and the inevitable bug reports) most welcome! Thank you!<p>P.S. Also, here's a video summary: <a href="https://youtu.be/qVmEn9z3H24" rel="nofollow">https://youtu.be/qVmEn9z3H24</a>