I've been trying to replace apps I use recently with my own version + export and import with data being completely local the device / browser (lost on cache clear!).This is one of them. Its used for tracking things you want to quit in a somewhat gamified way. You can unlock badges for staying quit longer but also handles adding lapses or 'occurrences'. Hope you like it. You dont even have to host it, you can just download the repo and open the index.html instead.
So far I have about 4 of these. 2 private and 2 public
## Private: - Budget Tracker - integrated with plaid for actual banking data...working out good security hygiene on this one first before releasing the source.
- Job Tracker - Web UI / Self hosted. Integrates with your preferred LLM, CRUD for adding jobs via link (only tested with dice). It scans and then LLMs compare it against your uploaded resume and gives the job a scoring, generates a short introduction to the company who posted it / what they do, generates talking points for interviews and things you should highlight, and generates a cover letter tailored to the position / company. *Edit: Also local only until I figure work out the security hygiene and some obvious UX issues.
## Public: - Habit tracker - This one.
- Fit Tracker - Very similar in appearance to habit tracker. Allows you to easily log workouts, re-use exercises. I get frustrated with fitness apps that do too much etc. I basically just want a simple way to log what exercises, reps, weight, minutes I did and that be it. Stored for later analysis. Though the page does allow for some analysis as it is. You can find this one here:
https://github.com/justind-dev/fit-tracker
Anyways, enjoy!