Opt-in 'Weakness Drill' mode #8262
Unanswered
rono-zeroseven
asked this question in
Ideas
Replies: 1 comment 1 reply
|
You can use
you don't need AI for that |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The Problem: Users want to target their specific typing weaknesses, but static word lists don't adapt to individual error patterns.
The Solution: An opt-in "Weakness Drill" mode that analyzes the current session's mistakes and uses the Gemini API to generate a custom practice list.
The Architecture: This would be a frontend-only feature using a Bring Your Own Key (BYOK) model. The user provides their own Gemini API key, which is stored locally in their browser. MonkeyType servers incur zero cost, zero infrastructure burden, and never see the user's typing data, preserving our privacy-first ethos.
How will this work: User enables feature in settings -> pastes key -> after a test, a "Generate Weakness Drill" button appears -> frontend sends only the mistyped words to Gemini -> new test starts with those words.
Would the maintainers be open to a PR for this feature? I am happy to draft the detailed technical spec and UI mockups.
All reactions