You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
need a mobile solution for remote work. would love to see a combination of claudia's ui with replit's ui/ux and the features of the happy coder application #410
I oftentimes find it difficult to stay at my computer all day, sometimes I need to code on the go or want to check in on my Claude Code development progress when I am away from my PC. Happy Coder and Replit have solved this problem using different technical implementations:
Happy Coder starts Claude Code from within their own cli command and capture all aupdates and send them over to the Android/iOS applications.
Repl.it has an immersive ui/ux for coding on the go and gives their users a full-scale IDE experience along with various tool pages to troubleshoot and understand different aspects of their application including showing a preview, managing databases and secrets, editing code, conversing with agents, creating custom workflows, git management, so on and so forth.
I'd love to see these features make their way over to the opcode repository as this feature already uses Tauri which makes it a great candidate for cross compiling custom applications for Android and iOS.