Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.1 KB

File metadata and controls

51 lines (36 loc) · 1.1 KB

QuickIME

A fast, private, and simple web-based Input Method Editor that doesn’t suck.

Features

  • 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

Getting Started

Prerequisites

  • Node.js >= 22
  • pnpm

Clone & Install

git clone https://github.com/xlc-dev/QuickIME.git
cd QuickIME
pnpm install

Local Development

pnpm dev

Open http://localhost:3000 and start typing!

Production Build

# Build the static site
pnpm build

# Preview the production build locally
pnpm preview

License

GPL-3.0 © 2025 xlc-dev. See LICENSE for more information.