Kairos (Ancient Greek: καιρός): The perfect, delicate, crucial moment; the opportune time.
KAIROS is a high-performance, premium, neobrutalist browser extension built to conquer your task list cleanly. It operates entirely as an overlay panel that works anywhere, anytime in your browser using a global keyboard shortcut, keeping your flow state completely uninterrupted.
- Anywhere, Anytime Access: Open it instantly on any tab, settings panel, or browser system page via global hotkey (
Alt+Shift+YorCtrl+Shift+Y). - Zero Page Intrusion: Renders inside a native browser action popup bubble to eliminate host page CSS conflicts or injection warnings.
- Elite Neobrutalist SOTA UI/UX: Designed around high-contrast flat layout elements, heavy solid shadows, bold borders, and vibrant color blocks (Primary Red, Secondary Yellow, Accent Blue).
- Full CRUD Management: Seamlessly add, edit, sort, and complete tasks with category domains and priority levels.
- Smart Progress Statistics: Clean visual summary showing the exact progress of your daily task completion.
- Keyboard-First Hotkeys: Fully navigate the interface without touching your mouse.
- Robust Storage Sync: Synchronizes state instantly with
chrome.storage.localwith local storage fallbacks.
| Action | Shortcut (Outside) | Hotkey (Inside KAIROS) |
|---|---|---|
| Open/Hide Panel | Alt + Shift + Y (Mac: Ctrl + Shift + Y) |
Esc |
| Summon New Task | — | N |
| Focus Search Bar | — | / |
| Toggle Light/Dark Theme | — | T |
KAIROS runs on a custom SOTA neobrutalist styling layer powered by Tailwind CSS v4.
:root {
--primary: rgb(255, 51, 51); /* Bold Crimson */
--secondary: rgb(255, 255, 0); /* Vibrant Gold */
--accent: rgb(0, 102, 255); /* Royal Blue */
--background: rgb(255, 255, 255); /* Obsidian Dark / Clean White */
--border: rgb(0, 0, 0); /* Solid Outline */
--radius: 0px; /* Block Corners */
--shadow: 4px 4px 0px 0px #000; /* Flat Drop Shadow */
}- Clone or download this repository.
- Build the production package:
npm run build
- Open your browser and navigate to
chrome://extensionsorbrave://extensions. - Toggle Developer mode in the top-right corner.
- Click Load unpacked in the top-left corner.
- Select the compiled
dist/directory inside this repository. - Pin KAIROS to your extension toolbar, press your shortcut, and command your time.