MindTrace (Your actions are the prompt)
Link to open source: https://github.com/Shrit1401/TRAI_hackathon
Link to Live Project: https://trai-hackathon.vercel.app/
MindTrace is a website that watches your browsing activity and figures out what you are trying to build.
Instead of asking you to write a perfect prompt, it looks at things like:
- what you search on Google
- what pages you open
- what text you copy
- what notes you add
Then it detects your intent.
For example, if you search about green energy startups, read articles, copy some research, and write a note about a newsletter, MindTrace understands:
“You are trying to launch a newsletter about green energy startups.”
After that, it creates a master prompt and sends it to AI agents.
Each agent does one part of the work:
- Scout does research
- Scribe writes the newsletter/content
- Forge creates the landing page copy
- Echo creates distribution posts
So the site turns messy browsing into a complete project workflow.
TechStack
- Frontend: Next JS
- Backend: Convex
- Openai Agent SDK
- Chrome Extension Integration
- Composio (For Agent Calls)


