Badget: AI-Powered Financial Management Platform

This repository profile is provided by osrepos.com, an open source repository discovery 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 Information

Analyzed by OSRepos on April 15, 2026

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party 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

Related repositories

Similar repositories that may be relevant next.

MetaMCP: Unifying Model Context Protocol Servers with an All-in-One Gateway

MetaMCP: Unifying Model Context Protocol Servers with an All-in-One Gateway

August 19, 2026

MetaMCP is a powerful, self-hosted solution that acts as an aggregator, orchestrator, middleware, and gateway for Model Context Protocol (MCP) servers. It allows developers to dynamically combine multiple MCP servers into a single, unified endpoint, enhancing tool management and agent development. This TypeScript-based project simplifies the deployment and management of AI tools within a Dockerized environment.

mcpmodel-context-protocolgateway
microsoft/skills: Empowering AI Coding Agents with Domain-Specific Knowledge

microsoft/skills: Empowering AI Coding Agents with Domain-Specific Knowledge

August 19, 2026

The microsoft/skills repository provides a comprehensive collection of skills, custom agents, and configurations designed to enhance AI coding agents. It offers domain-specific knowledge for working with Azure SDKs and Microsoft AI Foundry, enabling more effective and context-driven development. Developers can leverage these resources to ground agents like GitHub Copilot with specialized expertise.

AI AgentsAzure SDKGitHub Copilot
ClawHub: The Public Skill and Plugin Registry for OpenClaw

ClawHub: The Public Skill and Plugin Registry for OpenClaw

August 19, 2026

ClawHub is the public skill and plugin registry for OpenClaw, designed for publishing, versioning, and searching text-based agent skills and code plugins. It offers fast browsing, a CLI-friendly API, moderation hooks, and vector search capabilities. This platform streamlines the discovery and management of resources for the OpenClaw ecosystem.

directoryskillTypeScript
code-session-memory: Automatic Vector Memory for AI Coding Sessions

code-session-memory: Automatic Vector Memory for AI Coding Sessions

August 15, 2026

code-session-memory provides automatic vector memory for various AI coding tools like OpenCode, Claude Code, Cursor, VS Code, Codex, and Gemini CLI. It indexes new messages into a vector database after each AI agent turn, enabling semantic search across all your past coding sessions. This tool ensures memory is shared across different platforms, enhancing developer productivity.

TypeScriptAIDeveloper Tools

Source repository

Open the original repository on GitHub.

15 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️