An intelligent, neurodivergent-first scheduling desktop application designed to work with your brain, not against it. Built with Tauri, React, TypeScript, and powered by Google Gemini AI.
Standard calendars assume you have linear energy, perfect memory, and a constant ability to initiate tasks. Mayzyyy Command assumes the opposite: that energy fluctuates, focus is precious, transitions are hard, and sometimes you just need a little digital dopamine.
Standard calendars often fail people with ADHD because they treat all hours and tasks as equal. Here is how Mayzyyy makes daily life easier and solves common ADHD struggles:
| ADHD Daily Problem | standard Calendar Response | Mayzyyy Command Solution |
|---|---|---|
| Executive Dysfunction & Task Paralysis | Shows a giant, scary task that you keep avoiding, causing guilt. | ⚡ Task Fracturing: Splinters overwhelming tasks into 3 ridiculously easy, physical micro-steps via Gemini AI (e.g., "Just open the file" or "Stand up"). |
| Time Blindness & Transition Resistance | Schedules back-to-back meetings without travel or prep time. | 🛡️ Meeting Armor: Automatically schedules a 15m Prep block before and a 15m Decompress block after meetings to ease mental transitions. |
| Interruption & Focus Recovery | A distraction happens, and you forget what you were doing. | ⚓ Drop an Anchor: A rapid hotkey (Ctrl + Shift + A) to log your current train of thought. A persistent banner keeps reminding you until you return. |
| Object Permanence (Achievements) | You forget what you did all week, leading to anxiety during performance reviews. | 🏆 The Hype File: Deleting or completing high-energy "Spicy" tasks automatically logs them in a secure ledger, which AI can turn into professional review bullets. |
| Tone Masking & Corporate Burnout | Struggling to write professional, polite emails when frustrated. | 💼 Corporate Translator: A quick hotkey (Ctrl + Shift + M) to dump your unfiltered thoughts and let AI translate them into polished, professional correspondence. |
| Energy Fluctuations | Expects 100% capacity every day. | 🔋 Energy Focus & Survival Mode: Filter schedules by energy profile (Spicy, Fidget, Dopamine). Low-energy mode hides all but one task and shows daily routine pills. |
Instead of categorization by project, organize by cognitive weight:
- 🌶️ Spicy: High-concentration, difficult tasks, or meetings.
- 🪀 Fidget: Low-friction routines, chores, and basic upkeep.
- 🎮 Dopamine: Playtime, breaks, or rewarding projects.
- Low Energy (Survival Mode): Reduces cognitive load instantly. Hides all non-essential cards, giving you exactly one primary task and quick routine pills (💧 Water, 💊 Meds, 🧘 Breathe, 🚶 Walk) to check off.
When you're stuck on a task, don't ignore it. Click the Zap (⚡) icon to fracture it. The integrated Gemini model analyzes the task and breaks it down into three tiny, low-barrier physical steps, replacing the intimidating block with manageable milestones.
Got distracted by a phone call or a coworker? Tap the hotkey, write a quick one-liner of what you were doing, and a fixed banner anchors your focus to your screen. When you return, the banner is there to guide you back without the mental overhead.
When scheduling meetings via the built-in AI companion, it won't just book a single block. It automatically builds a shield around the meeting:
- Prep Block (15 mins, Fidget energy)
- The Meeting (Spicy energy)
- Decompress Block (15 mins, Fidget energy)
Dump your raw thoughts, frustration, or blunt comments into the translator. The AI will output a sanitized, polite, and completely safe-to-send corporate email or chat message.
Every time you complete or shred a "Spicy" task, it goes into your Hype File ledger. At the end of the quarter, click a button to let the career coach AI spin those achievements (and even your routine tasks) into professional, resume-ready accomplishments.
Escape from cluttered schedules. Enter Zen Mode to view a minimal dashboard with a clean circular second timer and a list of targets for the day. Completing targets triggers retro mechanical clack sounds and rewarding canvas confetti.
- Runtime: Tauri v2 (Lightweight, secure cross-platform desktop application framework in Rust)
- Frontend: React 19 + TypeScript
- Bundler: Vite 7
- AI Engine: Google Gemini API (Gemini 2.5 Flash)
- UI Library & Icons: Lucide React
- Calendar Engine: FullCalendar v6
- Animations: Framer Motion
- Feedback Effects: Canvas Confetti
| Shortcut | Action |
|---|---|
Ctrl + Space |
Toggle AI Companion Panel |
Ctrl + Shift + A |
Drop a Mental Anchor |
Ctrl + Shift + M |
Open Corporate Translator |
Make sure you have the following installed on your machine:
- Node.js (v18 or higher recommended)
- pnpm (Recommended dependency manager)
- Rust toolchain (Required for Tauri builds)
-
Clone the Repository:
git clone https://github.com/ayberkince/mayzyyy.git cd mayzyyy -
Install Dependencies:
pnpm install
-
Run in Development Mode: To launch the Vite development server and the Tauri desktop window:
pnpm tauri dev
-
Build the Production Package: To bundle the application into a standalone installer or executable:
pnpm tauri build
- Launch the application.
- Click the AI Companion floating button in the bottom right corner (or press
Ctrl + Space). - Paste your free API key from the Google AI Studio.
- Your key is stored securely in your local environment (
localStorage) and is never sent to any server other than the official Google Gemini API endpoints.