🛠️ All DevTools
Showing 1–20 of 3522 tools
Last Updated
March 01, 2026 at 08:09 PM
I Built a Scheme Compiler with AI in 4 Days
Hacker News (score: 28)I Built a Scheme Compiler with AI in 4 Days
When does MCP make sense vs CLI?
Hacker News (score: 100)When does MCP make sense vs CLI?
Show HN: MCP Playground – free MCP test servers, inspector, and 10K+ server list MCP Playground is a Postman-style tool for MCP — inspect servers, execute tools live, test your client, all from the browser.<p>Four things in one place:<p>1. Free hosted MCP servers — four public test servers anyone can point their client at: Echo (connectivity), Auth (Bearer token flow), Error (error handling), Complex (multi-tool schemas).No sign-up, just use the URL.<p>2. Server inspector — paste any remote MCP server URL, see all its tools/resources/prompts, execute them live, inspect the full JSON-RPC log. HTTP, SSE, and WebSocket all supported.<p>3. Registry — 10,000+ servers indexed by category. Each links to the repo and can be tested in the inspector directly.<p>4. Recipes + guides — 45 articles and step-by-step workflows for real use cases: GitHub PR reviewer, standup bot, database query assistant, Meta ads automation, and more.<p>Everything free, no install, no sign-up.<p>Happy to answer questions on the implementation.
AI Made Writing Code Easier. It Made Being an Engineer Harder
Hacker News (score: 175)AI Made Writing Code Easier. It Made Being an Engineer Harder
Show HN: I'm a teen from Kenya and I built a package manager in Rust for fun
Show HN (score: 6)Show HN: I'm a teen from Kenya and I built a package manager in Rust for fun
Show HN: I built a browser-based 3D editor since I didn't want to learn Blender process demo - <a href="https://i.redd.it/fbhlwsq1gcmg1.gif" rel="nofollow">https://i.redd.it/fbhlwsq1gcmg1.gif</a> render demo - <a href="https://i.redd.it/smddwtryhcmg1.gif" rel="nofollow">https://i.redd.it/smddwtryhcmg1.gif</a><p>I love making creative software. I spent a few years making pixel art software but recently have gotten into 3d animation and 2d animation and really wanted a way to realize crazy ideas.<p>Blockbench didn't feel quite right, spline is super well made but felt catered too much to just idle website animations, and I really didn't want to fall down a master class in Blender just to make some silly stuff. While I'm definitely not discounting Blender's literal powerhouse functionality, I wanted something smaller, easier to adopt, and something directly inside the web ecosystem. So that when I want to make assets for silly games I won't have to jump through any hoops to make everything match up and render nicely. So, I made Topomaker (tentative name).<p>It's sporting your basic 3d modeling, coloring, and animation. It's currently supporting exports to mp4's and gifs for sharing, and then glb's and obj's for making games in threejs.<p>I literally just started it a couple weeks ago so there are probably tons of bugs, so maybe not for anything serious, but feel free to play around with it and let me know what you think!
Ghostty – Terminal Emulator
Hacker News (score: 125)Ghostty – Terminal Emulator
K-Dense-AI/claude-scientific-skills
GitHub TrendingA set of ready to use Agent Skills for research, science, engineering, analysis, finance and writing.
Show HN: Vertex.js – A 1kloc SPA Framework
Hacker News (score: 15)Show HN: Vertex.js – A 1kloc SPA Framework Vertex is a 1kloc SPA framework containing everything you need from React, Ractive-Load and jQuery while still being jQuery-compatible.<p>vertex.js is a single, self-contained file with no build step and no dependencies.<p>Also exhibits the curious quality of being faster than over a decade of engineering at Facebook in some cases: <a href="https://files.catbox.moe/sqei0d.png" rel="nofollow">https://files.catbox.moe/sqei0d.png</a>
Show HN: Terminal-Style Portfolio on the Internet
Show HN (score: 21)Show HN: Terminal-Style Portfolio on the Internet Posted about this last year, since then learned a lot, changed a lot and can still say it's the best Terminal-Style Portfolio Website on The Internet
Decision trees – the unreasonable power of nested decision rules
Hacker News (score: 227)Decision trees – the unreasonable power of nested decision rules
Show HN: Built a tool that turns your GitHub commits into build-in-public posts I kept failing at building in public for the same reason every time: not fear of judgment, just the blank page after a long day of shipping.<p>Something always happened. But converting "refactored auth flow" or "fixed that edge case that's been annoying me for a week" into something worth posting felt like a second job on top of the actual job. So I'd skip it. Then skip it again. Then stop entirely.<p>The approach: connect your GitHub, it pulls recent commits and repo activity, and generates draft posts for multiple platforms in your tone — raw founder voice, not content creator polish. The idea is you're always starting from something real you actually did, not staring at a blank box trying to manufacture insight.<p>A few decisions I made consciously:<p>Didn't want to build another scheduler. Hypefury/Typefully solve distribution. This solves the upstream problem: knowing what to say in the first place.<p>Kept the output editable and minimal — 2-3 options per session, short, easy to tweak. Not trying to automate your voice, just unblock it. Free tier to start. Wanted real usage before charging anyone.<p>Still early. Roadmap includes better tone calibration, tighter commit parsing, and more platform targets. But I've been using it daily myself which is the real test. Would love feedback, especially from anyone who's tried and failed at BIP consistency before.
ruvnet/wifi-densepose
GitHub TrendingWiFi DensePose turns commodity WiFi signals into real-time human pose estimation, vital sign monitoring, and presence detection — all without a single pixel of video.
Show HN: Userscript to Display Age/Karma of HN Users
Show HN (score: 5)Show HN: Userscript to Display Age/Karma of HN Users Small script to display account age/karma next to all usernames, so you have that info available to you without clicking through to someone's profile. Opus 4.6 written, it's a mess but it works :) Using with Tampermonkey on Firefox.
Show HN: Computer Agents – Agents that work while you sleep
Show HN (score: 5)Show HN: Computer Agents – Agents that work while you sleep Hey HN, Most AI “agents” I’ve tried are basically chatbots with amnesia — they forget everything the moment you close the tab and can’t do anything unless you’re sitting there watching them. I wanted real AI coworkers that just… work. So I built Computer Agents (aiOS). Every agent you create gets its own isolated computer in the cloud — complete with persistent memory, a real file system, code execution environment (with automatic dependency management), and the ability to run scheduled or webhook-triggered tasks 24/7. You give it a goal (“research this market and email me a report every Monday”, “generate floor plans from client briefs”, “handle incoming support emails”, “run my weekly data analysis”), walk away, and come back to finished results in your inbox, Telegram, or dashboard. Key highlights: • Persistent workspaces — context and files survive forever (no more “remember what we talked about last week?”) • Native iOS app (iPhone + iPad) + native Mac app + web dashboard • Python + TypeScript SDKs (pip install computer-agents, npm install computer-agents) • Multi-agent orchestration (sequential, parallel, map-reduce, conditional flows) • Built-in skills: deep web research with citations, web search, image generation, full code interpreter • Integrations: Email, Telegram, GitHub, Google Drive, OneDrive, Notion, webhooks, etc. • Runs in secure isolated cloud containers (you own your data) It’s live at <a href="https://computer-agents.com" rel="nofollow">https://computer-agents.com</a> Free tier gives you 150 compute tokens (~15–23 decent-sized tasks) so you can try it right now. Pro starts at $19/mo when you want more. This is very much still a young indie project (I’m the solo founder), but it’s already helping real teams automate support, research, content, and coding workflows. Would love your honest feedback — especially: • What persistent/long-running agent pain points have you hit with other tools? • Interesting use cases you’d want to try? • Thoughts on the architecture (sandboxing, persistence model, orchestration) Happy to answer any questions! Thanks, Jan Luca (indie maker behind Computer Agents) P.S. If you’re into computer-use agents, we also have a comparison page: <a href="https://computer-agents.com/compare/computer-use-agents" rel="nofollow">https://computer-agents.com/compare/computer-use-agents</a>
The Science of Detecting LLM-Generated Text (2024)
Hacker News (score: 43)The Science of Detecting LLM-Generated Text (2024)
obra/superpowers
GitHub TrendingAn agentic skills framework & software development methodology that works.
Wei-Shaw/sub2api
GitHub TrendingSub2API-CRS2 一站式开源中转服务,让 Claude、Openai 、Gemini、Antigravity订阅统一接入,支持拼车共享,更高效分摊成本,原生工具无缝使用。
moeru-ai/airi
GitHub Trending💖🧸 Self hosted, you-owned Grok Companion, a container of souls of waifu, cyber livings to bring them into our worlds, wishing to achieve Neuro-sama's altitude. Capable of realtime voice chat, Minecraft, Factorio playing. Web / macOS / Windows supported.