As someone who loves both coding and learning Japanese, I’ve always wished there was an open-source, truly free tool for learning Japanese, kind of like what Monkeytype is in the typing community (fun fact: we actually have 2 Monkeytype devs on board with us now!)

Unfortunately, most language learning apps these days are either paid or closed-source, and the few free ones that are still out there haven’t really been kept up to date. I felt like that left a gap for people who just want a straightforward, open-source, high-quality learning tool that isn’t trying to milk them and/or sell them something.

That being said, I didn’t want to just make another “me too” language app just for the sake of creating one. There needed to be something special about it. That’s when I thought: why not truly hit it home and do something no other language learning app has done by adding tons of color themes, fonts and an extremely fun and customizable experience, as a little tribute to the vibe that inspired me in the first place, Monkeytype.

So, that’s what I’m doing now. We’ve already hit half a thousand stars on GitHub and reached thousands of Japanese learners worldwide, and we’re looking to grow our forever free, open-source platform even more.

Why? Because Japanese learners and weebs deserve a free and genuinely fun learning experience too.

Live demo: https://kanadojo.com/

If you wanna make our day by dropping us a star or even contributing, then you can do so here --> https://github.com/lingdojo/kana-dojo ^^

どもありがとうございます!

    • tentoumushi@sopuli.xyzOP
      link
      fedilink
      arrow-up
      11
      ·
      1 day ago

      Don’t worry, not in this case! Generally speaking, cookies first collect data on the client and then send it over to the server. But in our case, there is no server (backend) - it’s just a client-side Next.js application sent over to the client (your browser), and the local storage that stores progress and preferences data in the app just lives locally and never actually leaves the browser! We (well, me) have no idea what progress data our users have, because nothing is sent over from the app (you can see for yourself by checking your browser’s Network tab!)