harshdoesdev

↗ HN profile [ 73.0 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hey HN, I built SuperHQ, an app that lets you run coding agents in local sandboxes (powered by Shuru). No custom UI wrapping the agents, they run as CLI/TUI like they were designed to. It just provides you the tools…

  2. Shuru is a lightweight sandbox that spins up Linux VMs on macOS using Apple's Virtualization.framework. Boots in about a second on Apple Silicon, and everything is ephemeral by default. There's a checkpoint system for…

  3. I wanted a personal AI agent I could leave running on cheap hardware, a Pi Zero 2W or a $4/mo VPS, without much infrastructure overhead. So I built Neko. Memory is markdown files the agent reads and writes itself.…

  4. Hi HN! We built SuperContext because we got tired of re-explaining our codebases to AI tools every single time. Now our whole team can jump between Claude Code, Cursor, and Windsurf without losing context. It's open…

  5. Hi HN, We are building Superpowers–an open-source Chrome extension that adds AI browser capabilities to Chrome. No auth, waiting list, or subscriptions. BYOK. Your data stays on your machine. Give it a try at:…

  6. Hey HN! Today I am releasing Supafine, a tool that lets you generate and modify React UI components using simple prompts. When I build apps, I tend to think in blocks, and in React, those blocks are components. But…