[Android + iOS] - ChuuiCroc - An app for reminding you when reviews are ready

:warning: This is a third-party app and is not created by the WaniKani team. By using this, you understand that it can stop working at any time or be discontinued indefinitely.

I’ve been using WaniKani for a short while now and, while I love the website, I find the lack of notifications reminding me to do reviews lacking. I tried the PWA but I also never got reminded (maybe I’m doing something wrong)

So I made this simple app. All it does is uses your api token to check to see if you have pending reviews, and if so it fires a notification… If you click on it you’ll find yourself at the offician WaniKani website… that’s pretty much it. For the most part, you won’t notice it’s there. It’s very lightweight and does one simple thing.

I made it for myself but I’m sharing it in case others would like to use it. No ads, no tracking, no accounts… nothing.

Oh, and the name… it’s like ‘attention-croc’… but honestly I just like the idea of a chewy croc.

If you find any issues or have any enhancements, let me know. I want to keep the app super simple as it’s not designed to replace anything.

Update! I now support iOS.

Unfortunately the iOS version would not work properly with a local notifier - so I had to make a small web service that polls on your behalf. This means that your api key IS sent to my server, only for the purpose of polling. It IS deleted when you deregister, or 30 days after you stop using the app (even if it remains installed). Also the app now enforces that you’re using a read-only, minimal privilege api key.

This also means that the Android version will switch from being local-only to a remote based notification. It’s easier than handling multiple versions of the app.

Hopefully this is useful to more people than just myself!

Almost forgot the links…

ChuuiCroc for Android

ChuuiCroc for iOS