Hey devs!
βA while ago, I started building Astmize, a web tool to transpile Python code into optimized C++. In the first version, I tried building a strict AST parser. Long story short: handling type inference across languages entirely from a mobile IDE was an absolute nightmare, and I almost gave up on the project.
βInstead of quitting, I decided to pivot. I completely rewrote the backend to leverage Gemini AI as the core translation engine. Now, instead of breaking on complex structures, the AI understands the logic and generates clean, optimized C++ code dynamically.
βAnd yes, the entire stack (Frontend on GitHub Pages, Backend API on Render) was built, debugged, and deployed 100% using my phone.
βVersion 2.0 is officially LIVE! I'd love for you guys to break it, test it with some complex Python logic, and give me your brutal feedback.
βπ Live Demo: [https://thespacetimedebugger.github.io/Astmize/]
π GitHub Repo: [https://github.com/TheSpacetimeDebugger/Astmize.git]
βLet's hear your thoughts!

For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)