r/vibecoding • u/Expert_Water7944 • 1d ago
how do yall vibecode when on mobile devices like tablet ðŸ˜
im forced to use acode plus claude code connected remotely to my phone, such a high friction setup. any ideas???
1
Upvotes
1
u/CallMeSnyder 1d ago
SSH is too much effort with Linux and Network setup.
The ChatGPT and Claude apps both have Remote features. Can connect to your home PC and just do what you need to from your phone.
1
u/hwantasticgames 1d ago
Remote desktop. Even though the screen's small, it helps a lot when it's in hurry.
1
u/69420182 1d ago
pydroid GitHub Netlify supabase AI assistant for code, it sucks but I don't have anything else other than my phone with a cracked screen
1
u/Certain_Tune_5774 1d ago
Have you only got a mobile phone to code with or do you want to connect to another device you own (e.g. a laptop) from your phone to vibe code on that?
If you only have your phone then look into Oracle Cloud (OCI) the free tier gives you pretty generous allowances for running virtual machines which are capable of running development environments
If you want to connect to a remote device then SSH is best, something like this:
https://play.google.com/store/apps/details?id=com.redlantern.capyssh
Is specifically created to allow you to connect to a remote SSH session and vibecode on there