This single-page web application lets you keep track of and manage your subscriptions. You can add, edit, delete, and view subscriptions all in one place. You can set up notifications for each subscription using NTFY. The app provides a general summary of all your subscriptions and a detailed summary for each payment account, all within a single, intuitive interface.
demo.mp4
- ➕ Add, edit, and delete subscriptions
- 🗓️ View subscriptions on a calendar
- 💰 Calculate weekly, monthly, and yearly totals
- 📊 Detailed summaries per payment account
- 🖼️ Easy to add icons for each subscription
- 🔔 Notification system integration with NTFY
- 💱 Support for multiple currencies
- ⚛️ React
- 🚂 Express
- 🗄️ SQLite
- 🐳 Docker
- 🎨 Iconify
The easiest way to get started is by using the official Docker image:
- Make sure you have Docker installed
- Run the following command:
docker run -p 3000:3000 dh1011/subscription-manager:latest
- The app will be available at
http://localhost:3000
If you prefer to use Docker Compose:
- Clone the repository
- Make sure you have Docker and Docker Compose installed
- Run the following command in the project root:
docker-compose up --build
- The app will be available at
http://localhost:3000
- Clone the repository
- Install dependencies:
npm install
- Create
subscriptions.db
file in theserver
directory - Run the app:
npm run dev
This app uses Iconify icons. To add an icon to your subscription, use the icon name from the Iconify icon library.
The app integrates with NTFY for sending notifications. To set up notifications:
- Go to the Settings page
- Enter your NTFY topic
- Save the settings
You'll receive notifications for upcoming subscription payments.
Enjoy 🎉!