Badget: AI-Powered Financial Management Platform

Badget: AI-Powered Financial Management Platform

Summary

Badget is an AI-powered financial management platform designed to simplify personal and family finances. It offers a user-friendly interface, real-time insights, and automated budgeting, helping users track expenses and achieve financial goals. Built with a robust TypeScript stack, it provides intelligent spending analysis and personalized recommendations.

Repository Info

Updated on April 15, 2026
View on GitHub

Tags

Click on any tag to explore related repositories

Introduction

Badget, dubbed the "Copilot for Money," is an AI-powered financial management platform that offers unparalleled insights into spending habits and financial patterns. Designed with a family-first approach, Badget empowers households to budget effectively, track expenses effortlessly, and achieve financial goals through intelligent automation and real-time insights.

Key features include:

  • Unified Financial Dashboard: All accounts in one place with smart categorization.
  • AI-Driven Insights: Intelligent spending analysis and personalized recommendations.
  • Family-First Design: Multi-user households with role-based permissions.
  • Real-time Financial Health: Instant alerts, goal tracking, and financial scoring.
  • Automated Budgeting: Dynamic budget creation based on spending patterns.
  • Advanced AI Tools: Anomaly detection, spending forecasts, and natural-language insights.

Installation

To get Badget up and running locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/codehagen/Badget
    
  2. Install dependencies using pnpm:
    pnpm install
    
  3. Initialize Prisma with a custom output directory:
    npx prisma init --db --output ../src/generated/prisma
    
  4. Copy .env.example to .env.local and update the variables:
    cp .env.example .env.local
    

    Ensure your database and authentication (e.g., Google OAuth) environment variables are correctly configured as detailed in the .env.example file.

  5. Push the database schema:
    pnpm db:generate
    pnpm db:push
    
  6. Start the development server:
    pnpm dev
    

Examples

Experience Badget firsthand by visiting the live demo application. The platform provides a unified dashboard where you can visualize your financial health, track expenses, and see AI-driven insights in action. The user interface is designed to be intuitive, making financial management accessible for everyone.

Why Use Badget?

Badget stands out as a comprehensive solution for modern financial management due to its innovative features and robust tech stack. Its AI capabilities provide intelligent insights and automated budgeting, transforming how individuals and families interact with their finances. The platform's family-first design, complete with multi-user and role-based permissions, makes it ideal for household financial planning.

Built with Next.js 15, TypeScript, Prisma, and Shadcn/ui, Badget offers a highly performant, type-safe, and visually appealing experience. The dual-layer architecture ensures a clean separation of authentication and business logic, contributing to its scalability and maintainability. For anyone seeking to gain better control over their money with advanced tools, Badget offers a powerful and user-friendly solution.

Links