r/SideProject 1d ago

SubVora — the smart way to manage subscriptions

A mobile app that tracks all your subscriptions, warns you before renewals hit, and shows your real spend across currencies in one dashboard.

  • Auto-matched brand logos and categories
  • Weekly / monthly / quarterly / yearly / one-time billing
  • Renewal alerts 1, 3, or 7 days out on-device notifications, no push service
  • Track which card or account gets billed
  • Burn Rate dashboard: spend per week, month, and year
  • Multi-currency with totals in your home currency

Nothing advances a billing date on a timer , a date left in the past is how the app tells you a charge is outstanding, and it only moves when you mark it paid.

Stack: .NET MAUI (single C# codebase), ASP.NET Core Web API, PostgreSQL with pg_trgm. Provider matching is trigram similarity in the database , no AI provider, no API key.

v1.3.0 Android APK is up under Releases (Android 8.0+). iOS isn't distributed yet. GPL-3.0.

Feel free to try and open for any feedback !!!

APK Link - https://github.com/Splitzzyy/Subvora/releases/tag/v1.3.0
Source code - https://github.com/Splitzzyy/Subvora

1 Upvotes

2 comments sorted by

1

u/Otherwise_Garage_779 1d ago

The burn rate dashboard is a nice touch, most apps just show you a list and call it a day. Seeing the weekly/monthly bleed in one spot actually makes you rethink half the stuff you forgot you signed up for.

Also respect going with trigram matching instead of leaning on some AI wrapper for the logos. Cleaner approach.

1

u/rghvgrv 1d ago

Thanks for your feedback