Subs ! Track your subscriptions easily
Subs Tracker is an open-source subscription cost tracker hosted on the developer’s website, featuring an improved UI/UX, client-side data storage, and easy edit functionality. It allows users to add, edit, and remove subscriptions while calculating the total monthly cost. The tool has responsive design for both desktop and mobile use, built using Next.js, React, and Zustand for state management.
pnpm i
.copy .env.example .env
..env
.NEXT_PUBLIC_USE_SQLITE
to false to use local storage instead of SQLLite, persisting data in the browser.pnpm run db:push
(not needed if using local storage).pnpm run dev
.Subs Tracker is a simplistic open-source tool that helps users track their subscription costs with ease. It features a user-friendly interface, client-side data storage, and provides functionalities like adding, editing, and removing subscriptions. By following the installation guide, users can quickly set up the tool and start managing their subscriptions efficiently.