皆さん、こんにちは
So, I been working on a small mobile web app in my spare time for something I wish existed, but couldn’t really find anywhere. It’s still pretty fresh and has bugs, but it mostly works so thought I would share it early and maybe get some feedback. It is meant to be run on a phone, so the UI might not look as good on a desktop.
The app is called BunBun (文文). It lets you review context sentences for vocabulary that you have already learned on WaniKani. You can review as many sentences as you want to and you can indicate if you got the reading correct or not and it will track some basic stats. There are also AI breakdowns of all the context sentences, which gives you definitions of each part, grammar notes, and other random general notes about the sentence.
You will need to pass in your WK API token of course, but it only needs a read-only token. It does not write anything back to WK.
Here are the basic features that exist currently:
- Daily review sentences queue
- Bookmark sentences
- Intro tutorial on how to use the study tab UI
- Search through all sentences
- Toggle furigana for kanji
- Set maximum JLPT or “difficulty” level for daily reviews. Difficulty is set by the AI based on various factors.
- Set minimum Kanji level for the kanji that appear in sentences
- Stores everything locally, so it mostly works off-line. AI breakdowns won’t work offline tho unless they have already been cached locally.
- Light and dark theme
- Links back to WK kanji and vocabulary pages.
- Tracks some very basic stats so far.
I know it may be pretty buggy, but right now I am looking for general feedback, suggestions, thoughts, etc. Stuff like that. I think the best feature is the AI sentence breakdowns. I find them really helpful. Here are some screenshots of how it looks:
Dashboard
Study Tab
Bookmarks Tab
Sentence Breakdown view
Anyways, I hope you all like it. Let me know what you think!
Update: I forgot to add the link LOL
One last quick note for those interested: I made this almost entirely with AI. A combination of Gemini and Claude for the code, and UX Pilot for the UI designs. Using the Antigravity editor.



