Cross-platform React prototype for an AI-callable on-screen keyboard.
- Phone/computer resize toggle
- Mouse-clickable GUI keyboard
- Live pressed-key shadow display
- Per-key CLI command payloads
- Per-key API payloads
- Themeable keycap sets
- RGB-style visual themes
AICommandKeyboardPrototype.tsx— main React component
This is the prototype component. For a fully native app on Windows/macOS/Linux/mobile, the clean next step is wrapping the shared keyboard logic in Tauri, Electron, React Native, or Flutter while keeping the same event schema.