NEWFree AI visibility report. Tracking from $99/month

React

How the 9 leading AI models rank React in web frameworks.

Is this your brand? Claim it freeVerified mark + certificate badge.
1st
of 23 in category
47
Recommendation score
7 / 9
AI models agree

How each AI ranks it

average position · verbatim answers kept
ChatGPTChatGPT1st

Short answer: if you want frameworks that are actually used in production and hiring, the safest picks are React/Next.js, Vue/Nuxt, Angular, ASP.NET Core, Spring Boot, Django/FastAPI, Laravel, Rails, and Express/NestJS.

As of the latest broad public data I found, Stack Overflow’s public archive goes through the 2025 Developer Survey—released July 29, 2025—and its web-framework question had 23,678 respondents. Stack Overflow also called out FastAPI as one of the biggest movers and Phoenix as the most-admired web framework in 2025. (github.com) State of JS 2025 also shows the JavaScript ecosystem still heavily centered on React, with Express and Next.js also very widely used among JS developers; it notes that Next.js is popular but polarizing. (2025.stateofjs.com)

My practical top recommendations

RankFramework / productBest forWhy pick it
1React + Next.jsStartups, SaaS, dashboards, job-market optimizationThe default modern web stack. Huge ecosystem, lots of developers, strong hosting/deployment story.
2Vue + NuxtProduct teams that want simpler DX than ReactVery productive, approachable, good for small-to-mid teams and full-stack apps.
3AngularLarge enterprise appsBatteries-included, opinionated, TypeScript-first, good for big teams that need consistency.
4ASP.NET CoreEnterprise, B2B, Microsoft/Azure shopsExcellent performance, strong tooling, great for APIs and full-stack enterprise apps.
5Spring BootJava enterprise, fintech, large backendsMature, battle-tested, common in corporations, strong ecosystem.
6DjangoPython web apps, admin-heavy apps, CRUD, internal toolsFast to build, secure defaults, ORM/admin included.
7FastAPIPython APIs, AI/ML-adjacent backends, high-performance APIsModern Python API framework; one of the clearest growth stories in recent survey data. (survey.stackoverflow.co)
8LaravelPHP apps, SMB SaaS, agencies, content/business appsVery productive, cohesive ecosystem, great DX.
9Ruby on RailsSaaS, startups, convention-over-configuration teamsStill excellent for shipping full-stack products quickly.
10Express / NestJSNode.js APIs and full-stack JS/TS teamsExpress is minimal and everywhere; NestJS adds structure for larger TypeScript backends.

Best pick by situation

  • Want the safest default? Use Next.js + React + TypeScript.
  • Want frontend jobs? Learn React, then Next.js.
  • Want enterprise jobs? Learn Angular, ASP.NET Core, or Spring Boot.
  • Want Python/backend/AI-adjacent work? Learn FastAPI and Django.
  • Want to ship a SaaS fast? Pick Rails, Laravel, Django, or Next.js.
  • Want a simpler frontend than React? Pick Vue/Nuxt.
  • Want performance-focused content sites? Consider Astro.
  • Want developer-love wildcard? Phoenix is smaller but highly admired in Stack Overflow’s 2025 results. (survey.stackoverflow.co)

My “don’t overthink it” stacks

  1. Mainstream startup/product stack:
    Next.js + React + TypeScript + PostgreSQL

  2. Enterprise Microsoft stack:
    ASP.NET Core + React/Angular + SQL Server/PostgreSQL

  3. Enterprise Java stack:
    Spring Boot + Angular/React + PostgreSQL

  4. Python API/productivity stack:
    FastAPI or Django + React/Vue + PostgreSQL

  5. Agency / SMB / fast CRUD stack:
    Laravel + Vue/React + MySQL/PostgreSQL

  6. Solo founder / rapid SaaS stack:
    Rails, Laravel, Django, or Next.js

My overall recommendation: if you’re choosing one stack today, pick React + Next.js + TypeScript unless you have a strong reason not to. If you’re backend-focused, pick ASP.NET Core, Spring Boot, or FastAPI/Django depending on whether your world is C#, Java, or Python.

ClaudeClaude1st

Best Web Frameworks in 2026: What People Actually Use

Here's a breakdown of the frameworks with real traction in production today, organized by category.

Frontend / UI Frameworks

