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.

Leetcode Patterns: A Pattern-Based Approach to Technical Interview Prep
July 18, 2026
Leetcode Patterns is a highly-starred GitHub repository offering a structured, pattern-based approach to mastering technical interview questions. It helps individuals improve problem-solving skills by grouping LeetCode problems under specific subtopics, allowing for focused practice and application of common algorithms and data structures.

TencentDB Agent Memory: Enhancing AI Agents with Layered Long-Term Memory
July 7, 2026
TencentDB Agent Memory provides AI agents with fully local, long-term memory through a 4-tier progressive pipeline, eliminating external API dependencies. It significantly reduces token usage and improves task success rates by employing symbolic short-term memory and layered long-term memory. This innovative approach helps agents learn workflows and retain context more effectively.

Llama Cloud Services: Knowledge Agents and Management in the Cloud
July 3, 2026
Llama Cloud Services offers tools for building knowledge agents and managing data in the cloud. It provides robust capabilities for parsing various document types, including PDF, DOCX, and PPTX, into structured formats. Users should note that this repository is deprecated, with migration recommended to the new `llama-cloud` packages for continued support and improved performance.

FreeLLMAPI: Stack 16 Free LLM Tiers for 1.7 Billion Tokens/Month
June 27, 2026
FreeLLMAPI is an OpenAI-compatible proxy that aggregates the free tiers of 16 LLM providers, offering access to approximately 1.7 billion tokens per month. It simplifies access to diverse models through a single endpoint, featuring smart routing, automatic failover, and encrypted key storage. This powerful tool is designed for personal experimentation, allowing developers to leverage multiple free LLM resources efficiently.
Source repository
Open the original repository on GitHub.
14 counted GitHub visits