Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source expense management web template built with Next.js, Firebase, and TypeScript for tracking expenses, currency conversion, and invoice generation.

A full-screen clock and weather widget dashboard built with React Native Expo for signage displays.
Spendify is an open-source expense management web template, built as a Next.js application with Firebase integration, that lets users track expenses, convert currencies, and generate invoices from a single dashboard.
Spendify is a full-stack expense management template developed by ayushsoni1010 and published on GitHub under the MIT License. It runs on Next.js with Firebase for backend services, and it accepts user-entered expense and income records as input, producing categorized spending views, currency conversions, and downloadable invoices as output. The project is designed as a starting point for developers who want to deploy a personal or business finance dashboard.
To set up the project, clone the repository from GitHub, install dependencies with npm or yarn, add your Firebase project credentials, then run the development server with "npm run dev" and open localhost:3000. The README includes step-by-step instructions for local development and deployment to Vercel.
Yes, the project is open-source under the MIT License, so you can use and modify it at no cost.
You need Node.js, a Firebase project with credentials, and either npm or yarn to install dependencies.
Yes, it includes currency conversion to view expenses in different currencies.
Yes, the README provides step-by-step instructions for importing the repository to Vercel and configuring environment variables.
