Tech Stack
AICodeRally's complete technology stack and infrastructure.
Database
Prisma Postgres (via Vercel) - Production database system
- Database Guide - Complete database documentation
- Two environments:
aicoderally-dev-db(development) andaicoderally-prod-db(production) - 88+ Prisma models for all modules
- Direct database URLs for optimal performance
Deployment
Vercel - Production hosting platform
- Vercel Setup - Deployment configuration
- Auto-deployment from GitHub
- Environment variables managed per project
- Edge functions for optimal performance
Version Control
GitHub - Source code management
- GitHub Workflow - Git operations and CI/CD
- Organization: AICodeRally
- Main repository: aicoderally-stack
- Branch protection and code reviews
Framework & Runtime
- Next.js 15 - React framework with App Router
- TypeScript 5 - Type-safe development
- pnpm - Fast, disk-efficient package manager
- Turbo - Monorepo build system
UI & Styling
- Tailwind CSS 3.4 - Utility-first CSS
- Lucide React - Modern icon library
- Gradient theme - Cyan → Violet → Orange brand colors
AI Integration
- Anthropic Claude - Primary AI model (Sonnet 4.5)
- Cursor/Claude Code - AI-powered development
- Rally AI - Multi-AI orchestration framework
Key Technologies
| Technology | Purpose | Version | |------------|---------|---------| | Next.js | React framework | 15.x | | TypeScript | Type safety | 5.x | | Prisma | Database ORM | Latest | | Tailwind CSS | Styling | 3.4.x | | Vercel | Hosting | Platform | | pnpm | Package manager | 9.x | | Turborepo | Monorepo | Latest |