A from-scratch Android keyboard, built as a real input method rather than a wrapper around an existing one.
What's there
A native Kotlin IME with a QWERTY layout, suggestion strip, autocorrect, local word learning, phrase prediction, a GIF tab, and inline autofill support. It disables learning on password and number fields, which is the kind of detail that separates a usable keyboard from a privacy problem.
Honest status
The scaffold is real and the APK installs, but a keyboard is a deceptively deep project: a bad one is painful to use every day. It's early, and the work right now is stability and autocorrect quality before any of the fancier features get polished. It's a personal tool, not a product, but it's a good showcase of native Android depth.