A web tool for automatic Japanese furigana and accent markings to plain text, to help Japanese learners to improve their speaking and reading skills.
- Analyzes Japanese text and renders furigana with pitch-accent markings automatically
- Lets you click the generated result to adjust furigana and accent output manually
- Supports plain-text copy, Markdown export, and image download for study notes
- Paste or generate a Japanese sentence.
- Let the app analyze and mark the text.
- Tweak furigana or accent presentation directly in the result panel if needed.
- Export the formatted output in the format you need.
Install dependencies with bun:
bun iStart the local dev server:
bun devProduction on Vercel manages the upstream API key server-side.
If you run the app locally with bun dev, the Next.js route handler for /api/mark-accent/stream needs an API key in .env:
MARK_ACCENT_API_KEY=<your_api_key>