DriftCode
Solo · Android client, self-hosted server
A self-hostable mobile client for opencode. Connect your own server over Cloudflare Tunnel, browse your GitHub repos, and run streaming agentic coding sessions with tool calls and file edits from your phone. 75+ AI providers, no shared backend, no subscription.
Problem
Agentic coding tools like opencode live in a terminal on a machine you are sitting at. Step away and there is no way to check on a session, answer a prompt, or push a small fix without a laptop. The hosted alternatives solve reach by putting your repositories and provider keys on someone else's backend. DriftCode keeps the server yours and only moves the screen to the phone.
Decisions
1. Your server, not a shared backend
Chose: The app connects to an opencode server you run; repos, keys, and sessions never leave it.
Rejected: A hosted relay that proxies sessions for every user.
Why: Everything is Self-Hosted, you own the infrastructure.