{"id":15370229,"url":"https://github.com/madhanganesh/todopad","last_synced_at":"2026-03-18T01:33:43.293Z","repository":{"id":57709787,"uuid":"443557415","full_name":"madhanganesh/todopad","owner":"madhanganesh","description":"A simple Todo application","archived":false,"fork":false,"pushed_at":"2025-04-05T04:55:27.000Z","size":15476,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T13:54:03.805Z","etag":null,"topics":["axum","flyio","htmx","rust","sqlite","tailwind","todopad"],"latest_commit_sha":null,"homepage":"https://www.todopad.in","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/madhanganesh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-01-01T14:40:42.000Z","updated_at":"2025-04-05T04:57:51.000Z","dependencies_parsed_at":"2025-01-28T03:23:47.443Z","dependency_job_id":"574a990d-d701-4e79-bbdf-b8f787c51b82","html_url":"https://github.com/madhanganesh/todopad","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"079b6d1d1374cefbba826bca86543447c69bb506"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/madhanganesh/todopad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhanganesh%2Ftodopad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhanganesh%2Ftodopad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhanganesh%2Ftodopad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhanganesh%2Ftodopad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madhanganesh","download_url":"https://codeload.github.com/madhanganesh/todopad/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhanganesh%2Ftodopad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30640155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-18T00:09:27.587Z","status":"ssl_error","status_checked_at":"2026-03-18T00:09:26.123Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axum","flyio","htmx","rust","sqlite","tailwind","todopad"],"created_at":"2024-10-01T13:40:31.085Z","updated_at":"2026-03-18T01:33:43.246Z","avatar_url":"https://github.com/madhanganesh.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 todopad\n\n**todopad** is a clean and focused task management app that helps you capture, track, and complete the todos you intend to finish.\n\nIt is built with **Rust** on the backend (Axum) and **HTMX** on the frontend for a fast, server-driven UI.\n\n---\n\n## ✨ Features\n\n- ✅ Simple and intuitive interface to manage your todos  \n- 🧠 Automatically generates **AI-powered tags** from todo text  \n- 📊 Visualize **insights** based on tags (e.g., time spent on Project A vs B)  \n- ⚡ Quickly act on todos — mark complete, reschedule, adjust effort  \n- 📱 Fully mobile-compatible design  \n\n\u003e 🔍 [Explore the app with screenshots \u0026 demo](https://www.todopad.in/static/pages/explore.html)\n\n---\n\n## 🚀 How to Run Locally\n\n### 1. Clone the repository\n```bash\ngit clone https://github.com/madhanganesh/todopad.git\ncd todopad\n```\n\n### 2. Create a .env file with the following:\n```bash\nENV=development\nDATABASE_URL=sqlite://todopad.db\nSQLX_OFFLINE=false\nRUST_LOG=debug\nOPENAI_API_KEY=\u003cyour_openai_key\u003e\n```\n\n### 3. In a seperate terminal build UI assets\n```bash\ncd UI\nnpm i\nnpm run build\n```\nthere is also `npm run watch` if you want to watch for changes and build\n\n### 4. Start the backend server\n```bash\ncargo run\n```\n\n---\n\n## 🐳 Run with Docker\n```bash\ndocker build -t todopad .\ndocker run --name todopad \\\n  -e ENV=release \\\n  -e DATABASE_URL=sqlite://todopad.db \\\n  -e SQLX_OFFLINE=true \\\n  -e RUST_LOG=error \\\n  -e OPENAI_API_KEY=\u003cyour_openai_key\u003e \\\n  -p 8080:8080 todopad\n```\n\n---\n\n## 🌍 Deployment\n\nThe app is deployed on Fly.io and is live at:\n\n👉 https://www.todopad.in\n\n---\n\n## 📄 License\n\nMIT License\n\n---\n\n## 💬 Feedback\n\nFor feedback, ideas, or bugs, feel free to reach out:\n\n📧 madhanganesh@gmail.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadhanganesh%2Ftodopad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadhanganesh%2Ftodopad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadhanganesh%2Ftodopad/lists"}