A Next.js application that lets you set alarms for different timezones while living anywhere in the world. Perfect for travelers, remote workers, and international teams!
- 🕒 Set alarms based on any timezone (e.g., 7 AM Auckland time while in India)
- 🌐 Supports multiple timezones simultaneously
- 🔔 Custom alarm sounds with loop playback
- 📱 iPhone-inspired UI with Tailwind CSS
- ⚡ Real-time clock displays for all timezones
- 📅 Date-fns for reliable timezone calculations
- Frontend: Next.js 14 (App Router)
- Styling: Tailwind CSS
- State Management: React Context + Custom Hooks
- Date/Time: date-fns + date-fns-tz
- Type Safety: TypeScript
- Audio: Web Audio API + HTML5 Audio
- Wake up calls in home timezone while traveling
- Meeting reminders across different offices
- Important events tracking in multiple timezones
- Personal productivity tool for global schedules
- Clone repo
pnpm installpnpm dev