# CoreAI Web Portal (/docs/coreai/components/coreai-web-portal)



Component Category [#component-category]

User interface for GenAI and agents

Component Description [#component-description]

CoreAI Web Portal is the main user-facing application for interacting with CoreAI capabilities. The current generation of the portal is a modern Next.js and React application with a SPA-first architecture, generated API clients, and a refreshed product experience for working with AI features, models, and document workflows.

Why It Is Used [#why-it-is-used]

The portal gives teams a consistent and more modern way to consume platform AI capabilities without working directly with lower-level APIs or infrastructure services.

Learn More [#learn-more]

* [CoreAI Web Portal Guide](/docs/guides/coreai-portal)
* [CoreAI Reference Architecture](/docs/coreai/reference-architecture)
* [How CoreAI Builds On Runtime](/docs/coreai/how-coreai-builds-on-runtime)

Interacts With [#interacts-with]

* `Keycloak` for user authentication and session flows
* `CoreAI API` for backend application logic and AI operations
* `Model Installer` for model management workflows
* `MLflow` for model lifecycle information and GenAI observability
* `LiteLLM` through CoreAI service integrations where model access is needed
* `MinIO` and `PostgreSQL` through platform integrations for application data and files
* Runtime ingress and security services to publish the application safely
