Your Intelligent Pricing Analyst
Make confident, data-driven pricing decisions with AI-powered analysis, simulations, and explainable recommendations. No black boxes. Just clarity.
π Live Demo: https://moneta-ai-gamma.vercel.app/
Moneta AI is an intelligent pricing analyst designed to help businesses make confident, data-driven pricing decisions. The system ingests internal pricing, cost, and sales data alongside external market and competitor signals, then analyzes historical patterns to understand how price changes impact demand, revenue, and margins.
- π€ Multi-Agent AI System - 4 specialized AI agents (Data Analyst, Market Analyst, Pricing Strategist, Recommendation Agent) work together using LangGraph
- π§ GPT-4 Powered - Advanced reasoning with OpenAI GPT-4o for intelligent pricing decisions
- π Pricing Analytics Engine - Price elasticity, competitor analysis, revenue trends, and margin optimization
- π‘ Smart Recommendations - AI-generated pricing suggestions with confidence scores, impact projections, and clear reasoning
- π Interactive Dashboards - Real-time visualizations with Recharts for revenue trends, category performance, and competitor comparison
- π€ Data Upload System - Drag-and-drop CSV/Excel files with automatic column mapping and validation
- π Explainable AI - Full transparency with detailed reasoning for every recommendation
- π‘οΈ Full Auditability - Every decision logged and traceable
- Framework: Next.js 16 (App Router) + React 19
- Styling: TailwindCSS 4, shadcn/ui, Radix UI
- Animations: Framer Motion + GSAP
- AI/Agents: LangChain, LangGraph, OpenAI
- API: tRPC for type-safe APIs
- Database: Prisma ORM + PostgreSQL
- Data Visualization: Recharts + TanStack Table
- State Management: TanStack Query
- Forms: React Hook Form + Zod validation
- Date Handling: date-fns
- Deployment: Vercel
- Node.js 20+
- npm/yarn/pnpm
# Install dependencies
npm install
# Set up environment variables
cp .env.example .env
# Add required environment variables to .env:
# DATABASE_URL=your-postgres-connection-string
# JWT_SECRET=your-jwt-secret-key
# OPENAI_API_KEY=your-openai-api-key
# Initialize database
npm run db:generate
npm run db:push
# Run development server
npm run devOpen http://localhost:3000 to see the application.
| Variable | Description | Required |
|---|---|---|
DATABASE_URL |
PostgreSQL connection string | β Yes |
JWT_SECRET |
Secret key for JWT tokens | β Yes |
OPENAI_API_KEY |
OpenAI API key for AI agents | β Yes |
Get OpenAI API Key: https://platform.openai.com/api-keys
See AI_SETUP.md for detailed information about:
- Multi-agent architecture
- How the AI workflow works
- Customization options
- Cost estimation
- Troubleshooting
moneta-ai/
βββ app/ # Next.js App Router
β βββ auth/ # Authentication pages
β β βββ login/ # Login page
β β βββ signup/ # Sign up page
β βββ dashboard/ # Dashboard (coming soon)
β βββ layout.tsx # Root layout
β βββ page.tsx # Landing page
β βββ globals.css # Global styles
βββ components/
β βββ sections/ # Landing page sections
β β βββ navbar.tsx
β β βββ hero.tsx
β β βββ features.tsx
β β βββ how-it-works.tsx
β β βββ analytics-preview.tsx
β β βββ trust.tsx
β β βββ cta.tsx
β β βββ footer.tsx
β β βββ animated-background.tsx
β βββ ui/ # shadcn UI components
βββ lib/ # Utilities and helpers
βββ public/ # Static assets
βββ prisma/ # Database schema (coming soon)
Moneta AI uses a premium glassmorphism design language:
- Pure Black & White color palette
- Semi-transparent glass cards with backdrop blur
- Subtle animations (slow, smooth, intentional)
- Animated backgrounds with gentle glows
- Modern fintech aesthetic - calm, confident, premium
# Run dev server
npm run dev
# Build for production
npm run build
# Start production server
npm start
# Lint code
npm run lint- Premium glassmorphism design system
- Landing page with 6 sections
- Responsive mobile navigation
- Authentication pages (login/signup)
- Dashboard layout with sidebar
- All priority 1 dashboard pages
- Prisma 7 schema with 11 models
- PostgreSQL database setup
- tRPC API layer with 6 routers
- JWT authentication with HTTP-only cookies
- Protected routes with middleware
- File upload system (CSV/Excel)
- Automatic column mapping
- Data validation with Zod
- Upload history tracking
- Database import functionality
- Price elasticity calculation
- Competitor price analysis
- Revenue & margin analytics
- Time-series trend analysis
- Product performance metrics
- Interactive charts (Recharts)
- Multi-agent workflow with LangGraph
- 4 specialized AI agents (Data, Market, Pricing, Recommendation)
- OpenAI GPT-4o integration
- Structured output with function calling
- Confidence scoring & impact projections
- AI recommendations page with actions
- Recommendation tracking & implementation
- Batch recommendation generation
- Streaming AI responses for real-time feedback
- Custom business rules & constraints
- A/B testing integration
- Learning from past recommendation outcomes
- Multi-product optimization
- Seasonal adjustment factors
- Team collaboration features
- API access & webhooks
- Advanced simulation scenarios
- Multi-tenant support
- Integrations (Stripe, Salesforce, etc.)
{
title: "Moneta AI | Intelligent Pricing Analyst",
description: "Make confident, data-driven pricing decisions with AI-powered analysis, simulations, and explainable recommendations."
}This is a private project. For any inquiries, please contact the development team.
Private - All Rights Reserved
Built with β€οΈ using Next.js, React, and cutting-edge AI technology
