from pathlib import Path html_code = """ MINIMIND – AI-Powered Learning App

MINIMIND

An AI-Powered Learning Companion Across Every Age Group

πŸš€ Modes Based on Learning Levels

Five modes: Beginner, Teen, College, Mastery. Each offers unique tone, complexity, and UI, personalized for the user’s stage.

πŸ“š Pointwise AI Explanations

Every explanation is organized in pointwise format with bold highlights. Mastery mode offers expanded academic structure.

🌐 Multi-Language Support + Hinglish

Supports over 20 Indian languages including Hinglish, Bhojpuri, Sanskrit, Sindhi, Punjabi, Odia, and more. Translations are accurate and conversational.

πŸ—£οΈ Voice Interaction & Playback

Users can ask questions by speaking, and AI replies in voice with emotional tones and clarity. Perfect for auditory learners.

✨ Dynamic UI & Futuristic Design

Blur-glow input fields, swipe-enabled mode selection, tech-style theme in chat and capsules. Designed to feel futuristic yet minimal.

πŸ“Έ Image Scan

Upload or scan questions directly as an image. AI reads the content and generates explanations in real time.

πŸ’¬ Capsule-Based Threads

Each question generates a capsule. Users can continue conversations within that capsule with threaded chats.

🎯 Typing Animation Like ChatGPT

Instead of waiting spinners, enjoy real-time AI typing animations for explanations β€” adds realism and anticipation.

πŸ› οΈ Auto-Correct & Prompt Enhancer

Click one button to refine your input prompt automatically using AI. Makes your questions smarter and more understandable.

πŸ”™ Navigation + Symmetry

Back buttons on all pages like Progress, Tutor, and Social return to home. Center-aligned branding and beautifully balanced layout.

""" # Save to HTML file html_path = Path("/mnt/data/minimind-intro-website.html") html_path.write_text(html_code) html_path.name