Plain-language explanations of common Blue terms
App
A web page or web application published on Blue. Each app has its own URL and can be accessed from any browser.
Deploy
Uploading your app code to Blue and making it live. Think of it as "publishing" your app.
Runtime
The execution environment that runs your app. Blue supports four runtimes: Python, Node.js, PHP, and Static (HTML).
ZIP
A compressed archive that bundles your files together. Blue accepts uploads in this format.
Console
The Blue dashboard where you create, update, and configure your apps.
Subdomain
A URL automatically assigned to your app. Format: appname-username.blue.sola.inc
AI Build
A feature that lets AI create an app for you inside Blue. Just enter a prompt and the app is built and published automatically.
Plan
A subscription that determines your usage limits. Available tiers: Starter (free), Creator (¥1,200/mo), and Pro (¥2,900/mo).
Visibility
Controls who can access your app. Options: Public (anyone), Noindex (shared via URL only), or Password (password-protected).
API Key
An authentication key that lets AI agents and external tools interact with Blue on your behalf.
TOTP
Two-factor authentication using an authenticator app on your smartphone. An optional security enhancement.
Backup
A saved copy of your app code and data. You can restore from a backup at any time.
Role
A user's permission level. Three types: System Admin, Operator, and Regular User.