Launching today
ChatView
Vibe Code from your Phone, from anywhere
14 followers
Vibe Code from your Phone, from anywhere
14 followers
Vibe code from your phone, anywhere in the world. Pair your laptop once with a QR scan, then drive Copilot, Claude, or any AI chat in VS Code straight from your phone. Read replies on the train, queue follow-ups from the couch, and dial in to sign yourself back in remotely with one tap. Long-press to kill a device the moment it goes missing. Cross-platform sync, end-to-end device keys, and zero re-typing of passwords. Code from anywhere β keyboard optional.









π Update β 1 hour into launch:
ChatView Relay just went live on the Open VSX Registry, which means it now installs natively in:
β Cursor
β VSCodium
β Gitpod
β Windsurf
β Eclipse Theia (and every VS Code-compatible editor)
So if you're vibing in Cursor instead of vanilla VS Code β open the Extensions panel, search "ChatView Relay", hit install, and your phone now drives Cursor too. Same account, same mobile app.
Next up: MCP server so Claude Desktop, Antigravity, and Zed can call ChatView as a tool. Shipping this week.
Thanks for all the upvotes and feedback so far β keep them coming! π
π Update β ChatView now speaks MCP
Big shipment for our launch day: ChatView is now a Model Context Protocol server. That means any MCP-capable AI assistant can push prompts, questions, and notifications straight to your phone.
Works out of the box with:
π€ Claude Desktop Β· Claude Code
π§ Cursor Β· Windsurf Β· Zed
π Google Antigravity Β· Codeium
β¦and anything else that speaks MCP.
Setup: generate a Personal Access Token at https://chat-view.xyz/account/developer, drop one snippet into your client config, done. No npm install, no Python deps β npx does the rest.
{
"mcpServers": {
"chatview": {
"command": "npx",
"args": ["-y", "github:doculearn/chatview-mcp-server"],
"env": {
"CHATVIEW_API_KEY": "...",
"CHATVIEW_TOKEN": "cv_pat_..."
}
}
}
}
Now your agent can literally text you mid-task: "about to delete prod table β confirm?" and you reply from the bus.
Repo + 6 tools: https://github.com/doculearn/chatview-mcp-server
Reviews much appreciated π β every one is read.