Remix.run Logo
Show HN: Bunrun – agent-configured local dashboard to start/stop dev apps(github.com)
1 points by jokkebk 9 hours ago

Agentic era has left me with already half a dozen vibe coded helper apps, most run with ´bun run dev´ or the npm equivalents, occasionally Python.

Instead of zooming around terminal, I decided to vibe code one more thing: A local dashboard to start and stop all the projects and view the ouput. Finessing the configuration yaml is delegated to a SKILL.md so I can just ask Claude or Codex to set the stuff up. Works and saves time!

It's Bun + Svelte, MIT licensed, binds to localhost with no auth (it runs shell commands from your config as your own user, so it's meant for trusted local use only, not exposed to a network).

Happy to answer questions about the agent-config approach or the process management side.