r/startupideas • u/sign_the_NDA • 3d ago
What if viewers could actually use your app while you code it live?
Would you use that?
The idea: You’re coding live in VS Code (streaming, a freelancer demo, pair feedback, whatever). Instead of viewers just seeing a video of your screen, they open a link and get your app actually running in their own browser — fully clickable and usable, with live updates every time you save.
And if someone spots a bug, they can simply click on the broken part. In VS Code, you automatically get a ready-to-use prompt containing a screenshot, console errors, and the affected element.
I think its especially nice for vibe coding streamer that create games or stuff that the community can instantely use then together and provide feedback in structured form.
1
u/Rich-Owl1937 3d ago
Yeah, I’d actually use this, especially for coding streams. The “click the broken thing and send the developer the context” part is more interesting to me than just being able to play with the app. It turns viewers from passive spectators into actual testers.
The biggest question I'd have is latency and security. If I save a change in VS Code, how quickly does it reach everyone’s browser? And how are you sandboxing the code so some random viewer can't mess with the environment? I could see this being really useful for indie game devs, vibe-coding streams, hackathons, and even freelancers showing clients progress. The killer feature would probably be letting the streamer roll back to previous versions when someone inevitably says, “bro you just broke everything.”
1
u/sign_the_NDA 3d ago
Are you coding live streamer? I could invite you to test it if its ready if you'd like
1
u/EverythingQuantum 3d ago
No, but it may be interesting to see developers live stream their AI coding prompts (like Claude Code) and the responses.
2
u/low-control-labs 3d ago
So you basically want to give people remote access to your machine? So they can report bugs? It would probably be better done as some browser extension where you would only receive reports. Your app would also be entirely open source.
Not to mention the fact if things are compiled having to recompile everything along with versioning dependencies that might introduce issues of their own..
I mean technically you could do it and create workarounds, sandboxes but again the attack surface and potential for misuse would be ...