Badget: AI-Powered Financial Management Platform
This repository profile is provided by osrepos.com, an open source repository discovery 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
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:
- Clone the repository:
git clone https://github.com/codehagen/Badget - Install dependencies using pnpm:
pnpm install - Initialize Prisma with a custom output directory:
npx prisma init --db --output ../src/generated/prisma - Copy
.env.exampleto.env.localand update the variables:cp .env.example .env.localEnsure your database and authentication (e.g., Google OAuth) environment variables are correctly configured as detailed in the
.env.examplefile. - Push the database schema:
pnpm db:generate pnpm db:push - 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.
- Live Demo: https://badget-eight-gilt.vercel.app/
- Dashboard Mockup:
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
- GitHub Repository: https://github.com/Codehagen/Badget
- Live Demo: https://badget-eight-gilt.vercel.app/
Related repositories
Similar repositories that may be relevant next.

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.

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.

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.

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.
Source repository
Open the original repository on GitHub.
15 counted GitHub visits