Hacker News Viewer

Track Your Routine – Open-source app for task management

by perrii on 1/30/2026, 11:52:46 AM

https://github.com/MSF01/TYR

Comments

by: bityard

I don't mind low stakes vibe-coded applications per se, but the readme is LLM slop that I couldn't bring myself to keep reading.

1/30/2026, 1:41:45 PM


by: perrii

I&#x27;ve been working on TYR (Track Your Routine), a Flutter-based task and routine tracking app. It&#x27;s open source and built with Firebase for auth and data sync.<p>Key features: - Task creation with date&#x2F;time scheduling - Local notifications for reminders - Real-time sync across devices via Firestore - Category-based organization (work, vacation, events) - Clean dark theme UI with Material Design 3<p>Tech stack: Flutter&#x2F;Dart, Firebase Auth, Cloud Firestore, local notifications.<p>The app is still under active development, but the core functionality is working. I built it to solve my own need for a simple, privacy-focused task tracker that works across platforms (Android, iOS, Web, Desktop).<p>What I&#x27;d love feedback on: - The notification system implementation - UI&#x2F;UX improvements - Feature suggestions - Code quality and architecture (it&#x27;s my first larger Flutter project)<p>The codebase is MIT licensed and contributions are welcome. I&#x27;m particularly interested in feedback from Flutter developers on best practices I might be missing.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;MSF01&#x2F;TYR" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;MSF01&#x2F;TYR</a><p>What do you think? What features would make this more useful for your workflow?

1/30/2026, 11:52:46 AM


by: paulglx

Screenshots in the README would we nice :) + the writing style in the README gives slop smell

1/30/2026, 1:08:10 PM


by: ssenssei

I&#x27;m happy for you building this app, it&#x27;s tremendous effort to build a flutter application, and this should feel like an achievement for you.<p>However, task management apps are so unbelievably common nowadays. Nothing that can&#x27;t be solved by notepad on PC, or the clock&#x2F;calendar app on my phone &#x2F; and if I really need a task app, I&#x27;ll use google&#x27;s or build my own.<p>Your next step should be to take what you have learned from building this app, and focus on fixing a real problem that people around you face.

1/30/2026, 1:13:28 PM