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
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
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
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:- You describe your app idea in plain English
- AI analyzes your requirements
- Generates database structure, user interface, and business logic
- Deploys your app automatically
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
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
- 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
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
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
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
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
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:- You click to connect a service
- You’re redirected to sign in with that service
- You approve specific permissions
- You’re returned to CREAO with a secure connection
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
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
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
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
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
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
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
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
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
Learn about MCP and APIs
Get detailed explanations of integration technologies and how they work