What is the best way to use Claude Code from my phone?

I enjoy working on my project from my phone when I’m away. Everything is on my computer at home. So, I’ve been using Chrome Remote Desktop on my phone and it’s really hard to use. What’s everyone else using to debug from the workplace toilet ?

3 points | by tripleyeti 18 hours ago

5 comments

  • Leftium 3 minutes ago
    This was the motivating idea for Epicenter Assistant[1] (Prompt your AI coding agent while carrying boxes of pizza home)

    - Connect to your opencode sessions via a web interface, connecting via a secure tunnel.

    - (Optionally) use a transcription app to prompt the coding agent. (Since typing code is more difficult on a phone.)

    I'm not sure if Epicenter Assistant will be developed any further...

    Vanilla opencode has a feature for sharing web links to sessions, but these are read-only.[2]

    [1]: https://github.com/epicenter-md/epicenter/tree/main/apps/sh

    [2]: https://opencode.ai/docs/share/

  • danielbln 12 hours ago
    You might enjoy https://happy.engineering

    It can be a bit buggy here and there, but when it works oh boy. I've designed and executed full performance benchmarks on clusters while I was walking through the park.

  • kasey_junk 9 hours ago
    Use the GitHub action and set it up to work with issues.
  • ekropotin 18 hours ago
    I often run claud code inside tmux session on my private server. That allows me to interact with CC via ssh from any device with ssh client.
  • cindyllm 18 hours ago
    [dead]