Cursor on the Go is a playful HackUTD 2025 project for keeping a Cursor coding session moving from your phone or browser.
The app connects remotely to a Cursor instance, sends prompts, streams responses back in real time, and keeps everything synced so you can return to the desktop session without losing the thread. It also explored notifications, account management, and a tiny Stripe-powered upgrade flow because every serious fake startup needs a pricing page.
The core system used an injected JavaScript payload inside Cursor, a WebSocket relay backend, and a web/mobile frontend that could send and receive prompts. It was a fun exercise in integrating with a tool that was not exactly designed for remote control.
See it on Devpost, watch the demo on YouTube, and find the source code on GitHub.
Back