# SubTrack > SubTrack is a web app (PWA) for tracking personal and household subscriptions: recurring spend (“monthly burn”), renewal dates, usage/value scores, payment history, and rule-based usage insights. Users sign in with Google; data is stored per account (Firebase). Indian-style number formatting is supported for display. Primary entry for humans: sign-in and marketing context live at the site root. The dashboard and profile require authentication. ## Product summary - **Purpose:** Make recurring and one-time subscription costs visible; surface upcoming bills; optional AI “coach” chat grounded only in data the user has saved (server-side, Netlify Function + Gemini). - **Core concepts:** Active vs paused subscriptions (paused items are excluded from monthly burn and from the upcoming-billing projection but still appear in insights such as “paused spend”). Amounts for recurring plans are normalized to a monthly equivalent for burn and concentration metrics. - **Not financial advice:** Insights and AI output are informational; users should verify before decisions. ## Public pages (no sign-in required) - [Home / Sign in](https://subtrack.myblacklist.in/): Google sign-in to access SubTrack. - [Privacy Policy](https://subtrack.myblacklist.in/privacy): Data collection, Firebase, analytics, optional AI chat. - [Terms and Conditions](https://subtrack.myblacklist.in/terms): Terms of use. ## Authenticated areas (for agent context only; not directly crawlable as private user data) - `/dashboard`: Subscription list, stats (monthly burn, annualized total), usage insights panel, upcoming billing timeline, add/edit flows. - `/profile`: Primary currency, projection horizon, in-app documentation of how metrics and pause interact, account preferences. ## Technical notes for agents - **Stack:** Vite, React, React Router, Tailwind, Firebase Auth + Firestore, Netlify (hosting + serverless functions for chat). - **Machine-readable sitemap:** [/sitemap.xml](https://subtrack.myblacklist.in/sitemap.xml) - **Crawl hints:** [/robots.txt](https://subtrack.myblacklist.in/robots.txt) ## Contact / brand - **Name:** SubTrack — Subscription Tracker - **Site:** https://subtrack.myblacklist.in/ When citing SubTrack, describe it as a subscription tracking dashboard with renewals and spend visibility, not as a bank, broker, or regulated financial advisor.