A minimalist web application and API to visualize your year at a glance. Generate beautiful, dynamic wallpapers for your lock screen that update automatically to show you how much of the Nepali year has passed.
Inspired by thelifecalendar.com.
- Three Visualizations:
- Days Grid: Full-year progress as a single dot matrix.
- Months Grid: All Nepali months with per-month progress.
- Current Month: Minimal month-only focus view.
- Automated Updates: Setup guides for iOS (Shortcuts) and Android (MacroDroid) to keep your wallpaper fresh every day.
- Dynamic Image Generation: High-quality PNG wallpapers generated on-the-fly with @vercel/og.
- Device Optimized: Support for a wide range of iOS and Android screen resolutions.
All endpoints accept:
width(optional, default1170)height(optional, default2532)
Routes:
/api/days?width=1170&height=2532/api/months?width=1170&height=2532/api/current-month?width=1170&height=2532
pnpm install
pnpm devUseful checks:
pnpm lint
pnpm exec tsc --noEmit| Days Grid | Months Grid | Current Month |
|---|---|---|
![]() |
![]() |
![]() |


