# LiteAI > AI-powered coding playground for students to build real web tools using Python (PyScript) or (JavaScript) in the browser. ## Overview LiteAI is a browser-based, zero-install coding environment designed to simplify web development for students. It utilizes PyScript to execute Python logic directly in the web browser, eliminating the need for backend servers or local environment configurations. ## Core Technical Specs - **Primary Runtime:** PyScript (Python via WebAssembly/WASM). - **Frontend Stack:** HTML5, CSS3, Tailwind CSS. - **Interoperability:** Bidirectional communication between Python and JavaScript via the `js` module. - **Client-side Execution:** No backend required; runs entirely in-browser. - **Compatibility:** Modern browsers (Chrome, Firefox, Safari, Edge). ## Key Features - **AI Prompt-to-App:** Natural language project generation (HTML + CSS + PyScript). - **Zero Configuration:** Instant coding without `pip`, `PATH` setups, or IDE installations. - **Visual Python:** Python controls the DOM (Document Object Model) directly to create UI/UX elements. - **Educational Accessibility:** 100% Free for schools, colleges, universities, and students. No credit card required. ## The Learning Workflow 1. **Conceptualize:** User describes an idea in plain English (e.g., "A calculator for biology lab results"). 2. **Generate:** AI produces starter code across three layers: UI (HTML), Styling (CSS), and Logic (PyScript). 3. **Iterate:** Students learn by editing, breaking, and fixing code with AI as a real-time tutor. ## Use Cases - **Data Science:** Interactive dashboards and data visualizers using Python libraries. - **Academic Tools:** GPA trackers, lab note databases, and searchable research logs. - **Logic Games:** Tic-Tac-Toe, Number Guessing, and state-based interactive games. - **Financial Tools:** Expense splitters, loan calculators, and bill trackers. ## Technical Support - **Docs:** Available at https://liteai.me/docs - **Contact:** WhatsApp support integration for student/teacher assistance. - **FAQ:** Covers PyScript mechanics, JavaScript integration, and classroom deployment. ## Metadata - **Status:** Active / Production - **License:** Educational / Free - **Focus:** Educational Technology (EdTech), AI-Assisted Learning.