🛠️ All DevTools
Showing 1461–1480 of 3069 tools
Last Updated
January 21, 2026 at 04:00 AM
Simple Table
Product Hunt[Other] Simple Table: Power Up Your React Grid, Flat Price! Simple Table is a 16 kB React data grid with cell selection, row grouping, infinite scroll, etc., offering flat monthly/yearly pricing instead of per-engineer fees.
Show HN: Free developer-first OneNote alternative
Show HN (score: 7)[Other] Show HN: Free developer-first OneNote alternative Hey Everyone, been working on a note-taking app called janta (Just Another Note Taking App) the past few months.<p>You can try it out at app.janta.dev (you will be redirected to app.janta.dev/canvas/temporary, which is the locally-stored whiteboard you can access)<p>I felt limited with OneNote, Excalidraw, and other infinite-canvas style apps, so I built an alternative. You have access to code-editors, Desmos graphs, and rich text editors (SlateJS). This is because the canvas is designed in a way that allows web components to exist on the same layer as pen-strokes, so you can annotate code, circle points-of-inflection, and programmatically generate graphs using matplotlib.pyplot!<p>This is a beta release, and feedback would be awesome!
Coding a new BASIC interpreter in 2025 to replace a slow one
Hacker News (score: 40)[Other] Coding a new BASIC interpreter in 2025 to replace a slow one
Show HN: Built an MCP server using Cloudflare's Code Mode pattern
Hacker News (score: 32)[Other] Show HN: Built an MCP server using Cloudflare's Code Mode pattern Read this article by Cloudflare this morning <a href="https://blog.cloudflare.com/code-mode/" rel="nofollow">https://blog.cloudflare.com/code-mode/</a> the main argument being that LLMs are much better at writing typescript code than tool calls because they've seen typescript code many more times.<p>HN Discussion: <a href="https://news.ycombinator.com/item?id=45399204">https://news.ycombinator.com/item?id=45399204</a> <a href="https://news.ycombinator.com/item?id=45386248">https://news.ycombinator.com/item?id=45386248</a><p>Deno provides a great sandbox environment for Typescript code execution because of its permissions system which made it easy to spin up code that only has access to fetch and network calls.<p>Stick an MCP proxy on top of that and you've got "CodeMode" (code intermixed with MCP tool calls) for more advanced workflow orchestration.<p><a href="https://github.com/jx-codes/codemode-mcp" rel="nofollow">https://github.com/jx-codes/codemode-mcp</a><p>There's a lot of things that can be improved here. Like a virtual file system for the agent to actually build up its solution instead of being forced to one shot the solution but the bones are there.
Show HN: Toolbrew – Free little tools without signups or ads
Hacker News (score: 35)[Other] Show HN: Toolbrew – Free little tools without signups or ads I got tired of fighting through spammy tool sites just to do something simple, so I made Toolbrew in a few hours on Replit. Just a bunch of free little tools in one place. Text converters, SEO checks, video downloaders, that kind of stuff. No signups, no ads.<p>If there is a tool you wish existed, you can request it on the site and I will build it. Do your worst. Seriously, ANY tool.<p>Maybe it helps, maybe not. Enjoy!
rapid7/metasploit-framework
GitHub Trending[Other] Metasploit Framework
Show HN: Curated gamedev specific search engine
Show HN (score: 60)[Other] Show HN: Curated gamedev specific search engine
Kilo Code for JetBrains
Product Hunt[IDE/Editor] Fast, open-source AI coding agent for JetBrains IDEs Build, debug, and ship with one AI coding teammate. Kilo Code is open-source, model-agnostic AI code assistant that's pay-per use. After 420,000+ downloads on VS Code and Cursor, we're bringing it to the JetBrains ecosystem: IntelliJ IDEA, PyCharm, WebStorm...
VibeSDK by CloudFlare
Product Hunt[API/SDK] Deploy your AI vibe coding platform on Cloudflare in 1 click VibeSDK lets you deploy your own AI-powered vibe coding platform on Cloudflare in one click. Generate, debug, and preview apps in secure sandboxes, scale instantly, integrate with multiple LLMs, and export projects to GitHub or your Cloudflare account.
MockDataGenerator
Product Hunt[Other] Mockdata in 10 seconds. 99¢/ export. JSON / CSV / SQL INSERT Stop hand-typing fixtures. MockData Generator creates clean datasets with a click—JSON, CSV, or SQL INSERTS. Free preview, 99¢ per export, or grab credits. Perfect for QA runs, tutorials, and seeding dev DBs. Template requests welcome.
AIPrice
Product Hunt[Other] AI offers that turn hesitant visitors into paying customers AIPrice helps websites increase revenue by 10–15% through personalized offers. Just drop in a single line of code, and our model learns your visitors’ behavior to maximize conversions.
WriteCMS
Product Hunt[Other] Create, Publish, and Scale Blogs in Minutes Streamline your content workflow with WriteCMS. Manage blogs, generate AI-powered posts, and grow your SaaS or agency effortlessly.
LLM API
Product Hunt[API/SDK] Use any LLM with just one API Manage and route your LLM requests across 400+ LLMs from multiple providers with only one unified API interface.
text2card
Product Hunt[Other] Turn articles into share cards text2card is a Chrome extension that quickly converts web articles into beautiful share cards. Support multiple templates and social platforms.
Show HN: An open source Launchpad for macOS 26
Show HN (score: 47)[Other] Show HN: An open source Launchpad for macOS 26 An open sourced version of Launchpad that I enhanced, you can import from old system Launchpad (just one click), and most of things look same. There are also a lot of functions, like adjust / display / hide icon size and title, localize icons, game controller support, i18n, voice over, etc.<p>Still updating, open an issue if there are any problems. Hope this could help if someone updated to MacOS26 and not happy with new Launchpad :)<p>Thank you.
dotnet/aspnetcore
GitHub Trending[DevOps] ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
oauth2-proxy/oauth2-proxy
GitHub Trending[DevOps] A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.
modelcontextprotocol/typescript-sdk
GitHub Trending[API/SDK] The official TypeScript SDK for Model Context Protocol servers and clients
Show HN: One API for all your SMTPs
Show HN (score: 7)[API/SDK] Show HN: One API for all your SMTPs Hi HN,<p>I host my own mail infrastructure and don't rely on third-party tools to send my mails. But in a microservice architecture, managing all the SMTP configs quickly becomes tiresome. After a while I'd always have my credentials and settings scattered in application-properties, bash scripts and environment files.<p>So I've build Brieferl, an app where you can add your SMTP servers and send emails through a single API with a simple JSON payload. You also get logs of when/where emails were sent and HTML previews of messages.<p>I am interested in what you guys think about this. You can create a free account with just your email, add a SMTP server + API key and start sending. (There is no upsell, or paid plan yet)<p>This is super early, it works and I made it actually just for myself but a friend told me he‘d also love to use this, so I thought why not ask other developers what they think.<p>Is this something you’d use? Are there some features that would it more valuable for you? Or is this something only I’ve felt?
vecpdf — PDF → ChromaDB, locally
Product Hunt[CLI Tool] Tiny CLI turns PDFs into searchable vector db with Chroma. A CLI tool to process PDFs and create local vector databases using ChromaDB. No external API keys required! No Pinecone!