Mobile · 2026
An English vocabulary app for Vietnamese learners: spaced repetition that knows when you're about to forget, and AI that fills the dictionary's gaps.

Overview
Generic flashcard apps don't know when you're about to forget a word. Free dictionaries rarely have Vietnamese meanings, real examples or usage notes, and some common words are missing entirely.
Vocabo ships about 3,300 curated words with English and Vietnamese meanings and CEFR levels. You review by typing the word, scheduled by FSRS, and when a word or sense is missing, AI builds it once and caches it for everyone.
Features
Every card is scheduled by FSRS, with an adjustable retention target, maximum interval and daily limits.
See the Vietnamese meaning and type the English word letter by letter; the grade comes from your attempts, not a self-rating.
About 3,300 frequent words to browse by level and frequency, with recorded or spoken pronunciation.
Missing words get a full entry, and each sense gets examples, collocations and usage notes, generated once and cached.
A daily ring, streak, 30-day retention, level bars, an activity heatmap and your hardest words.
An Android build and an installable web app from one Expo codebase, with Vietnamese keyboard quirks handled.
How it works
A 6-digit email code or Google sign-in, so no deep links are needed on any device.
The app reads the shared word store straight from Postgres, protected by row-level security.
Edge Functions keep the AI key on the server, build missing entries and cache them for every user.
Each answer is logged and updates the FSRS card in one safe-to-retry database call.
Highlights
Daily limits are shared across all users, because per-user caps can be multiplied with new accounts; cache hits are free.
Structured output must echo the source word, the dictionary fallback runs only on a real miss, and every entry records its source.
The same shared code runs in Node for seeding and in Deno for Edge Functions.
182 unit tests, 95 database assertions for permissions and reviews, and zero-cost edge tests with a fake key.
Under the hood
AI
Per-sense examples, collocations and usage notes, with a global cap on AI spend.
Review
Typed-answer review replaces flashcards, and the fox mascot arrives.
Android
496 more B1 words, an Android build, an installable web app and profile stats.
MVP
Word store, AI dictionary fallback, email-code sign-in and CEFR levels.