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: 1 February 2025
I use it personally to track my stuff, however it's not stable or production ready. It's available at tyl.illkle.com (use at your own risk: data loss may happen)
Current goals:
- Data improvements: new data types with multiple entries per day and custom attributes.
- Data import\export, receive push push public API, make pull via cron.
- UI\UX improvements: rethink and unify design.
- 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 apps/server
and then run the command.