Settings
Calendar sync, notifications, devices and technology tracks
๐ Google Calendar sync
Connect your Gmail once โ then every status change in the daily plan upserts that task as an all-day event on your primary calendar (removed again when you mark the day Skipped).
Connect Google Calendar๐ Push notifications
Get a daily task nudge and weekly progress digests via Firebase Cloud Messaging.
Preferences
Registered devices (1)tokens auto-prune when FCM reports them dead
- Windows ยท Chromed_6_vIHXwEp9-fiohgXwZW:APA91โฆ
๐ Technology tracks
The tracker is built for multiple technologies โ React today, whatever you learn next tomorrow.
- React Developer MasteryBeginner โ Production-Ready (4-Week Intensive Track)active
โฐ Scheduled pushes (Vercel Cron)
GET /api/cron/daily-reminderโ daily; sends today's topic + hands-on goal + progress %GET /api/cron/weekly-summaryโ Sunday; sends completion %, hours and shipped projectsGET /api/cron/stale-reminderโ hourly; nudges when a task has been "In Progress" for 5h without being marked Done
Protect them by setting CRON_SECRET in env vars and sending it as Authorization: Bearer โฆ. On your AWS box a crontab entry is enough: 0 * * * * curl -s -H "Authorization: Bearer $CRON_SECRET" http://localhost:3000/api/cron/stale-reminder
๐งพ Recent notifications
- ๐ Test notificationAug 23, 05:46 AM
If you can read this, FCM is wired up correctly. Keep shipping!
Test ยท โ1 โ0
- ๐ Test notificationAug 23, 05:40 AM
If you can read this, FCM is wired up correctly. Keep shipping!
Test ยท โ1 โ0
- ๐ Test notificationAug 22, 12:16 PM
If you can read this, FCM is wired up correctly. Keep shipping!
Test ยท โ1 โ0
- ๐ Test notificationAug 22, 11:46 AM
If you can read this, FCM is wired up correctly. Keep shipping!
Test ยท โ0 โ1