🛠️ All DevTools
Showing 1181–1200 of 2545 tools
Last Updated
December 02, 2025 at 12:00 PM
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>
Rust: A quest for performant, reliable software [video]
Hacker News (score: 42)[Other] Rust: A quest for performant, reliable software [video]
Logo Foundry
Product Hunt[Other] Professional logo to favicon & app icon generator Transform your logo into favicon.ico, app icons, and brand assets instantly. Generate logo variants, PNG/ICO/SVG conversions, and complete icon kits for web and mobile. Free online tools for Next.js, WordPress, iOS, Android development.
Replit Agent 3
Product Hunt[Other] Our most autonomous agent yet Replit’s Agent 3 is its most autonomous AI yet — it can build apps, test them in a real browser, fix issues automatically, and even create other bots or automations, helping developers build faster with minimal supervision.
Meet Macro Terminal
Product Hunt[CLI Tool] Claude Code for data analysis A command line tool that gives you direct natural language access to your databases, csv files, and excel files. You can use it to explore data, write and run queries, and export csv and markdown files to share with others - all directly from your terminal.
Stash MCP Server
Product Hunt[IDE/Editor] Make AI IDEs even smarter with your team’s knowledge Stash MCP Server lets AI agents like Cursor, Claude, and Copilot access your team’s real context (code, docs, issues) so they can resolve tickets without endless prompting. Just say "solve my assigned issue with the ID of …" - that’s it.
Arambh Labs
Product Hunt[Other] Agentic AI for Security Operations Transform your security operations with Arambh Labs' agentic ai platform. Intelligent agents provide proactive threat detection, automated response, and unified security management for enterprise teams.
Vidzflow 2.0
Product Hunt[Other] The complete video platform for Webflow Vidzflow is the video platform built for Webflow sites. Host videos without limits, customize a distraction-free player to match your brand, and add interactive tools like CTAs and forms to convert viewers.
Swiftresolve - Automated Service Reviews
Product Hunt[Other] Automate your Review Service requests SwiftResolve is a review automation platform that helps small businesses and SaaS collect reviews on Google, Trustpilot, and Yelp. It sends personalized requests via SMS or Email, turning customer feedback into valuable online reviews effortlessly.
KaleidoImages
Product Hunt[API/SDK] AI image API: fast search, filters, seeds, metadata A fast public API for 17k+ unique AI-generated images. Search in multiple languages, apply advanced filters (style, color, size), use seeds for reproducibility, and access rich metadata—plus live Swagger docs and a playground. Built for devs and creators.
The Swift Kit
Product Hunt[Other] Ship a production‑ready SwiftUI app in minutes Clone the GitHub repo, paste your API keys, and the project is ready. A SwiftUI App Generator that ships production defaults! Stop wasting time on repetitive setup tasks and focus on what makes your app unique.
DNS, SSL, JSON Formatter | Orbit2x
Product Hunt[Other] Free online tools for web professionals and creators From network diagnostics to design tools and productivity utilities. Everything you need for web work. Privacy-first, account-free, always accessible. DNS lookup, SSL checker, JSON formatter, text encoder, subnet calculator, hash generator, JWT decoder, QR
Implementing namespaces and coding standards in WordPress plugin development
Hacker News (score: 20)[Other] Implementing namespaces and coding standards in WordPress plugin development
Show HN: I built a tool to find trading signals that aren't just random luck
Show HN (score: 5)[Other] Show HN: I built a tool to find trading signals that aren't just random luck Hi HN,<p>I'm a solo dev and for the last few months I've been building Hikaro, a tool to find statistically significant trading signals for [e.g., US equities, crypto, forex].<p>I built this to solve my own problem: I was tired of backtests that looked great on paper but failed in practice. Simple metrics like "win rate" can be misleading, so I wanted a way to quickly tell if a signal's performance was genuine or just noise.<p>Hikaro ingests daily market data and runs statistical analysis on various trading signals. The goal is to surface signals with strong properties, like:<p>Low p-value: Evidence that the performance is not a random fluke. High Sharpe Ratio: Better risk-adjusted returns. Healthy 'Core Performance': The average return after removing the single best outlier trade, for a more conservative view. Other key metrics like Profit Factor and Max Drawdown that you can filter by.<p>I'm looking for my first users and would love your feedback. I'm offering a 30-day free trial of the Pro plan (which includes Telegram alerts) with no credit card required.<p>I'll be here all day to answer any questions. I'm especially keen to hear feedback on the concept and the metrics.<p>Thanks, HN!
agno-agi/agno
GitHub Trending[DevOps] High-performance runtime for multi-agent systems. Build, run and manage secure multi-agent systems in your cloud.
Show HN: Pbar.io – Distributed progress bars that work in terminals and browsers
Hacker News (score: 12)[API/SDK] Show HN: Pbar.io – Distributed progress bars that work in terminals and browsers I built pbar.io because I was tired of SSH'ing into servers to check if my data processing scripts were still running, or worse, having them finish/crash without knowing.<p>It's a simple REST API that lets you create and update progress bars from anywhere. The same progress bar can be viewed as terminal output (with ANSI colors), in a browser, or consumed as JSON.<p>I'm actually tracking this HN discussion with pbar. The progress bar increases with each comment - watch it live as we discuss!<p>Web: <a href="https://pbar.io/Y8yg3BG" rel="nofollow">https://pbar.io/Y8yg3BG</a> Terminal: curl <a href="https://pbar.io/api/bars/Y8yg3BG" rel="nofollow">https://pbar.io/api/bars/Y8yg3BG</a><p>More features that emerged from my own use cases: - Hierarchical progress bars (parent bars auto-aggregate children) - Python package (pip install pbar-io) that wraps tqdm - just swap the import - QR codes to monitor progress on your phone while away from desk - No auth required for quick prototypes<p>Curious what use cases you might have for this!