Skip to content

Latest commit

Β 

History

History
104 lines (68 loc) Β· 2.83 KB

File metadata and controls

104 lines (68 loc) Β· 2.83 KB

πŸ’° AI Finance Platform

An AI-powered financial management platform that helps you track, analyze, and optimize your finances with real-time insights and smart automation.
Deployed live on Vercel for instant access!

Next.js Tailwind CSS
Status


πŸ”— Live Demo

πŸ‘‰ https://fin-genius-chi.vercel.app/


πŸ’‘ Project Overview

This platform is an AI Finance Management App that empowers users to monitor and optimize their financial health. It provides a personalized dashboard powered by AI/ML analytics to track expenses, budgets, and suspicious activities in real-time.

Key features include:

  • Real-time spending alerts
  • Automated weekly/monthly summaries by email
  • Intelligent insights using machine learning
  • Secure user authentication and data storage via Supabase
  • Responsive, modern UI built with Next.js and Tailwind CSS

🧠 How It Works

The platform collects your transaction data securely and applies AI models to:

  1. Detect unusual transactions and alert you immediately
  2. Analyze spending patterns and suggest budget improvements
  3. Automatically send email notifications about your financial status
  4. Schedule periodic jobs for summaries and alerts using Inngest

πŸ“Έ Screenshots

πŸ“Š Dashboard

Dashboard Screenshot


πŸ› οΈ Tech Stack

  • Next.js (React framework)
  • Tailwind CSS (UI styling)
  • Prisma (ORM for database)
  • Supabase (Backend-as-a-Service)
  • Inngest (Serverless job scheduler)
  • SMTP / Resend API (Email notifications)

πŸš€ How to Run Locally

git clone https://github.com/your-username/ai-finance-platform.git
cd ai-finance-platform
npm install --legacy-peer-deps
cp .env.example .env
# Fill environment variables in .env file
npx prisma generate
npx prisma migrate dev --name init
npm run dev

πŸ“„ License

This project is licensed under the MIT License. Feel free to use, modify, and distribute it.


πŸ‘¨β€πŸ’» Author & Support

Made with ❀️ by Braj Narayan Awasthi

If you find this project useful:

🌟 Star the repo
πŸ› Report issues or request features
πŸ” Fork and customize for your needs!


πŸ“ Note

🚧 This project is still under development. Upcoming features include:

  • 🧠 AI-Based Saving Recommendations
  • πŸ“… Budget Planning & Monthly Goals
  • πŸ“Š Export Reports (CSV / PDF)
  • πŸ” Two-Factor Authentication (2FA)
  • 🧾 Expense Categorization using Machine Learning