Docs/Getting Started/Key Concepts
🚀Getting Started
4 min read

Key Concepts

The four building blocks of every Mobiroller app.

Before diving in, understanding these four concepts will make everything else click.

📱

App

Your project container. Each app has its own screens, data, settings and URL.

🖼️

Screen

A single page or view in your app. Users navigate between screens.

🧩

Component

A UI element on a screen — button, text, list, image, form, etc.

🗄️

Data Table

A database table that stores your app's content (users, products, posts…).

How They Fit Together

An App contains multiple Screens. Each screen is built from Components. Components can display data from Data Tables — for example, a list component might show rows from a "Products" table.

The AI Layer

Mobiroller's AI understands all four concepts. When you describe your app in natural language, it generates the screens, components and data table structure automatically.

💡You can start with AI and then fine-tune manually — or build everything manually from scratch. Both workflows are fully supported.

Was this page helpful?