Smart mobile money assistant web app — offline-first budgeting system with AI-style features.
👉 https://fgradeartist.github.io/Spendly/
Spendly is a single-file smart budgeting web app that works completely offline in your browser.
It simulates a mobile app experience with:
- Shopping management
- Expense tracking
- Budget planning
- Smart calculator
- AI-style insights (rule-based logic)
- Persistent storage (localStorage)
- Dynamic greetings based on time
- Budget progress tracking
- Weekly spending chart
- Recent expenses preview
- Quick navigation buttons
- Smart AI emoji detection
- Categories auto-assigned
- Fixed price + weight-based pricing
- Mark as done → auto expense logging
- Share list (copy/WhatsApp)
- Grocery cost calculator
- Discount + VAT calculator
- Bill split calculator (restaurant mode)
- Tasks + expenses + missions
- Daily budget tracking
- Auto-sync with expenses
- Progress tracking
- Avatar + name system
- Budget settings
- Export CSV data
- Light/Dark mode toggle
- Data reset option
- Budget alerts
- Spending insights
- AI-style tips (rule-based system)
- Persistent notification history
- Single HTML file
- No backend required
- Uses localStorage for data saving
- Fully offline after first load
- Mobile-first responsive UI
- Glassmorphism design system
- Download or clone repo
- Open
index.htmlin browser - Start adding expenses & shopping items
- Data is saved automatically
All data is stored locally in browser:
- Shopping list
- Expenses
- Planner tasks
- Budget settings
- Profile data
No server, no login, no tracking.
├── index.html └── README.md
This app works fully offline and does not send any data to external servers.
Built by fgradeartist