wordpow
v1.1.0
Published
Learn English vocabulary with AI-powered flashcards. CLI for WordPow — add words, review with spaced repetition, sync to cloud.
Downloads
252
Maintainers
Readme
💥 WordPow CLI
Learn English vocabulary with AI-powered flashcards. Spaced repetition meets modern AI.
Install
npx wordpowOr install globally:
npm install -g wordpowQuick Start
# Login (opens browser for secure sign-in)
wordpow login
# Add words to learn
wordpow add serendipity
wordpow add ephemeral --lang tr
wordpow add ubiquitous --lang es
# See your cards
wordpow list
# Check your stats
wordpow whoami
# Set default language
wordpow config --lang frCommands
| Command | Description |
|---------|-------------|
| wordpow login | Sign in (opens browser, one-time setup) |
| wordpow add <word> | Add a new word to learn |
| wordpow add <word> --lang <code> | Add with specific native language |
| wordpow list | List all your flashcards |
| wordpow whoami | Show account & learning stats |
| wordpow config --lang <code> | Set default native language |
| wordpow logout | Clear stored credentials |
Supported Languages
tr Turkish · es Spanish · fr French · de German · zh Chinese · ja Japanese · ko Korean · ar Arabic · pt Portuguese · hi Hindi · ru Russian · it Italian · nl Dutch · pl Polish · sv Swedish
How It Works
- Add words via CLI — AI generates definitions in English + your native language
- Review cards at cli-anki.vercel.app/review with Kahoot-style gamified UI
- FSRS algorithm schedules optimal review times (better than Anki's SM-2)
- Track progress with streaks, XP, levels, and accuracy stats
Web App
Review your cards with a fun, gamified interface at cli-anki.vercel.app
Tech Stack
- Convex — real-time cloud database
- Groq AI — fast AI definitions in your language
- FSRS v5 — state-of-the-art spaced repetition
- WorkOS — secure authentication
License
MIT
