# Voila - AI-Powered Language Tutoring Platform > Voila (voila.fun) is an all-in-one platform for language tutors and learners. Tutors run their entire language teaching business — AI-powered classroom, scheduling, messaging, and billing — for a flat fee of EUR 2 per session while keeping 100% of tuition fees. Students join for free and get AI-generated lesson summaries, vocabulary tracking, and access to thousands of language tutors. Voila also integrates with XR glasses (Meta Ray-Bans, Google XR Glasses) for hands-free, real-world language practice with real-time speech analysis and grammar feedback. ## Platform Overview Voila re-imagines the tutor economy by separating payment from the platform. Unlike Preply (18-33% commission) or iTalki (15%), Voila charges tutors a flat EUR 2 technology fee per completed session. Students pay tutors directly via IBAN, Zelle, Venmo, or PayPal. Active referrals drop the fee to EUR 1 per session. ## For Tutors - AI Teaching Assistant: Generate lesson plans, roleplay scenarios, and custom images instantly. Multi-modal coverage for reading, writing, speaking, and listening. - AI Lesson Summaries: Multilingual transcription that outperforms Google Meet, Otter.ai, and Fireflies. Detects code-switching and dual languages in lessons. - Interactive Classroom: Specialized video platform with a collaborative board. Upload PDFs, annotate images, use sticky notes, and share a Google Doc-style board. - Seamless Scheduling: Integrated with Google Calendar. Manage student roster, cancellations, and availability. - Private Messaging: Secure in-app messaging so tutors keep personal contact info private. - Free Tutor Directory: Students discover tutors at no cost — no lead fees. - Chrome Extension: Integrates directly into Google Meet as a Tutor Copilot with AI bots, local recording, personalized conversation starters, and instant activity generation. ## For Students - Free to join with no signup fees or hidden costs. - AI-generated lesson summaries and transcripts with automatic vocabulary extraction. - Mobile app for on-the-go review of lessons, vocabulary, and tutor feedback. - Coming soon: XR glasses for immersive, hands-free practice. ## XR Glasses Integration Voila integrates with Meta Ray-Ban smart glasses (Developer Preview) and is built for Android XR devices and upcoming Google XR Glasses. Features include: - Hands-free learning: speak naturally without holding a phone. - Real-time AI speech analysis with instant grammar feedback. - Object and visual recognition for immersive, context-aware practice. - Overlays translations, explanations, and practice prompts onto real-world surroundings. - In the short term, all XR features also work on any ARCore-enabled Android phone. ## Supported Languages (32 variants) Voila supports tutoring in the following languages, identified by locale code: - en-US English (US) - en-GB English (UK) - es-ES Spanish (Spain) - es-419 Spanish (Latin America) - fr-FR French - de German - it Italian - pt-BR Portuguese (Brazil) - pt-PT Portuguese (Portugal) - nl Dutch - ru Russian - sv Swedish - no Norwegian - da Danish - fi Finnish - hu Hungarian - cs Czech - el Greek - ro Romanian - tr Turkish - pl Polish - ca Catalan - uk Ukrainian - sl Slovenian - bg Bulgarian - et Estonian - lt Lithuanian - lv Latvian - hr Croatian - sk Slovak - ga Irish - mt Maltese ## Tutor Directory - Browse all tutors: https://tutors.voila.fun/ - Search tutors: https://tutors.voila.fun/?search={query} - Filter by language: https://tutors.voila.fun/?language={locale_code} - Sitemap: https://tutors.voila.fun/sitemap.xml ## Search API Public JSON endpoint for tutor search: https://tutors.voila.fun/api/search ### Parameters - search: Free-text search across tutor name, tagline, profile description, and class description. - language: Locale code of the language being taught (e.g., es-ES, fr-FR, pt-BR, en-US). Matches exact locale codes from the supported languages list above. - languages_spoken: Locale code of a language the tutor speaks (e.g., en-US, de, pt-BR). Filters for tutors who speak this language, useful for finding tutors who can teach in the student's native tongue. - min_price / max_price: Price range filter. Values are in the smallest currency unit (e.g., cents). Defaults to USD; use the currency parameter to convert. - currency: ISO currency code for price filtering (e.g., USD, EUR, GBP). Defaults to USD. - min_rating: Minimum tutor rating on a 1-5 scale. - has_reviews: true/false — filter tutors who have (or lack) student reviews. - min_students: Minimum number of students the tutor has taught. - has_video: true/false — filter tutors with an intro video on their profile. - has_in_person_lessons: true/false — filter for tutors offering in-person lessons. - lat / lng / distance_km: Location-based search for in-person tutors. Provide latitude and longitude; distance_km defaults to 50 km. - country_of_birth: ISO country code (e.g., BR, FR, DE, US) to filter by tutor's country of origin. ### Example Queries - Find Spanish tutors: ?language=es-ES - Find tutors in Brazil who teach Portuguese: ?language=pt-BR&country_of_birth=BR - Find French tutors who also speak English: ?language=fr-FR&languages_spoken=en-US - Search by name or keyword: ?search=conversation+practice - Find affordable tutors near Berlin: ?lat=52.52&lng=13.405&distance_km=25&has_in_person_lessons=true&max_price=3000 ## Main Application - Website: https://www.voila.fun/ - Contact: hello@voila.fun