You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delay is a cross-platform productivity OS — one app for notes, tasks, calendar, focus timer, kanban, AI assistant, code studio, whiteboard, voice studio, and more. Beautiful, fast, and offline-first.
What's New in v3.1.0
Cloud Sync — Notes, tasks, and events sync across all devices via Supabase (real-time, offline queue)
Auth Gate — Sign in with Google, GitHub, or email; skip to offline mode anytime
Profile & Plan Badge — Avatar, plan tier (Free/Pro/Max), XP level in sidebar
Public Note Sharing — Share any note via a permanent public link — Pro feature
Pricing Page — Free / Pro ($8/mo) / Max ($18/mo) with Stripe-ready checkout
npm run web:dev # Web dev server (port 5173)
npm run electron:dev # Electron + hot reload
Build
npm run web:build # PWA → dist/
npm run electron:build:win # Windows NSIS (x64 + arm64)
npm run electron:build:mac # macOS DMG + ZIP (x64 + arm64)
npm run electron:build:linux # Linux AppImage (x64)
npm run electron:build # Current platform