React remains the dominant choice. It's still the front-end heavyweight, with React 19 cementing its dominance through React Compiler and Server Components built in, making complex UIs smoother and less error-prone. React now powers everything from marketing sites to full-stack apps through frameworks like Next.js.

Vue.js and Angular continue to be widely used alongside React — established frameworks like React, Angular, Vue, and Next.js continue to dominate in 2026, while innovative options like Svelte, Solid, and Next.js advance their production-readiness despite remaining at sub-10% adoption rates.

Svelte/SvelteKit is gaining fans for its efficiency: it's ideal for high-performance web apps and small-team projects, being fast, readable, and efficient to develop with. It's also praised for sustainability — Svelte remains one of the most sustainable choices because it shifts the heavy lifting from the user's browser to the build phase, resulting in smaller bundle sizes and lower energy consumption.

Full-Stack / Meta-Frameworks

Next.js is the clear leader for React-based full-stack apps. It's the React meta-framework that dominates the JavaScript ecosystem, having pioneered server-side rendering in the React ecosystem and continuing to push boundaries with React Server Components, Server Actions, and a serverless-first deployment model via Vercel. Its real-world credibility is strong: used by companies like Netflix, TikTok, and Notion, it has over 130,000+ GitHub stars, making it one of the most popular open-source frameworks.

Laravel, Ruby on Rails, and Django remain the trusted "batteries-included" veterans: Laravel, Rails, and Django remain the most battle-tested full-stack frameworks in 2026. Specifically, Laravel remains the undisputed leader among PHP frameworks in 2026, delivering an elegant, expressive, and developer-friendly experience for building modern web applications.

Backend / API Frameworks

FastAPI has become the go-to for Python backends, especially in AI-related work: Python meets async speed — FastAPI lets you write type-hinted, production-ready APIs with minimal boilerplate. It's become the default choice for Python backend work, especially where performance and simplicity intersect.

Flask still has staying power for simplicity: Flask is the timeless, reliable pick for teams that prioritize "build it your way" over batteries-included or ultra-high-performance defaults, offering fast iteration, easy onboarding for Python developers, and a huge talent pool of Flask-experienced pros.

Spring Boot dominates enterprise Java: it's the enterprise workhorse, now more efficient — Spring Boot 3 and GraalVM native image support make Java faster and leaner. It's used for APIs, microservices, and large-scale distributed systems, remaining one of the most in-demand backend frameworks.

Gin (Go) leads the Go ecosystem by a wide margin: Gin remains the clear leader and most popular Go web framework in 2026, with JetBrains State of Go Ecosystem reports and developer surveys showing Gin used by nearly half of Go developers (48%), far ahead of Echo (16%) and Fiber (~11%).

The Language Layer: TypeScript

Almost regardless of framework choice, TypeScript

Gemini5th

The web development landscape has matured significantly. Choosing the "best" framework is no longer about finding a single magic tool, but rather about matching your project’s goals—whether you are building a fast startup MVP, an enterprise-grade application, or a high-performance, AI-driven API.

Modern web development is generally split into three categories: Full-Stack (Meta-Frameworks), Frontend UI Frameworks, and Backend/API Frameworks.


1. Full-Stack & Meta-Frameworks (The Modern Standard)

In modern development, frontend and backend logic are increasingly blended. Meta-frameworks allow developers to handle routing, server-side rendering (SSR), and database integration within a single project.

  • Next.js (React)
    • The Vibe: The undisputed king of modern full-stack web development.
    • Why people use it: Created by Vercel, Next.js dominates the React ecosystem. It handles Server Components, Static Site Generation (SSG), and Edge Computing effortlessly.
    • Who uses it: TikTok, Netflix, Twitch, Nike, and thousands of high-growth startups.
  • Astro
    • The Vibe: The ultimate framework for content-rich, ultra-fast websites.
    • Why people use it: Astro pioneered the "Islands Architecture," which ships zero JavaScript to the client by default. It is highly flexible, letting you use React, Vue, or Svelte components inside the same project.
    • Who uses it: Highly popular for documentation sites, blogs, e-commerce, and marketing pages (e.g., Firebase, Porsche).
  • SvelteKit (Svelte) / Nuxt (Vue)
    • The Vibe: The premium full-stack alternatives for non-React developers.
    • Why people use it: If you prefer Svelte's lightweight footprint or Vue's elegant developer experience over React, these are the respective go-to frameworks that handle routing, SSR, and API endpoints.

