From ea08bae81f61f3846fff1dda289b7ff32a799dcc Mon Sep 17 00:00:00 2001 From: Rosario Moscato Date: Mon, 29 Sep 2025 15:06:17 +0200 Subject: [PATCH] docs: update README.md for MoneyMind project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index bf35c02..82f215b 100644 --- a/README.md +++ b/README.md @@ -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 - **🔐 Authentication**: Better Auth with Google OAuth integration - **🗃️ 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 - **⚡ Modern Stack**: Next.js 15, React 19, TypeScript - **📱 Responsive**: Mobile-first design approach ## ☕ 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) @@ -32,7 +36,7 @@ Before you begin, ensure you have the following installed on your machine: **Option A: Clone with Git** ```bash -git clone https://gitea.rosmoscato.xyz/ros/nextjs-boilerplate +git clone https://gitea.rosmoscato.xyz/ros/moneymind ``` **Option B: Download ZIP** @@ -159,9 +163,9 @@ npm run db:reset # Reset database (drop all tables) ## 📖 Pages Overview -- **Home (`/`)**: Landing page with setup instructions and features overview -- **Dashboard (`/dashboard`)**: Protected user dashboard with profile information -- **Chat (`/chat`)**: AI-powered chat interface using OpenAI (requires authentication) +- **Home (`/`)**: Financial dashboard with transaction overview, analytics, and quick actions +- **Dashboard (`/`)**: Main MoneyMind dashboard with financial insights and management tools +- **Profile (`/profile`)**: User profile and account settings ## 🚀 Deployment @@ -196,4 +200,4 @@ Ensure these are set in your production environment: --- -**Happy coding! 🚀** +**Happy financial management! 💰🚀**