A comprehensive AI-powered educational platform built with modern web technologies.
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm buildedusage-ai-platform/
├── apps/
│ └── web/ # Next.js web application
├── packages/
│ ├── ui/ # Shared UI components
│ └── core/ # Core business logic
├── tools/
│ ├── create-edusage/ # CLI tool
│ └── scripts/ # Build scripts
└── docs/ # Documentation
This is a monorepo managed with pnpm workspaces and Turbo.
- Web App:
pnpm dev:web - Build All:
pnpm build - Run Tests:
pnpm test - Lint Code:
pnpm lint
@edusage/ui- Reusable React components@edusage/core- Business logic and utilities
The project is containerized and ready for deployment with Docker.
docker-compose up -d