AI SAT Teacher
⚙ Sign in

About

This is a prototype web app for an online AI SAT teacher: it generates lesson scripts, explains solutions, and lets students take original practice exams.

Disclaimer: This app is not affiliated with the College Board. All included practice questions are original.

AI setup

Defaults to Stub mode. OpenAI drives lesson generation; narration audio can use either OpenAI TTS or ElevenLabs.

Ai__Provider=OpenAI
Ai__OpenAi__ApiKey=YOUR_OPENAI_KEY
Ai__TtsProvider=ElevenLabs
Ai__ElevenLabs__ApiKey=YOUR_ELEVENLABS_KEY
Ai__ElevenLabs__VoiceId=YOUR_ELEVENLABS_VOICE_ID

“Video” generation

Videos are implemented as “video jobs” built from scripts. If narration TTS is enabled, the app generates lesson audio and synchronizes the whiteboard writing to that narration. You can click “Save video” to export a real WebM file.