For the complete documentation index, see llms.txt. This page is also available as Markdown.
Updated

App Config

Configure identity, data, domains, branding, integrations, and app preferences.

App Config holds an app's settings — its identity, its database, its domains and branding, its environment variables and integrations, and developer and notification preferences. Open it with App Config in the workspace action bar.

App Config has eight sections: Basic Config, Database, Domains, Brand Guidelines, Environment Variables, Integrations, Developer Tools, and Preferences. Several settings distinguish the Preview build from the Published one — so check which scope you're editing.

Basic Config

Set the app's App Name (required — the app can't be saved without it) and its App Description, then Save. The name is how the app is identified across Console.

The Basic Config section, with App Name and App Description fields
Basic Config.

Database

Choose the database the app uses. Qore offers Uptiq Managed DB — a managed PostgreSQL database — which shows as Connected when in use, and Supabase (Postgres plus auth and APIs) as an alternative.

The Database section, with Uptiq Managed DB and Supabase options
Choosing the app's database.

The managed database is the simplest path — Qore runs it for you. Connect Supabase instead when you need its auth and API features.

Domains

Under Connected Domains, use Connect New Domain to attach a domain from a third-party provider, so the published app serves from your own domain rather than the default Qore URL.

The Domains section, with Connected Domains and Connect New Domain
Connecting a custom domain.

Brand Guidelines

Set the app's visual style and branding.

  • Visual Style — choose the design language: Auto (Recommended) lets Qore pick, or select one of Minimal, Modern SaaS, Neumorphism, Glassmorphism, Enterprise, Dark Mode, Bold & Colorful, or Fintech / Banking.

  • Brand Logos — upload a Full Logo (headers and branding), a Small Logo (compact spaces), and a Favicon (browser-tab icon, best at 32×32 or 64×64 px).

  • Brand colors — set the Primary Brand Color and Secondary Brand Color (for example, #2b7fff and #f4f4f5), with Advanced Customization for finer control.

The Brand Guidelines section, with visual style, logo uploads, and brand color pickers
Brand Guidelines.

Use Apply to save, or Reset Changes to discard.

Environment Variables

Store the API keys, tokens, and credentials your app's integrations need. Values are encrypted and injected as environment variables at runtime. Add each as a Key and Value with Add Variable. A Preview / Publish toggle lets you set different values for the preview build and the published build.

The Environment Variables section, with key/value pairs and a Preview/Publish toggle
Environment Variables.

Integrations

Connect the app to outside tools and platforms. The catalog holds 73 connectors across categories such as Storage, Authentication, LLM, Payments, CRM, Accountancy, Email Notification, Messaging, and Banking — for example Airtable, Confluence, DocuSign, the Google Workspace apps, and the Microsoft 365 apps. Search or narrow by category, then Connect the ones you need.

The Integrations section, with a searchable connector catalog
The Integrations catalog.

Connecting an integration grants the app access to that service. Connect only what the app actually uses.

Developer Tools

Turn on Enable Developer Tools to inspect the app's runtime behavior in the preview — useful while debugging, off by default.

The Developer Tools section, with the Enable Developer Tools toggle
Developer Tools.

Preferences

Turn on Build Notifications to be notified when a project build completes, so you don't have to watch the workspace to know a build finished.

The Preferences section, with the Build Notifications toggle
Preferences.

App Config sections

Element
Description
When to use it

Basic Config

The app's name and description

Rename the app or update its description; App Name is required

Database

The connected database (Uptiq Managed DB or Supabase)

Choose or switch the app's database

Domains

Custom domains for the published app

Serve the app from your own domain

Brand Guidelines

Visual style, logos, and brand colors

Set the app's look and branding

Environment Variables

Encrypted secrets injected at runtime

Store API keys and credentials; set per Preview/Publish

Integrations

The 73-connector catalog

Connect the tools the app uses

Developer Tools

Runtime inspection in the preview

Turn on while debugging

Preferences

Build-completion notifications

Get notified when a build finishes

Why this matters

  • App Config is where an app's identity, data, connections, and look are all set.

  • Several settings differ between the Preview and Published builds — confirm the scope before you change one.

  • The database, domain, integration, and environment-variable sections grant access or hold secrets; treat them with more care than the cosmetic ones.

App WorkspaceIntegrations Hub

Last updated