Original Reddit post

Been building with Claude Code daily and kept running into the same problem. I am at my PC to start a session but then I need to step away and lose the thread. So I built NeonShell. Flutter app on my phone, Node.js bridge server on my PC, secure ngrok tunnel connecting them. I type or speak a command from my phone and it runs on my PC. Claude handles the response and streams it back to the terminal on my phone. Hot pink cyberpunk UI. Voice input so I can literally talk to my codebase on a walk. Slash commands for trusted operations like flutter analyze and git status. Built it using Scaffold which is another tool I made, took under two hours start to finish. Not selling it, just built it for myself. Happy to answer questions if anyone wants to build something similar. submitted by /u/solo_dev_builds

Originally posted by u/solo_dev_builds on r/ClaudeCode