A modern, beautiful todo application with AI-powered article generation. Built with Vue 3, TypeScript, and Tailwind CSS featuring Neubrutalism design.
- 📝 Task Management with status, priority, categories, and tags
- 🎨 Beautiful Neubrutalism UI design
- 🤖 AI Article Generator (Google Gemini) - Generate LinkedIn/Medium articles from completed tasks
- 💾 Local storage persistence - Data stays in your browser
- 📱 Fully responsive design
- 🔍 Advanced filtering and search
- ⏱️ Task duration tracking
- 💬 Task comments/notes
- 📤 Export/Import data as JSON
bun install
bun run build
docker compose up -dbun install
bun run devbun run buildGenerate professional articles from your completed tasks using Google Gemini AI:
- Click the purple Generate Article button in the header
- Enter your Gemini API Key
- Select AI model and language
- Click Generate and download as
.mdfile
Supported Models: Gemini 2.0 Flash, 2.5 Flash, 2.5 Pro, 3 Flash, 3 Pro
- Frontend: Vue 3 + TypeScript + Vite
- Styling: Tailwind CSS
- Icons: Lucide Vue
- Calendar: v-calendar
- AI: Google Gemini API
- Container: Docker + Nginx
MIT