Been building a small typing tutor that runs in the terminal - Clavirio. It has progressive lessons, real-time stats, and a virtual keyboard that highlights the next expected key and flashes correct/wrong on each keystroke. All in Rust + ratatui.

It's a humble little tool but I'm happy with how it turned out. If you find it useful, a GitHub star would mean a lot.
Feedback is also very welcome :)

https://github.com/alexylon/clavirio

#rust #rustlang #ratatui #typingtutor

@lexer Why not release and publish to cargo.io for easy installation?
@michalfita It is a good idea. I need to polish it a little more, and I will.