Learn ADALO with Real Code Examples
Updated Nov 26, 2025
Installation Setup
No installation needed - cloud-based
Create an account on Adalo.com
Start a new app from templates or blank
Organize screens and components
Publish when ready
Environment Setup
Browser (Chrome recommended)
Adalo account
App project
Mobile device for testing
Optionally iOS/Android developer accounts
Config Files
App settings panel
Database schema
Branding configuration
Navigation setup
Publishing settings
Cli Commands
None - fully no-code platform
Publishing handled via web UI
API testing via external tools
Build status shown in dashboard
Optional use of code components via marketplace
Internationalization
No built-in i18n system
Manual multi-language setup
Duplicate screens or dynamic text fields
API-driven translations possible
Supports RTL with manual layout adjustment
Accessibility
Basic accessible components
Consistent color contrast recommended
Text resizing supported
Focus management minimal
Manual accessibility testing required
Ui Styling
Theme-based styling
Custom colors & fonts
Predefined UI components
Limited advanced animations
Responsive design for web
State Management
Implicit state through database fields
Local-to-screen component state
Magic text binding
Conditional visibility rules
User-auth specific data contexts
Data Management
CRUD operations via actions
Collections store structured data
Relationships define joins
External collections for API data
Real-time optional via third-party services