HemiTyper is a typing trainer that provides you with only half the keyboard per session, to help you improve coordination of each hand separately.
Written in pure Rust using Dioxus.
Supported layouts:
- Qwerty
- Colemak
Available at hemi.kualta.dev
use Dioxus CLI to build and serve locally:
cargo install dioxus-clito build run
dx buildto serve on localhost run
dx serve --hot-reloadto compile tailwind classes run
npx tailwindcss -i ./assets/style.css -o ./assets/tailwind.cssThe tool is considered complete, but PRs are still welcome.
If you wish to add another layout or change dictionary for an existing one, check assets/words.json and src/words.rs.
Hemi is licensed under GNU General Public License v3.0, check license for more details.