Search your clipboard like you search the web. An Android keyboard (IME) that captures everything you copy and lets you search & re-paste it from any app.
Snippet templates — type ;sig + space → expands to full signature
Local-only storage — no cloud, no telemetry
System clipboard monitoring — captures clips from any app
Architecture
User types on keyboard
↓
TypingPanel → useUI.typeChar("q")
↓
UI store (imeMode=true) → window.AndroidKeyboard.commitText("q")
↓
WebAppInterface.commitText() → InputConnection.commitText()
↓
Text appears in the active app
User copies text anywhere
↓
Android ClipboardManager fires listener
↓
CopyVaultKeyboardService injects JS: window.__copyVaultAddClip(text, "Android")
↓
Zustand store adds clip to history
↓
Clip appears in the Clipboard panel, searchable