Original Reddit post

I’ve been playing with Claude Code for coding sessions, but SSH from my phone always sucks when I’m away from the desk. Stumbled on this little project called Sentinel — it’s just a single app that gives you a decent web terminal with tmux support. I can keep a long-running code session going, detach, and later open my phone browser and reattach to the exact pane. No port forwarding mess, works fine on mobile too. Been using it for a couple days and it’s surprisingly smooth for quick code checks or continuing a debugging session. Link if anyone wants to try: https://github.com/opus-domini/sentinel submitted by /u/cr0br4

Originally posted by u/cr0br4 on r/ClaudeCode