Overview
Make the AI Builder Portal your own with custom branding, a tailored welcome screen, and per-blueprint layout configuration. These settings let you align the portal with your company identity and control the development experience your builders get.Branding
Navigate to Admin > Settings to configure portal-wide branding.Branding changes take effect immediately for all users. No restart or redeployment is required. The portal automatically applies the appropriate logo variant based on the user’s system theme (light or dark mode).
Welcome Screen
Configure the welcome screen that builders see when they first log in or when they have no active workspaces. Navigate to Admin > Settings > Welcome Screen.
Use the welcome screen to onboard new builders. Explain what they can do in the portal, which blueprints are available, and where to get help. A clear welcome screen reduces support requests and gets builders productive faster.
Layout Configuration
Each blueprint can have its own layout settings that control what builders see inside the workspace editor. Navigate to Admin > Blueprints > [Blueprint] > Workspace.Tabs
Choose which tabs appear in the workspace editor. Available tab types:- Chat - The OpenCode chat panel for AI-assisted development
- Claude Code - Terminal tab with Claude Code pre-configured
- Terminal - A standard terminal session in the workspace container
- Custom command tabs - Tabs that run a specific command when opened
Custom Tabs
Define custom tabs that execute a specific command in the workspace container when the tab is opened. This is useful for common development tasks. Examples:- A tab named “Dev Server” that runs
npm run dev - A tab named “Django Server” that runs
python manage.py runserver - A tab named “Tests” that runs
npm test -- --watch
Lock Layout
Enable Lock Layout to prevent builders from adding or removing tabs in the workspace editor. When locked, builders see exactly the tabs you configured - no more, no less. Use this when you want a consistent, controlled experience across all workspaces using this blueprint.Preview Panel
Toggle the preview panel visibility for the blueprint. When enabled, builders see a live preview of their running application directly in the workspace editor with viewport switching for desktop, tablet, and mobile. Disable the preview panel for blueprints where a live preview is not relevant (e.g., backend API services, CLI tools, data processing scripts).AI & Data Tab
The AI & Data tab combines AI provider configuration and a data sources reference grid into a single view. Navigate to Admin > Blueprints > [Blueprint] > AI & Data.Data Sources
The AI & Data tab includes a Data Sources grid showing supported database types. Each tile represents a database or data warehouse that can be connected to your blueprint:PostgreSQL
MySQL
Snowflake
BigQuery
Data source connections are configured at the Qovery environment level using environment variables. The Data Sources grid provides setup guidance for each database type - the actual credentials and connection parameters are managed through your blueprint’s Qovery environment configuration.
AI Configuration
The AI configuration uses an accordion interface where each provider can be independently enabled and configured.Anthropic (Claude)
Controls both Claude Code (terminal) and can power the Chat panel.OpenAI
Powers the Chat panel with OpenAI models.Custom Provider
Use any OpenAI-compatible API endpoint as the Chat panel provider.You can enable multiple providers simultaneously. Anthropic powers Claude Code, while the Chat panel uses whichever provider is configured for it (Anthropic, OpenAI, or Custom). If multiple chat providers are enabled, the first enabled provider in order (Anthropic, OpenAI, Custom) is used.
Next Steps
Blueprint Management
Register and configure blueprint templates.
Access Control
Control who can access each blueprint.
Member Management
Invite and manage team members.