My portfolio page
Yeah the robot talks and throw punches ;)
Go check it out at - https://reyan-das-port.netlify.app/ (https://reyan-das-port.netlify.app/🔥)
1
5
Yantrik -Collaborative AI-Powered IDE
Built a full desktop IDE from scratch where multiple developers can code together in real-time, each with their own isolated AI agent. Think VS Code meets multiplayer, with a local LLM running inside.
Key highlights: real PTY terminal embedded in the app, WebSocket-based collaboration with delta sync so edits never conflict, BYOK multi-LLM support (Groq, Gemini, Ollama — 16+ models), and full bi-directional file sync to local disk. Built with Electron, React, FastAPI, and Monaco Editor. Deployed live on Azure.
The hard part wasn't the features — it was making sure two users' AI agents never leaked context into each other's sessions under concurrent load.
Live: yantrik-code.netlify.app🎉