# RIVAL > RIVAL is a next-generation web application that displays AI model capabilities through interactive comparisons. The application showcases various AI models (Grok 3, Claude Sonnet 3.7/3.5, GPT-4o, o3, o1, Anthropic Claude 3 Haiku/Opus, etc.) with their responses to one-shot prompts, displayed in dynamic, expandable canvases. RIVAL allows you to compare different AI models side-by-side to see how they respond to the same challenges. The application is built with Next.js 14 and Tailwind CSS v4, featuring a minimalist yet distinctive design with subtle retro-inspired elements. ## Core Features - [Interactive Model Showcase](https://rival.tips/models.md): View AI model responses to various one-shot prompts with expandable canvases - [AI Models Information](https://rival.tips/models/index.md): Details about various AI models including capabilities and specifications - [Prompt Challenges Gallery](https://rival.tips/challenges.md): Curated collection of challenging AI prompts organized by category and difficulty - [Model Comparison](https://rival.tips/compare): Interactive side-by-side comparison of any two selected AI models. Explore specific comparisons directly via URLs like `/compare/[model1]/[model2]`. - [Model Insights](https://rival.tips/insights): Data visualizations showing real AI duel results and performance metrics ## Technical Documentation - [Project Structure](https://rival.tips/docs/structure.md): Overview of the codebase organization and file structure - [Component Documentation](https://rival.tips/docs/components.md): Details about the React components used throughout the application - [Animation System](https://rival.tips/docs/animations.md): Information about the animation strategy using Framer Motion ## Optional - [Design Philosophy](https://rival.tips/docs/design.md): Detailed explanation of the design principles and aesthetic choices - [Supabase Integration](https://rival.tips/docs/supabase.md): Information about the database setup and schema for the voting system - [Implementation Plan](https://rival.tips/docs/implementation.md): Phases of project development and current progress