SubTrackr is a lightweight, self-hosted subscription tracker built with Go and SQLite. Track all your recurring subscriptions, view spending analytics, get renewal reminders, and manage your finances with a clean responsive UI. No external database required.

SubTrackr is a self-hosted subscription tracking application built with Go, HTMX, and Tailwind CSS. It uses an embedded SQLite database, so no external database setup is needed.
On first launch, SubTrackr will prompt you to create an account. There are no default credentials.
GIN_MODE is set to release for production useDATABASE_PATH points to the persistent volume for data durabilityAll data is stored in /data/subtrackr.db and persisted via a Zeabur volume. Your subscription data survives restarts and redeployments.
AGPL-3.0 — GitHub