- 3 Posts
- 3 Comments
Joined 6 months ago
Cake day: November 5th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
tentoumushi@sopuli.xyzOPto
Opensource@programming.dev•I made a Super Fun, Open-source Platform for learning Japanese inspired by Monkeytype
1·6 months agoDon’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!)
tentoumushi@sopuli.xyzOPto
Opensource@programming.dev•I made a Super Fun, Open-source Platform for learning Japanese inspired by Monkeytype
1·6 months agoWe’re using local storage that lives in your browser instance and doesn’t sync between devices, so no cookies involved! ^^

I was always thinking of creating a Chinese fork once this is polished enough! I’m learning Chinese too at the moment