nowfound

Alternatives

Products that do what JLPT monster does

a japanese learning APP

  1. 1IM

    Hi Hackers, Excited to share a macOS app I've been working on: https://recurse.chat/ for chatting with local AI. While it's amazing that you can run AI models locally quite easily these days (through llama.cpp / llamafile / ollama / llm CLI etc.), I missed feature complete chat interfaces. Tools like LMStudio are super powerful, but there's a learning curve to it. I'd like to hit a middleground of simplicity and customizability for advanced users. Here's what separates RecurseChat out from similar apps: - UX designed for you to use local AI as a daily driver.…

    2024 · recurse.chat

  2. 2
    Douzo127

    Free Japanese typing practice organized by JLPT level

    Mar 2026 · typingdouzo.com

  3. 3IM

    The idea is actually quite simple. As a Japanese learner and a coder, I've always wanted there to be an open-source, 100% free for learning Japanese, similar to Monkeytype in the typing community. Unfortunately, pretty much all language learning apps are closed-sourced and paid these days, and the ones that are free have unfortunately been abandoned. But of course, just creating yet another language learning app was not enough - there has to be a unique selling point. And then I thought to myself: why not make it crazy and do what no other language learning app ever did by adding a gazillion…

    2025 · kanadojo.com

  4. 4IM

    A few years ago, right after high school, I decided to try to make a simultaneous translation app for Android as a side project, it took longer than expected (about 2 years) and I had to make a lot of compromises (I had to use Google's API and therefore make users use a developer key because at the time there were no free solutions for speech recognition and translation that had good quality). At the end of university, I decided to pick it up again and finally, using OpenAi's Whisper for speech recognition and Meta's NLLB for translation (with both running locally on the phone), I managed to…

    2024 · github.com

  5. 5NI

    This lets you talk to local LLMs in Apple Notes. I saw Obsidian Ollama (https://github.com/hinterdupfinger/obsidian-ollama) and thought it was handy, but I'm too lazy to migrate away from the Apple ecosystem, so I quickly hacked this together. I tend to use Notes as a scratchpad for prompts, so it's nice to do some quick inference without leaving the app. Notes doesn't really support plugins so I'm using the macOS accessibility API for reading selections and then stream responses using the clipboard (not ideal but it works).

    2024 · smallest.app

  6. 6AJ

    Hey HN, it’s been 8 years since I posted on here about the launch of my Japanese dictionary app Nihongo [0] and I’m finally back with a new app: Nihongo Lessons! Think of Nihongo Lessons as the textbook to Nihongo’s dictionary. It’s an app for learning Japanese, specifically made for learners who are serious about becoming fluent, and want a guided set of content that will help them efficiently acquire vocabulary and grammar. The project came about when Adam Shapiro of Japanese Level Up (Jalup) [1] announced last April that he was shutting Jalup down. As a fan of Adam’s work I was bummed to…

    2022 · lessons.nihongo-app.com

  7. 7
    Mina11

    JLPT prep app

    2025

  8. 8MR

    I quit my job last year and worked mostly on this full SwiftUI rewrite of my Japanese reading app, Manabi Reader. The rewrite gave me the opportunity to expand to macOS (and without Catalyst so it feels extra native) and redo the data layer to be offline-first via Realm with iCloud sync. The biggest differentiators compared with other language study apps are that it tracks every word/kanji you read so that you can see how much of a given webpage/article you're already familiar with and other features/analytics built on that foundation; it automatically builds a personal corpus…

    2023 · reader.manabi.io

  9. 9
    Mainichi133

    Learn Japanese, one prefecture at a time.

    Jul 2026 · mainichiapp.com

  10. 10LJ

    Hi HN, Just wanted to share a tool i've been working on to help with my own study routine. It’s a browser extension called Lingoku. The idea is simple: we spend hours browsing the web in English every day. This tool replaces some of the english words with Japanese vocabulary based on your japanese level (Similar to Toucan, but with a better user experience). It’s basically an attempt to make the "i+1" method actually passive, you understand the sentence because it's mostly english, but you pick up Japanese words naturally from the context. It uses an LLM in the backend to make sure the…

    Dec 2025 · lingoku.ai

  11. 11NS
  12. 12

    Language learning anywhere: from Apple Watch to the Mac

    2020

  13. 13

    A developer tool for easily completing i18n using GPT4

    2023

  14. 14AF

    I'm a long time lurker that recently quit my job to work on my own projects, a lot due to the inspiration from Hacker News. Now I have published my first serious project, an app for learning how to write Japanese characters. It's the app I always wanted but couldn't find when I was studying. It tries to be simple to use, you just start the quiz and go with the flow. There's no need to plan and manage your studies, and it uses spaced repetition for better retention. There's a promo page with more details up at http://www.kanjibyhand.com. It's only for Android so far. The free version includes…

    2012

  15. 15IB

    I’ve been playing around with local LLMs for the past couple of months and decided to build something that can run on an iPhone. It’s a universal app built with SwiftUI and the excellent ggml library. The model is an SFT fine tuned and 4 bit quantised version of the RedPajama-INCITE-Chat-3B-v1 OSS LLM. It works reasonably well on recent-ish (~3 year old) iPhones, iPads and Macs. It was launched on the App Store yesterday[1] and Product Hunt today[2]. It seems to be reasonably ok at natural language interactions, but given its size, does pretty badly at coding and reasoning. Also, it…

    2023

  16. 16

    AI-powered JLPT practice with exam-style explanations

    Dec 2025 · chatjlpt.jp

  17. 17GL

    Hey everyone! I made a Mac app for exploring large language models. It’s fast, small, has a tiny memory footprint. It’s immutable by design with both immediate time travel and automatic versioning as foundational elements. The app is written in Swift and a bit of Rust for the tokenizer. I used SwiftUI for structure and animations and Cocoa for advanced behavior. All storage is SQLite and local-only. You can go through the database as needed and backup it as well. The app has support for variants, which is the `n` parameter in the OpenAI chat completion API—equivalent to the drafts feature in…

    2023 · thellm.app

  18. 18IB

    Hi Everyone, I recently wanted to learn Japanese with duolingo but it kept giving me repetitive lessons. So I built an app that gives a variety of lessons from anime. You can try it out here:https://kanjieight.vercel.app/ Thanks everyone.

    Nov 2025 · kanjieight.vercel.app

  19. 19

    Learn kanji on an adventure

    Sep 2025

  20. 20WA

    After getting impatient with a "SwiftUI for Designers" course I decided to fuck around and find out. Just hours after asking my 1st question: "Are you familiar with SwiftUI?" the core functionality of this app (an exercise utility) was up and working. I've spent the past week tweaking the UI with small animations and features. It's a humble tool (local storage only) but I am nonetheless floored with how GPT has allowed me to completely skip the "learning syntax" part of development and ship something that I actually use. Not only did it lower the syntax bar virtually to 0... I've learned…

    2023 · testflight.apple.com

  21. 21AC
  22. 22

    Type-safe tools, on-device inference, multi-agent workflows, memory, and guardrails, in one Swift-native runtime - christopherkarani/Swarm

    Jul 2026 · github.com

  23. 23A4

    Hey HN, I wanted to share a project I’ve been working on called Convoxa. It’s a native iOS transcriber/summarizer. I had two main goals: keep it efficient and keep it private. THE TECH STACK 100% Swift & SwiftUI: No heavy cross-platform wrappers or bloated dependencies. Binary Size: The final build is only 4.8 MB. Transcription: Uses Apple's latest speech APIs for maximum privacy and efficiency. THE CHALLENGE: BYPASSING THE 4K CONTEXT LIMIT The biggest technical hurdle was working with Apple’s foundation models. The default context window is capped at 4096 tokens, which is practically…

    Jan 2026 · apps.apple.com

  24. 24GA

    I've been fascinated by the Japanese language and culture for a while now, and I wanted to create a simple, no-fuss way for beginners to get started. So, I built *[Nihongo](https://nihongo.site/)*, a free and open-source web app designed to help you learn the fundamentals of Japanese in about a month. The name of the app, Nihongo (日本語), is the Japanese word for the "Japanese language." You can check it out here: *[https://nihongo.site/](https://nihongo.site/)* And for those who like to tinker, the code is available on GitHub:…

    2025 · nihongo.site

Ranked by how close each launch is in meaning, then by votes. Refine with a description →