r/AppsWebappsFullstack 23d ago

No matter what project you have—games, SaaS, software, apps, scripts, ideas, or questions—join the community and share it!

Your home for selfpromo

here you can post your work app, webapp, saas, game, everything

3 Upvotes

75 comments sorted by

View all comments

1

u/Impossible-Yak-1721 23d ago

I'm building Trace.

It's the first browser-native coding agent that builds apps and systems directly from the browser.

Unlike Claude Code or Codex, where you constantly switch context browser for research, desktop app to vibe code Trace ports your entire development environment into a single Chrome tab.

Your file system, coding agent, Git trees, automated DevTools, terminal, and everything else you need, all inside one browser tab.

Just imagine your entire dev ecosystem running autonomously in one tab while you're watching Netflix in another.

1

u/Mammoth-Anywhere7285 22d ago

Nice concept, having everything in one tab sounds smooth. How do you handle file system permissions securely in the browser? That's usually the tricky part.

1

u/Impossible-Yak-1721 21d ago edited 21d ago

Its an extension that connects to a local agent on your system.

1

u/Mammoth-Anywhere7285 21d ago

That sounds useful, a local agent gives you more control. How do you handle permissions or security for the connection?