2. Frontend UI Frameworks (The Client-Side Powerhouses)

If you are building a decoupled single-page application (SPA) where the user interface lives completely separate from your backend, these are the industry standards.

  • React
    • The Vibe: The dominant force in frontend development.
    • Why people use it: Though technically a library, React has the largest ecosystem on the planet. Finding libraries, tutorials, pre-built UI components, and experienced developers is easier with React than with any other tool.
    • Who uses it: Meta, Airbnb, Uber, and Salesforce.
  • Vue.js
    • The Vibe: The approachable, developer-friendly alternative.
    • Why people use it: Vue features a gentle learning curve and an exceptionally clean architecture. It strikes a perfect balance between the structure of Angular and the flexibility of React.
    • Who uses it: Nintendo, GitLab, Zoom.
  • Angular
    • The Vibe: The heavy-duty enterprise workhorse.
    • Why people use it: Backed by Google, Angular is a strict, highly opinionated framework. It comes with everything built-in (routing, state management, HTTP client), making it the favorite for massive teams that require standardized, scaling codebases.
    • Who uses it: Google, Microsoft, Forbes, and major banking institutions.

3. Backend & API Frameworks (The Data & Logic Workhorses)

When you need to build robust APIs, microservices, or handle heavy server-side computing and database operations, these backend frameworks are the industry defaults.

  • FastAPI (Python)
    • The Vibe: The fastest-growing backend framework, supercharged by the AI revolution.
    • Why people use it: As Python became the language of AI and data science, FastAPI surged in popularity. It is incredibly fast, offers automatic interactive API documentation, and uses Python type hints for clean, bug-free development.
    • Who uses it: Netflix, Uber, Microsoft, and almost every modern AI startup.
  • Express.js (Node.js)
    • The Vibe: The minimalist, standard runtime framework for JavaScript/TypeScript backends.
    • Why people use it: It is lightweight, fast, and unopinionated. Nearly half of all professional developers use Node.js, making Express (and modern TypeScript wrappers like NestJS) a default choice for web servers.
    • Who uses it: PayPal, Uber, Accenture.
  • Django (Python)
    • The Vibe: The "batteries-included" monolith.
    • Why people use it: Django provides everything you need out of the box: an ORM (database management), user authentication, admin panels, and security features. If you want to build a fully-featured app quickly without piecing together 20 different libraries, Django is unmatched.
    • Who uses it: Instagram, Pinterest, Spotify.
  • Spring Boot (Java) & ASP.NET Core (C#)
    • The Vibe: The enterprise titans.
    • Why people use it: For high-performance, strictly-typed, massive-scale applications, these two frameworks rule corporate environments. They offer top-tier security, unmatched speed, and long-term stability.
    • Who uses it: Netflix, Amazon, Stack Overflow, and major financial institutions.
  • Laravel (PHP)
    • The Vibe: The ultimate tool for solo developers and rapid MVPs.
    • Why people use it: Despite PHP's age, Laravel is highly revered for its incredible developer experience. It makes database migrations, queues, authentication, and routing insanely easy.
    • Who uses it: Hundreds of thousands of SaaS businesses and digital agencies.

How to Choose: A Quick Cheat Sheet

  • If you are a Startup / Solo Developer building a modern app: Use Next.js (or Laravel if you prefer PHP). You'll build faster and scale easily.
  • If you are building an AI-powered App or Data API: Use FastAPI. It integrates seamlessly with Python's AI/ML ecosystem.
  • If you are building a large Enterprise SaaS: Use Angular for the frontend, and Spring Boot or ASP.NET Core for the backend.
  • If you are building a Blog, Portfolio, or E-commerce Site: Use Astro. It will give you the best SEO and load times out of the box.
PerplexityPerplexity1st

If you want the web frameworks people actually use, the safest mainstream picks are React, Next.js, Angular, Vue, Django, Laravel, Spring Boot, and ASP.NET Core. There is no single best framework overall; the right choice depends on whether you are building a frontend, full-stack app, API, or enterprise system.

  • React: the most widely used general-purpose frontend choice, and a default pick for interactive UIs and dashboards.
  • Next.js: the most common full-stack React framework for production web apps, especially when SEO and server rendering matter.
  • Angular: a strong enterprise frontend framework for large teams and complex applications.
  • Vue: a popular, approachable frontend framework, often chosen for simpler adoption and solid productivity.
  • Django: a top backend/full-stack choice for Python teams, especially data-heavy products and rapid development.
  • Laravel: a major PHP framework for full-stack business apps and teams that want fast delivery with a mature ecosystem.
  • Spring Boot: a standard enterprise backend choice in Java shops, especially for microservices and large systems.
  • ASP.NET Core: a common enterprise backend framework for C#/.NET teams, with strong performance and corporate adoption.

If you want the best default recommendations by use case, a practical shortlist is:

Use caseBest picks
Frontend UIReact, Vue, Angular
Full-stack web appsNext.js, Django, Laravel, Rails
APIs / backend servicesSpring Boot, ASP.NET Core, Express, FastAPI
Startup MVPsNext.js, Django, Laravel, Rails
Enterprise appsAngular, Spring Boot, ASP.NET Core, Django

For “top brands/products” in the sense of what has broad real-world adoption, React and Next.js lead the mainstream conversation, while Django, Laravel, Spring Boot, and ASP.NET Core are the most established backend frameworks people ship with at scale.

If you want, I can also give you:

  • a top 5 ranking for 2026,
  • the best framework by language,
  • or a pick list for beginners, startups, and enterprise teams.
DeepSeekDeepSeek1st

There’s no single “best” web framework — it depends on what you’re building (frontend, backend, full-stack), team skills, and scale. But these are the most widely used, battle-tested frameworks people actually rely on in production.

🔵 Frontend (UI) Frameworks

FrameworkWhy people use it
ReactThe most popular UI library. Huge ecosystem, component-based, used by Facebook, Netflix, Shopify. Great for SPAs and mobile via React Native.
Vue.jsSimpler learning curve, great docs, flexible. Used by Apple, Nintendo, GitLab. Excellent for both small widgets and large apps.
AngularFull-featured framework by Google. Built-in tools, TypeScript-first, great for enterprise apps with strict structure.
SvelteCompiles away framework code for tiny bundles, very fast. Rising in popularity, loved by developers who want less boilerplate.
Solid.jsHigh-performance, fine-grained reactivity. Not as common yet, but growing fast.

🟢 Backend Frameworks

FrameworkWhy people use it
Express.js (Node.js)The de facto standard for Node.js. Minimal, flexible, massive ecosystem. Used by Uber, IBM, Twitter.
Django (Python)“Batteries included”: admin panel, ORM, auth, security. Great for rapid development, data-heavy apps, and startups. Used by Instagram, Spotify, Pinterest.
Ruby on RailsFull-stack MVC with conventions that speed up development. Still strong for MVPs and SaaS. Used by Shopify, Airbnb, GitHub.
Laravel (PHP)Elegant, developer-friendly PHP framework with powerful tools (Eloquent ORM, Blade templating). Used by many agencies and products like Slack (parts).
FastAPI (Python)Modern, async, auto-generated API docs. Growing fast for APIs and microservices. Great for machine learning backends.
Spring Boot (Java)Enterprise standard for Java. Rock-solid, scalable, tons of production use in banking and large corporations.
ASP.NET Core (C#)High-performance, cross-platform Microsoft framework. Used by many enterprise and cloud-native apps.
NestJS (Node.js)Structured, TypeScript-first backend framework with Angular-like architecture. Great for scalable enterprise Node apps.

🟣 Full-Stack / Meta-Frameworks

FrameworkWhy people use it
Next.jsReact-based full-stack framework with SSR, static generation, API routes. Now the default for new React apps. Used by TikTok, Twitch, Hulu.
NuxtVue’s equivalent of Next.js — SSR, static sites, and full-stack capabilities. Great for Vue teams.
RemixReact framework focused on web standards and server/client data flow. Owned by Shopify, growing fast.
SvelteKitSvelte’s full-stack framework. Excellent performance and developer experience.

🏁 Quick Recommendations

  • If you’re starting fresh and want jobs/ecosystem: React + Next.js
  • If you want rapid backend + admin panels: Django
  • If you want a simple, elegant full-stack solo dev experience: Ruby on Rails or Laravel
  • If you’re building APIs/microservices: FastAPI (Python) or Express/NestJS (Node)
  • If you’re in an enterprise Java/C# shop: Spring Boot or ASP.NET Core

Bottom line: “Best” = the one your team knows well and that fits the product. But React, Next.js, Django, Express, and Laravel are the closest things to industry standards right now.

GrokGrok1st

The "best" web frameworks depend on factors like project needs (frontend vs. backend vs. full-stack), team expertise, performance requirements, ecosystem maturity, and long-term maintainability. Popularity and real-world adoption—drawn from large-scale developer surveys—are strong indicators of what people actually use in production.

Recent 2025 data (e.g., Stack Overflow Developer Survey and Statista) consistently highlight the following leaders based on developer usage percentages. These reflect extensive work over the past year among tens of thousands of respondents worldwide.

Top Frontend Frameworks/Libraries

These dominate UI development:

  • React (~44.7% usage) — The clear leader and de facto standard for building interactive UIs. Massive ecosystem, vast job market, and strong community support. Often paired with TypeScript.
  • Vue.js (~17.6%) — Progressive, approachable, and performant. Popular for its balance of simplicity and power; widely used in both startups and larger apps.
  • Angular (~18.2%) — Enterprise favorite with built-in tooling, dependency injection, and strong TypeScript integration. Favored for large-scale, opinionated applications.
  • Svelte (notable in satisfaction rankings; growing usage) — High developer satisfaction due to its compile-time approach (less runtime overhead). Gaining traction for performance-focused projects.

Meta-frameworks (full-stack or enhanced React/etc. experiences) are also heavily used:

  • Next.js (~20.8%) — React-based leader for server-side rendering (SSR), static generation, and full-stack apps. Dominant in modern web development.

State of JS 2025 notes a stable frontend landscape with React at the top (~83.6% in JS-specific surveys), high satisfaction for alternatives like Solid.js, and growth for content-focused options like Astro.

Top Backend and Full-Stack Frameworks

These handle server-side logic, APIs, and databases:

  • Node.js (~48.7%) — The most-used web technology overall (runtime + ecosystem). Enables JavaScript everywhere; paired with frameworks like Express.
  • Express (~19.9%) — Lightweight and flexible Node.js standard for APIs and web servers. Huge middleware ecosystem.
  • ASP.NET Core (~19.7%) — Strong.NET choice for high-performance, cross-platform enterprise apps. Excellent for C# developers.
  • FastAPI (~14.8%, rising sharply) — Modern Python async framework; standout for performance, automatic docs, and AI/ML integrations. Surpassing older options like Flask in growth.
  • Spring Boot (~14.7%) — Java enterprise staple with robust ecosystem, dependency injection, and scalability.
  • Flask/Django (Flask ~14.4%; Django also prominent) — Python options; Flask for lightweight APIs, Django for full-featured apps with batteries-included features like admin panels and ORM.

Other notables include Laravel (PHP, solid for rapid development), NestJS (structured Node.js/TypeScript), and Ruby on Rails (productive for certain MVC-style apps).

Key Trends and Recommendations

  • JavaScript/TypeScript ecosystem dominance — Node.js + React/Next.js is the most common full-stack choice for its versatility and speed of development.
  • Python rising — Driven by FastAPI and AI/data workloads; great for APIs and backend services.
  • Enterprise stability — ASP.NET Core, Spring Boot, and Angular for large, secure, or regulated environments.
  • Performance/satisfaction leaders — Look at Svelte, Solid.js, Fastify (Node), or newer options like Hono/Elysia for specific needs.
  • Legacy note — jQuery still appears in usage stats (~23.4%) due to existing codebases but is rarely chosen for new projects.

Practical advice: Start with React + Next.js (or Node.js/Express) if you're new or want broad opportunities. Choose based on your language preference (e.g., Python → FastAPI/Django; Java → Spring Boot; C# → ASP.NET Core). Evaluate with proof-of-concepts for performance, and consider community size, hiring ease, and long-term support. Surveys like Stack Overflow or State of JS are updated annually for the latest shifts.

These recommendations focus on technologies with proven production use rather than hype.

CopilotCopilotnot ranked
Google AIGoogle AInot ranked
AI ModeGoogle AI Mode2nd

The best web framework depends heavily on your programming language and project type, but the undisputed market leaders that developers actually use are Next.js for frontend/full-stack JavaScript, Express.js for minimal backend APIs, and Django or Laravel for comprehensive, server-rendered applications.

According to industry metrics like the Stack Overflow Developer Survey, the market is clearly divided between front-end UI libraries, full-stack meta-frameworks, and robust backend engines.

🌐 Frontend & Full-Stack (JavaScript / TypeScript)

These tools run the client-facing side of the web, handling interactive user interfaces, server-side rendering (SSR), and modern SaaS architecture.

Next.js: Best For: Production web apps, SEO-critical projects, and SaaS platforms. Standout Feature: Built on top of React, it acts as the primary industry default, offering server components, global CDN routing, and optimized page loads. React: Best For: UI-heavy single-page applications (SPAs) and highly dynamic dashboards. Standout Feature: Technically a UI library rather than a full framework, it dominates with roughly 45% market adoption and provides the deepest ecosystem of pre-built packages. Angular: Best For: Large-scale enterprise applications and structured, long-term corporate codebases. Standout Feature: Backed by Google, it is an opinionated, strictly typed framework using TypeScript that comes built-in with routing, state validation, and a new high-performance signal-based reactivity engine. Vue.js: Best For: Rapid prototyping, mid-sized startups, and developers looking for a gentler learning curve. Standout Feature: Features an approachable HTML-like syntax that neatly balances the structural power of Angular with the modular flexibility of React. SvelteKit: Best For: Ultra-lightweight, high-performance web apps with minimal bundle sizes. Standout Feature: Unlike React or Vue, it uses a compiler model that ships raw, optimized JavaScript to the browser instead of running a heavy virtual DOM.

⚙️ Backend & API Engines

These frameworks power the data processing, server logic, database connections (ORMs), and background task management behind the scenes.

Express.js (Node.js): Best For: Fast, unopinionated microservices and lightweight JSON REST APIs. Standout Feature: It is the absolute standard primitive for JavaScript backend development, though many modern teams pair it with Fastify for raw execution speed. Django (Python): Best For: Data-heavy business applications, AI/ML integrations, and rapid MVP builds. Standout Feature: Features a strict "batteries-included" philosophy, giving you a pre-built admin panel, object-relational mapping (ORM), and strict out-of-the-box user authentication. Laravel (PHP): Best For: Full-featured e-commerce systems, SaaS platforms, and standard web portals. Standout Feature: Completely revitalized modern PHP development with its elegant database management system (Eloquent), background queuing, and superb ecosystem (like Laravel Horizon and Reverb). ASP.NET Core (C#): Best For: Cloud-native architectures, enterprise APIs, and heavy-duty corporate infrastructure. Standout Feature: Maintained by Microsoft, it consistently ranks at the top of raw performance and execution speed benchmarks for multi-threaded APIs. FastAPI (Python): Best For: Modern, asynchronous web services and wrapping machine learning models. Standout Feature: Uses Python type hints to automatically generate live, interactive Swagger documentation while matching the speed of Node.js engines. Ruby on Rails (Ruby): Best For: Bootstrapping early-stage startups and rapid, convention-over-configuration programming. Standout Feature: Maximizes individual developer efficiency by handling code generation, database configurations, and standard setups automatically.

📊 Framework Comparison Matrix

To help narrow down the ideal option for your project, please let me know:

What programming languages are you or your team already comfortable using? What is the primary goal of your website or app (e.g., public e-commerce, complex private dashboard, quick prototype)? Do you want a full-stack unified system, or do you prefer to keep your frontend separate from your backend APIs?

Open a row for the verbatim answer that AI model gave, captured during the monthly refreshEvery captured answer →

How this is measured

React’s AI Recommendation Score (47/100) reflects how widely and often the 9 AI models recommend it for web frameworks: share of voice, mention rate and how early the AI models name it. Cited sources are published as receipts, never as a score input. Every monthly refresh asks each AI model the same buyer question once, and the exact run count behind every edition is published in its JSON record. Placement is determined solely by AI recommendation data; it reflects what AI recommends and is not an endorsement by CiteHawk. Read the full methodology →

Others in web frameworks

A cream felt document pressed with an indigo wax seal

Is React your brand? Claim it free.

Sign up with your reactjs.org email. Approved claims unlock the verified mark, movement alerts and the embeddable certificate badge.

Rankings are computed from AI responses only · Positions are not for sale