Skip to main content
Understanding key technical terms will help you navigate CREAO and make the most of its capabilities. This glossary explains important concepts in simple, non-technical language.

Core Platform Terms

AI Copilot

Definition: An intelligent assistant built into every CREAO app that helps users navigate, perform tasks, and get insights from their data. What it does:
  • Answers questions about your app and data
  • Performs actions on your behalf (“Create a task for next week”)
  • Provides insights and analytics
  • Helps users discover app features
Example: In a customer feedback app, the AI Copilot might answer “Show me all 5-star reviews from last month” or “Create follow-up tasks for negative feedback.”

Authentication

Definition: The process of verifying who you are when you access CREAO or connect to external services. How it works:
  • Account Authentication: Logging into CREAO with your email and password
  • Service Authentication: Granting CREAO permission to access external services like Slack or Google Sheets
  • OAuth: A secure method where you sign in directly with the service (like Google) rather than sharing passwords
Why it matters: Ensures only authorized people can access your apps and data.

Backend

Definition: The behind-the-scenes technology that powers your app, including servers, databases, and business logic. What CREAO handles automatically:
  • Server setup and maintenance
  • Database creation and management
  • Security and data protection
  • Performance optimization
  • Automatic backups
Why you don’t need to worry: CREAO manages all backend complexity so you can focus on your app idea.

Chat-to-Build

Definition: CREAO’s core technology that allows you to create applications by describing what you want in natural language. How it works:
  1. You describe your app idea in plain English
  2. AI analyzes your requirements
  3. Generates database structure, user interface, and business logic
  4. Deploys your app automatically
Example: “I need a team task tracker that sends Slack notifications when tasks are completed” becomes a fully functional app.

Cloud Hosting

Definition: Your app runs on remote servers (the “cloud”) rather than on your computer, making it accessible from anywhere with internet. Benefits:
  • Access your app from any device
  • Automatic scaling as usage grows
  • 99.9% uptime reliability
  • No need to manage servers yourself
What CREAO provides: Enterprise-grade cloud hosting with security, backups, and global availability.

Credits

Definition: The currency system CREAO uses to track app building and modification usage. How credits work:
  • Building new apps consumes credits
  • Major modifications use credits
  • Simple edits and using existing apps are free
  • Credits refresh monthly based on your plan
Credit usage examples:
  • Simple app: 1-3 credits
  • Complex app with integrations: 10-15 credits
  • Major feature additions: 2-5 credits

Database

Definition: The structured storage system that holds all your app’s information. What CREAO creates automatically:
  • Optimized table structure for your data
  • Relationships between different types of information
  • Indexes for fast searching
  • Backup and recovery systems
Example: A customer feedback app might have separate database tables for customers, feedback entries, and response tracking.

Deployment

Definition: The process of making your app live and accessible on the internet. What happens during deployment:
  • Your app is uploaded to secure servers
  • A unique URL is created for access
  • Security measures are activated
  • The app becomes available to users
CREAO advantage: Instant deployment - your app is live immediately after building.

Integration Terms

API (Application Programming Interface)

Definition: A set of rules and protocols that allows different software applications to communicate with each other. In CREAO context:
  • Official APIs: Pre-configured connections to services like OpenAI or email providers
  • Custom APIs: Connections you can set up to your own services or third-party tools (Pro plan)
  • REST API: The most common type of API that uses standard web protocols
Example: Using the Gmail API to send automatic email notifications from your app.

Integration

Definition: A connection between your CREAO app and external services that allows data to flow between them. Types of integrations:
  • MCP Servers: One-click connections to popular services
  • APIs: More flexible connections requiring configuration
  • Webhooks: Real-time notifications from external services
Purpose: Allows your app to send data to, receive data from, or trigger actions in other tools you use.

MCP (Model Context Protocol)

