logoalt Hacker News

Track Your Routine – Open-source app for task management

51 pointsby perriitoday at 11:52 AM27 commentsview on HN

Comments

perriitoday at 6:03 PM

For anyone wondering it's AI coded it's not it's handwritten befor vibe coding was a thing (I should mention this in Readme). Yes readme is AI generated but not the code also anyone who is good at writing documentation this could be a nice opportunity for them to update readme and contribute to project. :)

ssensseitoday at 1:13 PM

I'm happy for you building this app, it's tremendous effort to build a flutter application, and this should feel like an achievement for you.

However, task management apps are so unbelievably common nowadays. Nothing that can't be solved by notepad on PC, or the clock/calendar app on my phone / and if I really need a task app, I'll use google's or build my own.

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.

show 2 replies
GZGavinZhaotoday at 4:52 PM

Surely I'm not the only person who first used Linear [0] at work and then loved it so much that I started using it for personal task management...?

Sure it's not open-source, but none of the open-source tools are as polished as that.

[0]: https://linear.app

show 1 reply
perriitoday at 11:52 AM

I've been working on TYR (Track Your Routine), a Flutter-based task and routine tracking app. It's open source and built with Firebase for auth and data sync.

Key features: - Task creation with date/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

Tech stack: Flutter/Dart, Firebase Auth, Cloud Firestore, local notifications.

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).

What I'd love feedback on: - The notification system implementation - UI/UX improvements - Feature suggestions - Code quality and architecture (it's my first larger Flutter project)

The codebase is MIT licensed and contributions are welcome. I'm particularly interested in feedback from Flutter developers on best practices I might be missing.

GitHub: https://github.com/MSF01/TYR

What do you think? What features would make this more useful for your workflow?

show 1 reply
paulglxtoday at 1:08 PM

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

show 1 reply
pronouncedjerrytoday at 2:09 PM

also this ai slop never seems to include screenshots.

bityardtoday at 1:41 PM

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.

show 4 replies