Tools
A couple of single-file browser tools I built for language practice. No install, no server โ just open and go. All progress lives in your browser's localStorage.
๐ฏ Quizzer
A spaced-repetition flashcard app in one HTML file. Drop in a CSV deck and study.
Great for language vocab, but also for memorizing anything else: psychology, history, you name it.
- ๐ง FSRS-4.5 spaced repetition (tracks stability, difficulty, due dates per card)
- ๐ฅ Import decks as CSV via drag-and-drop
- ๐๏ธ Study modes: spaced repetition, least practiced, random, browse
- โญ Self-rate each answer: Again / Hard / Good / Easy
- ๐ Session summaries, mastery charts, response-time breakdowns
- ๐พ Export / import full state as JSON
- ๐ Multi-language UI (๐บ๐ธ ๐ซ๐ท ๐ณ๐ฑ ๐ฎ๐น ๐น๐ท ๐ช๐ธ ๐ฌ๐ท ๐ธ๐ฆ)
๐ Translator
AI-powered translation practice. Pick a language pair, translate sentences, get instant feedback with adaptive difficulty.
- ๐ฃ๏ธ 8 languages, any direction (EN, NL, ES, TR, DE, IT, EL, FR)
- ๐ค Claude evaluates each attempt: score, ideal translation, grammar notes
- ๐ Adaptive difficulty โ the AI adjusts based on your recent performance
- ๐ CEFR sub-levels (A1- through B2+) tracked over time
- ๐ Retry injection: periodically re-serves sentences you got wrong
- โก Speed bonus for fast correct answers (carrot, not stick)
- ๐ Optional TTS playback of expected translations (bring your own OpenAI key)
- ๐ Bring your own Anthropic API key โ no server, no middleman
โก