inboxpraveen/Daily-Tracker ? reverse-engineered prompt
Reverse engineered prompt
Build me a small self hosted habit tracker that runs on my computer and keeps everything in a local SQLite file next to the app. I want a simple web app where I can quickly log daily habits in a monthly grid, with checkboxes for each day and habit, and a separate dashboard that shows progress, trends, basic stats, and a yearly overview. It should let me add, edit, deactivate, and delete habits, and it should start with a few sample habits if the database is empty so I can try it right away. I also want CSV export for the current month, including one export that is one row per day and another that gives a month summary with a habit by date view. Keep the interface clean and low friction, with the main tracker page and a dashboard page. If you need to check current docs for anything, go ahead and look them up online.
Are you gonna build this?
make sure you review the code using coderabbit