In just a day with Claude Code, I:

- Created a powerful and fast Reminders CLI that lets me read modern task properties such as subtasks, sections, and URLs
- Made a server and API for it that runs on my Mac Studio server with Tailscale
- Scaffolded a basic Android app so I can use Reminders on my Z Fold 7. It works!

All started because I was sad that Android didn't have Reminders. You can truly just build things now.

@viticci This is awesome! I spent the morning in Cursor doing something similar - I built a local reminders CLI bridge that syncs between Reminders and the Obsidian TaskNotes plugin. My API talks to the TaskNotes API, and it all works flawlessly. No extra Obsidian plugin needed, the bridge just acts on the raw markdown files in the background on my Mac.