Problem
Subscriptions pile up quietly — a streaming plan here, a tool there, an annual renewal you forgot about. The cost is real but it’s spread across different dates, cycles, and currencies, so the total is invisible until the charges land.
What it is
SubTrac is a small, on-device app for keeping every recurring payment in one place and seeing the real monthly and yearly total — built under Bora Technologies.
What it does
- All your subscriptions, one list — with flexible billing cycles and multi-currency support.
- Renewal reminders via local notifications, so nothing renews by surprise.
- A spend dashboard with an overview and a breakdown by category.
- Your data stays yours — everything lives on the device, and you can export it as JSON or CSV.
Engineering decisions
- React Native + Expo for a single iOS/Android codebase.
- SQLite on-device so the app is fully usable offline and keeps your financial data local rather than on a server.
- Local notifications drive the reminder system without needing a backend.
Current state
In active development — the core tracking, reminders, and dashboard are in place while the product is still being shaped.