Put your timed tasks on your phone, watch & Skylight.
Cloudflare setup
In your Pages project → Settings → Variables and Secrets, add:
1. TODOIST_TOKEN — your Todoist API token
(Todoist → Settings → Integrations → Developer → copy the API token). Mark Encrypt.
2. FEED_TOKEN — any random string you invent. Mark Encrypt.
Use that same value in the box above.
Then redeploy with Wrangler so the variables take effect.
Note: anyone with the feed URL can read your task titles, so treat it like a password —
that's what FEED_TOKEN is for.