{"id":49360660,"url":"https://github.com/inledgroup/tocatoma","last_synced_at":"2026-04-27T16:10:07.259Z","repository":{"id":352469148,"uuid":"1215251678","full_name":"InledGroup/tocatoma","owner":"InledGroup","description":"Reminder app for medication","archived":false,"fork":false,"pushed_at":"2026-04-19T17:46:26.000Z","size":3810,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T19:29:55.828Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Astro","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/InledGroup.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-19T17:17:48.000Z","updated_at":"2026-04-19T17:46:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/InledGroup/tocatoma","commit_stats":null,"previous_names":["inledgroup/tocatoma"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/InledGroup/tocatoma","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Ftocatoma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Ftocatoma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Ftocatoma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Ftocatoma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InledGroup","download_url":"https://codeload.github.com/InledGroup/tocatoma/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Ftocatoma/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32343811,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-04-27T16:10:04.496Z","updated_at":"2026-04-27T16:10:07.240Z","avatar_url":"https://github.com/InledGroup.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💊 TOCATOMA\n### *Your Vibrant, 3D Medication Companion*\n\n![Status](https://img.shields.io/badge/Status-BETA-orange?style=for-the-badge)\n![UI Language](https://img.shields.io/badge/UI_Language-Spanish_Only-red?style=for-the-badge)\n![Platform](https://img.shields.io/badge/Platform-Android-green?style=for-the-badge)\n\n**Tocatoma** is a high-performance, visually stunning medication manager for Android. Built with a \"Duolingo-inspired\" aesthetic, it turns the chore of tracking your health into a tactile and engaging experience.\n\n---\n\n## ✨ Key Features\n\n- **🎨 Duolingo-Style 3D UI:** Large, bouncy buttons and blocks with real depth. Every interaction feels satisfying.\n- **⏰ Persistent Smart Alarm:** Unlike standard notifications, Tocatoma launches a full-screen \"Wake-up\" intent that rings for up to 1 minute until you take action.\n- **💤 Advanced Snooze:** Not ready? Postpone your dose by 5, 10, or 15 minutes with a single tap.\n- **📅 Flexible Scheduling:** Pick specific days of the week for each medication. Your list only shows what you need *today*.\n- **📸 Visual Memory:** Attach photos of your medication boxes to avoid confusion.\n- **📊 Daily Progress:** Interactive \"Check/Circle\" system to track your intakes. Cards turn green once you're done!\n- **💾 Data Sovereignty:** Your data stays on your device in a local **SQLite** database. Export and Import your entire history as a JSON file anytime.\n\n---\n\n## 🛠 Tech Stack\n\nDesigned with **Clean Architecture** (Hexagonal/DDD) and **Screaming Architecture** principles:\n\n- **Frontend:** [Astro](https://astro.build/) (Strictly component-based, zero React overhead).\n- **Styling:** [Tailwind CSS 4.0](https://tailwindcss.com/) \u0026 Custom 3D CSS primitives.\n- **Native Bridge:** [Capacitor](https://capacitorjs.com/) with a custom Java **AlarmPlugin**.\n- **Icons:** [Lucide Icons](https://lucide.dev/).\n- **Persistence:** `@capacitor-community/sqlite`.\n\n---\n\n## ⚠️ Important Notes\n\n### 🧪 Beta Version\nThis app is currently in **Beta**. We are actively refining the alarm persistence and background task handling for the latest Android versions (API 33+).\n\n### 🇪🇸 Language Support\nPlease note that the **User Interface is currently available in Spanish only**. Multi-language support is planned for future releases.\n\n---\n\n## 🚀 Deployment \u0026 CI/CD\n\nTocatoma features a fully automated build pipeline using **GitHub Actions**.\n\n- **Automatic APK Generation:** Every time a commit message contains the tag `[RELEASE]`, a GitHub Action triggers a full build, generating an installable Android APK available in the \"Actions\" tab.\n\n---\n\n## 🏗 Development\n\n```bash\n# Install dependencies\nnpm install\n\n# Run web dev server\nnpm run dev\n\n# Build web assets\nnpm run build\n\n# Sync with Android project\nnpx cap sync android\n\n# Open in Android Studio\nnpx cap open android\n```\n\n---\n\nDeveloped with ❤️ by **JaimeGH**\n*© 2026 Inled Group® - MIT-INLED Licensed.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finledgroup%2Ftocatoma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finledgroup%2Ftocatoma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finledgroup%2Ftocatoma/lists"}