A lightweight, mobile-first Python playground built to comfortably write, execute, and review code on the go without needing a PC.
- Mobile-Optimized UI: Designed specifically for coding from your phone.
- Live Execution: Built-in terminal for real-time output.
- AI Feedback: Instant logic and syntax reviews.
- Data Science Ready: Pre-loaded with
numpy,pandas,scipy, andmatplotlib.
While there are many online IDEs, I built this specifically to have a quick, hassle-free way to practice and check Python code directly from my phone without booting up a computer.
Simply open the web app, write your Python code in the editor, and hit Run Code to see terminal output or get AI-powered feedback.
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/4c12a261-6c47-42b5-8580-e0bebe8a9793
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev
