A 15-second typing test website that adapts to your skill level.
Try it here - Pick between v2.0.1 or Classic v1.0.0
v2.0.1
You get 15 seconds. Type as fast and as accurately as you can. The site tracks your speed (WPM) and accuracy in real time, then shows your results when the timer runs out. Press Tab to go again.
The word generation system picks words based on how well you've been doing. It starts simple and ramps up as you get faster. If you keep messing up certain keys, it'll throw more of those at you so you actually improve.
- 15-second test with a live countdown timer
- Real-time WPM and accuracy displayed as you type
- Adaptive difficulty - the words get harder as you get better
- Weak key targeting - if you keep mistyping a letter, you'll see it more often
- Smooth cursor animation - the cursor slides between characters instead of jumping
- Three keyboard styles - round (default), square, or bordered. Toggle in the top-right corner
- Three-line text display with smooth scrolling as you type through lines
- Backspace support for correcting mistakes
- Clean results screen showing final WPM and accuracy when the timer ends
The system tracks your last few tests and adjusts what words it gives you:
- Level 1-2: Short, common words (the, and, for, run, big, etc.)
- Level 3-4: Medium words (about, dance, music, queen, etc.)
- Level 5: Longer words (computer, business, analysis, etc.)
If your WPM is above 60 with 95%+ accuracy, difficulty goes up. If you're below 30 WPM or under 80% accuracy, it scales back down. It also tracks which specific keys you make errors on and includes words with those letters more frequently.
All words are generated locally from a built-in corpus of 200+ English words across three difficulty tiers. No external APIs, no network calls, no loading delays. Words are shuffled each time so you don't get the same sequence twice.
- HTML, CSS, vanilla JavaScript
- No frameworks, no dependencies, no build step
- Google Fonts (League Spartan, Roboto)
- Open the site
- Start typing — the timer begins on your first keypress
- Type the grey text as fast and accurately as you can
- White = correct, red = wrong
- Results show up when the timer hits zero
- Press Tab to restart with fresh words
Version selector: https://aditya-giri-4356.github.io/Swift_type./versions/
Latest (v2.0.1): https://aditya-giri-4356.github.io/Swift_type./
Classic (v1.0.0): https://aditya-giri-4356.github.io/Swift_type./versions/v1.0.0/
swift_type/
index.html (v2.0.1)
swifttypefavicon.png
swifttype..png
README.md
versions/
index.html (version selector)
v1.0.0/
index.html
README.md
swifttypefavicon.png
Works on Chrome, Firefox, Safari, Edge — anything modern with JS enabled. Chrome recommended.
Clone the repo and serve it from any web server (or just open index.html directly).
MIT
- Smooth cursor animation — cursor now slides between characters instead of teleporting
- Replaced external API word fetching with a self-contained corpus of 200+ words
- Loading bar shown before text generation completes
- Cursor properly hides on the results screen
- Removed stray character from HTML
- Cleaned up empty CSS rulesets
- Added adaptive difficulty system
- Added performance tracking and weak key detection
- Text generation from multiple internet APIs with smart fallback
- Progressive difficulty scaling
- Updated UI
- Initial release
- 15-second typing test
- Dynamic keyboard visualization
- Three keyboard styles
- Real-time WPM and accuracy