- Zero-server IME: Runs 100% in your browser. No tracking, no back-end. Only network call to proxy for Jisho to get kanji suggestions
- Instant Romanization -> Characters: Type phonetic input (e.g. romaji) and get immediate candidate suggestions
- Persistent UI Settings saved in localStorage
- Keyboar Shortcuts
- Light / Dark / System Theme
- Mobile Support
- Node.js >= 22
- pnpm
git clone https://github.com/xlc-dev/QuickIME.git
cd QuickIME
pnpm install
pnpm dev
Open http://localhost:3000 and start typing!
# Build the static site
pnpm build
# Preview the production build locally
pnpm preview