Privacy-first todo application that stores everything in your personal Google Drive
All tasks stored as JSON files in your Google Drive
OAuth 2.0 authentication, data never leaves your account
Automatic folder structure with organized attachments
Multiple views, priorities, reminders, and AI suggestions
CLOUDTODO/
├── task1.json
├── task2.json
├── AUDIOS/
├── VIDEOS/
├── DOCUMENTS/
└── PICTURES/
git clone https://github.com/yourdudeken/cloudtodo.git
cd cloudtodo
npm install
VITE_GOOGLE_CLIENT_ID=your-client-id.apps.googleusercontent.com
npm run dev
Start using CloudTodo with your Google Drive today