# 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, 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. ## Core Features - [Interactive Model Showcase](https://rival.tips/models): View AI model responses to various prompts. - [AI Models Information](https://rival.tips/models/index.md): Details about various AI models. - [Prompt Challenges Gallery](https://rival.tips/challenges): Curated collection of AI prompts. - [Model Comparison](https://rival.tips/compare): Interactive side-by-side comparison of any two models. - [Provider Showcase](https://rival.tips/providers): Explore models grouped by their creators/providers. - [Tools Showcase](https://rival.tips/tools): Discover useful AI-related tools. - [Model Personalities](https://rival.tips/personalities): Explore the unique characteristics of different models. - [Model Insights](https://rival.tips/insights): Data visualizations showing real AI duel results. - [Best Of](https://rival.tips/best-of): Highlights of top-performing model responses. - [Over The Years](https://rival.tips/over-the-years): Timeline of model evolution. ## Technical Documentation - [Project Structure](https://rival.tips/docs/structure.md): Overview of the codebase organization. - [Component Documentation](https://rival.tips/docs/components.md): Details about React components. - [Animation System](https://rival.tips/docs/animations.md): Information about Framer Motion usage. ## Optional - [Design Philosophy](https://rival.tips/docs/design.md): Design principles and aesthetics. - [Supabase Integration](https://rival.tips/docs/supabase.md): Database setup details. - [Implementation Plan](https://rival.tips/docs/implementation.md): Project development phases