# XStockFlow - AI-Powered Financial Analysis Platform XStockFlow is a comprehensive financial analysis platform that leverages artificial intelligence to provide intelligent stock analysis, real-time market data, and investment insights. ## Key Features - **Stock Analysis**: AI-powered stock analysis with technical and fundamental insights - **RWA Analysis**: Real World Asset analysis capabilities - **Cryptocurrency**: Comprehensive crypto market analysis - **AI Hedge Fund**: Automated investment strategies - **Real-time Market Data**: Live market information and updates - **IPO Analysis**: Initial Public Offering analysis and insights ## Technology Stack - **Frontend**: Next.js 14, React, TypeScript - **Styling**: Tailwind CSS, shadcn/ui components - **Database**: Prisma ORM - **Authentication**: Custom auth system - **Payment**: Integrated payment processing - **Deployment**: Vercel-ready configuration ## Project Structure - `/app` - Next.js app router pages and API routes - `/components` - Reusable React components - `/lib` - Utility functions and configurations - `/prisma` - Database schema and migrations - `/public` - Static assets - `/types` - TypeScript type definitions ## Getting Started 1. Install dependencies: `yarn install` 2. Set up environment variables 3. Run database migrations: `npx prisma migrate dev` 4. Start development server: `yarn dev` The application will be available at http://localhost:3000