Components

CoreAI Web Portal

The main web interface for CoreAI users.

Agentic Friendly

Component Category

User interface for GenAI and agents

Component Description

CoreAI Web Portal is the main user-facing application for interacting with CoreAI capabilities. It is a Next.js and React SPA with generated API clients covering chat, files and RAG, model management, API key management, custom GPTs, platform settings, and admin tooling including branding customization.

Why It Is Used

In BullSequana AI, the portal gives teams a consistent way to consume platform AI capabilities without working directly with lower-level APIs or infrastructure services. It is the primary interface for end users, AI engineers, and platform administrators.

Learn More

Interacts With

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

On this page