docs: update README.md for MoneyMind project

- Change project name from Agentic Coding Boilerplate to MoneyMind
- Update features list to reflect financial management capabilities
- Update clone URL to point to MoneyMind repository
- Update pages overview to reflect MoneyMind structure
- Update footer message to match financial theme

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Rosario Moscato
2025-09-29 15:06:17 +02:00
parent ada01d0c86
commit ea08bae81f

View File

@@ -1,19 +1,23 @@
# Agentic Coding Boilerplate # MoneyMind
A complete agentic coding boilerplate with authentication, PostgreSQL database, AI chat functionality, and modern UI components - perfect for building AI-powered applications and autonomous agents. A complete personal finance management application with transaction tracking, budget planning, financial analytics, and goal setting - powered by modern web technologies.
## 🚀 Features ## 🚀 Features
- **🔐 Authentication**: Better Auth with Google OAuth integration - **🔐 Authentication**: Better Auth with Google OAuth integration
- **🗃️ Database**: Drizzle ORM with PostgreSQL - **🗃️ Database**: Drizzle ORM with PostgreSQL
- **🤖 AI Integration**: Vercel AI SDK with OpenAI support - **💰 Transaction Management**: Add, edit, and categorize financial transactions
- **📊 Analytics Dashboard**: Interactive charts and financial insights
- **🎯 Budget Planning**: Set and track budget limits
- **🏦 Account Management**: Manage multiple bank accounts and credit cards
- **📈 Goal Tracking**: Set and monitor financial goals
- **🎨 UI Components**: shadcn/ui with Tailwind CSS - **🎨 UI Components**: shadcn/ui with Tailwind CSS
- **⚡ Modern Stack**: Next.js 15, React 19, TypeScript - **⚡ Modern Stack**: Next.js 15, React 19, TypeScript
- **📱 Responsive**: Mobile-first design approach - **📱 Responsive**: Mobile-first design approach
## ☕ Buy Me a Coffee ## ☕ Buy Me a Coffee
If you find this project helpful and would like to support my work, consider buying me a coffee! Your support helps me maintain and improve this boilerplate. If you find this project helpful and would like to support my work, consider buying me a coffee! Your support helps me maintain and improve MoneyMind.
[Buy Me a Coffee](https://paypal.me/rosmoscato) [Buy Me a Coffee](https://paypal.me/rosmoscato)
@@ -32,7 +36,7 @@ Before you begin, ensure you have the following installed on your machine:
**Option A: Clone with Git** **Option A: Clone with Git**
```bash ```bash
git clone https://gitea.rosmoscato.xyz/ros/nextjs-boilerplate git clone https://gitea.rosmoscato.xyz/ros/moneymind
``` ```
**Option B: Download ZIP** **Option B: Download ZIP**
@@ -159,9 +163,9 @@ npm run db:reset # Reset database (drop all tables)
## 📖 Pages Overview ## 📖 Pages Overview
- **Home (`/`)**: Landing page with setup instructions and features overview - **Home (`/`)**: Financial dashboard with transaction overview, analytics, and quick actions
- **Dashboard (`/dashboard`)**: Protected user dashboard with profile information - **Dashboard (`/`)**: Main MoneyMind dashboard with financial insights and management tools
- **Chat (`/chat`)**: AI-powered chat interface using OpenAI (requires authentication) - **Profile (`/profile`)**: User profile and account settings
## 🚀 Deployment ## 🚀 Deployment
@@ -196,4 +200,4 @@ Ensure these are set in your production environment:
--- ---
**Happy coding! 🚀** **Happy financial management! 💰🚀**