Very cool project. What was the biggest limitation you ran into while coding from a phone?
I built an open-source Python to C++ AST Transpiler entirely from my phone
2 Comments
@[Next Big Creative] Thanks, really appreciate that! Means a lot 🙏
So about your question – trying to build a transpiler and manage an AI orchestrator all from a tiny 6.67" phone screen… yeah, it’s got some weird challenges.
First, I don’t have a PC to run heavy AI models or compilers locally. So I had to build everything as a fully separate async system. I just made a simple Flask API to handle the orchestration – basically routing code through OpenRouter fallback chains. And for compiling on the fly, I used Wandbox API so I can run GCC remotely right from the browser.
Second, screen space is a nightmare when you’re debugging ASTs or dealing with JSON. I ended up designing Astmize as a single-file, no-build frontend. That way I could keep track of everything, test quickly with Pydroid 3, and switch tabs for code editors without needing heavy desktop IDE stuff.
If you wanna check the code, here’s the GitHub link:
https://github.com/thespacetimedebugger/Astmize
And hey, if the mobile-first approach makes you wanna drop a star, that’d be awesome ⭐
Please log in to add a comment.
Please log in to comment on this post.
More Posts
- © 2026 Coder Legion
- Feedback / Bug
- Privacy
- About Us
- Contacts
- Premium Subscription
- Terms of Service
- Refund
- Early Builders
More From TheSpacetimeDebugger
Related Jobs
- Web MasterAIESEC Mexico · Full time · Turkey, NC
- Senior Machine Learning Engineer, AI Infrastructure, AutonomyRivian · Full time · United Kingdom
- Staff Software Engineer, ML Training and Inference InfrastructureRivian · Full time · United Kingdom
Commenters (This Week)
Contribute meaningful comments to climb the leaderboard and earn badges!