App to track stuff. It started as a self-hosted habit\mood\stats tracker and I want to evolve it into app aggregating all data about you and your environement to ponder on, analyze and get better. Maybe you can call it OSS self-hosted Exist alternative.
updated: 2 December 2024
I use it personally to track my stuff, however it's not stable or production ready. Publically hosted version available at tyl.illkle.com (use at your own risk)
Current goals:
- Polish the overall experince, refactor ugly stuff, improve design.
- Data impromenets: grouped trackables, multiple entries for one day, agregated trackables, data conversions.
- System for API integrations running on CRON or using public api.
- Develop mobile app
- Run Postgres somewhere. Create
.env
similar to.env.example
pnpm i
pnpm run dev
- Migrations are applied automatically on startup. To generate migrations after updating schema use
pnpm run db:generate
- Run Drizzle Studio to inspect database with
db:studio
- To add something from
shadcn/ui
first docd app/server
and then run the command.