Three tools. One weekend.
A production desktop app.
A real-world experiment combining AI-assisted UI design, AI-powered development, and a modern native desktop runtime.
The full UI — component layout, visual hierarchy, colour system, and interaction patterns — was designed end-to-end using Gemini in Google AI Studio. No Figma, no hand-written CSS from scratch. The output was a working React prototype.
Claude Code migrated the Gemini prototype into a production codebase — strict TypeScript, Zod schema validation, and Zustand state management, with the pre-commit hook enforcing Clippy pedantic on every change.
The Rust backend — JSONL parsers, IPC commands, file-system watcher, tray icon, global shortcut, and LaunchAgent — was built using Tauri v2, guided by Claude Code. No Electron. Binary under 10 MB.