Definition: A secure connection standard that allows CREAO to integrate directly with external services using your authenticated accounts. How MCP works:
  • You authenticate with your existing account (Gmail, Slack, etc.)
  • CREAO gets permission to perform specific actions
  • Your credentials remain secure and private
  • You can revoke access at any time
Benefits: Simple setup, secure authentication, no API keys to manage.

OAuth 2.0

Definition: An industry-standard security protocol that allows you to grant CREAO access to your accounts on other services without sharing your passwords. The OAuth process:
  1. You click to connect a service
  2. You’re redirected to sign in with that service
  3. You approve specific permissions
  4. You’re returned to CREAO with a secure connection
Security: Your passwords are never shared - you always authenticate directly with the service.

Rate Limiting

Definition: Restrictions on how frequently your app can make requests to external services to prevent overuse. How it affects you:
  • Most integrations have built-in rate limiting
  • CREAO automatically handles rate limits
  • You might see delays during high-volume operations
  • Different services have different limits
Why it exists: Protects external services from being overwhelmed and ensures fair usage.

Webhook

Definition: A way for external services to send real-time notifications to your CREAO app when something happens. How webhooks work:
  • External service sends data to your app when events occur
  • Your app can respond immediately to these events
  • No need to constantly check for updates
Example: A payment processor sending a webhook when a payment is received, triggering your app to update order status.

No-Code Terms

CRUD Operations

Definition: The four basic operations you can perform on data: Create, Read, Update, Delete. In your apps:
  • Create: Add new records (customers, tasks, etc.)
  • Read: View and search existing information
  • Update: Modify existing records
  • Delete: Remove records you no longer need
CREAO advantage: All CRUD operations are automatically generated based on your app description.

Low-Code vs No-Code

Definitions:
  • No-Code: Build applications without writing any code (CREAO’s approach)
  • Low-Code: Minimal coding required, often using visual interfaces
  • Traditional Coding: Writing code in programming languages
CREAO’s approach: Pure no-code - you describe what you want, and CREAO builds it without requiring any technical knowledge.

MVP (Minimum Viable Product)

Definition: The simplest version of your app that solves your core problem and provides value to users. MVP strategy for CREAO:
  • Start with essential features only
  • Launch and test with real users
  • Add complexity based on actual usage
  • Iterate and improve over time
Benefits: Faster time to value, reduced complexity, better user feedback.

Responsive Design

Definition: Apps that automatically adapt their layout and functionality to work well on different screen sizes (phone, tablet, desktop). CREAO advantage: All apps are automatically responsive - they work perfectly on any device without extra configuration.

SaaS (Software as a Service)

Definition: Software that you access over the internet rather than installing on your computer. CREAO as SaaS:
  • Access from any device with internet
  • Automatic updates and maintenance
  • No software to install or manage
  • Subscription-based pricing
Your apps: Also delivered as SaaS - accessible from anywhere, always up-to-date.

Scalability

Definition: The ability of your app to handle growing amounts of data, users, or activity without performance degradation. CREAO’s scalability features:
  • Automatic server scaling
  • Database optimization
  • Load balancing across multiple servers
  • Global content delivery
What this means: Your app can grow from 1 user to thousands without performance issues.

UI (User Interface)

Definition: The visual elements of your app that users interact with - buttons, forms, menus, displays. CREAO UI generation:
  • Automatically creates clean, professional interfaces
  • Mobile-responsive design
  • Intuitive navigation and workflow
  • Consistent styling and branding
Customization: You can request UI changes using natural language descriptions.

Workflow Automation

Definition: Setting up your app to perform sequences of actions automatically based on triggers or schedules. Examples of workflow automation:
  • Send email when new customer signs up
  • Create tasks when project deadlines approach
  • Post Slack notification when sales goal reached
  • Generate weekly reports every Friday
CREAO advantage: Describe workflows in plain English, and they’re implemented automatically.

Learn about MCP and APIs

Get detailed explanations of integration technologies and how they work