| name | design |
| description | Design and build Glide screens, components, forms, and actions. Create screens that are intuitive, data-dense, and serve user workflows. Use when creating or designing screens, choosing components, building forms, configuring navigation, or reviewing and improving screen usability. |
Glide Layout & Design
Screen Types
Creating Screens
Click the "+" button in the Navigation or Menu section of the Layout Editor.
| Screen Type | Description | Use Case |
|---|---|---|
| Screen from data | Collection screen linked to a table | Lists, directories |
| Custom screen | Blank screen to build freely | Dashboards, custom layouts |
| Form screen | Data entry form | Add/edit records |
Sample Screen Templates
Pre-built templates for common patterns:
- Project management - Task tracking layout
- Dashboard - Overview with metrics
- Company directory - People/contacts list
- Multi-Step form - Wizard-style data entry
- Chat - Messaging interface
Design Principles
Keep these in mind when building and reviewing screens:
- Show don't hide - Important data should be visible at a glance, not buried in detail views
- Reduce clicks - Can users accomplish tasks with fewer taps? Minimize navigation
- Context matters - Group related information together so users see what they need
- Mobile vs Desktop - Optimize for how the app will actually be used (phone-first usually)
- Progressive disclosure - Show overview first, details on demand
Viewing Layouts for Design Review
When reviewing or building screens in the Layout Editor, always switch to Desktop preview unless specifically designing a mobile-only app.
Switch to Desktop Preview
- Look for the device switcher in the Layout preview toolbar (shows phone/tablet/desktop icons)
- Click the Desktop icon to see the full-width layout
- This reveals how components fill horizontal space and how multi-column layouts render
Mobile preview is narrow and hides important layout issues:
- Tables truncate columns
- Multi-column containers collapse
- Side-by-side layouts stack vertically
- Cards show fewer per row
See Below the Fold
To review full page layouts:
- Scroll the preview - Drag or scroll within the preview pane to see content below the fold
- Zoom out browser - Use Cmd/Ctrl + minus (-) to zoom out and see more of the page at once
- Resize browser window - Make the browser window taller to see more content
Always check:
- What users see on first load (above the fold)
- How the full screen flows when scrolled
- Whether important actions are visible or buried
Screen Design Workflow
Each tab in a Glide app has multiple screens that need to be designed. You must navigate to each screen in the Layout Editor to design it - they don't appear automatically.
Screens to Design for Each Tab
- The tab itself - Set its label (1-2 words max) and icon in the Navigation section
- Collection screen - The top-level screen showing the list/grid/table of items
- Detail screen - Click an item in the preview to navigate to and design the detail view
- Edit screen - If editing is enabled, navigate to the edit screen to design the form
- Add/New screen - If adding is enabled, navigate to the add screen to design the new item form
How to Navigate to Each Screen
In the Layout Editor:
- Collection screen: Select the tab in Navigation - this is the default view
- Detail screen: Click any item in the preview panel - the Layout Editor switches to show the detail screen's components
- Edit screen: On the detail screen, click the Edit button/action in the preview - this navigates to the edit form
- Add screen: On the collection screen, click the Add/+ button in the preview - this navigates to the add form
Important: The component list in the left sidebar changes based on which screen you're viewing. Make sure you're on the correct screen before adding or configuring components.
Design Each Screen Thoughtfully
Don't just design the collection screen and leave the rest as defaults:
- Detail screens should be rich and informative - use Title components, organize with Containers, add inline collections for related data
- Edit/Add forms should be well-organized - group related fields, use appropriate input types, add helpful hints
- Collection screens should use the right style for the data (Table, Card, List, etc.)
Each screen type deserves attention. Users will interact with all of them.
Replace Default Components
When you create a "Screen from data", Glide adds generic default components. Delete these defaults and design the screen yourself using components appropriate for the data.
Why replace defaults:
- Default components are generic and don't leverage Glide's rich component system
- They miss opportunities for better UX (Contact buttons for people, Maps for locations, Charts for metrics)
- They don't create visual hierarchy or organization
- The app looks like a template instead of a custom-built solution
How to replace:
- Navigate to the screen (collection, detail, edit, or add)
- Select and delete the default components in the left sidebar
- Add components that match the data and use case
- Organize with Containers, add visual interest with Title components
Examples of better component choices:
| Data Type | Default | Better Choice |
|---|---|---|
| Employee with email/phone | Fields component | Contact component (tap-to-call/email buttons) |
| Address/location | Text field | Map component or Location component |
| Numeric KPIs | Fields component | Big Numbers component |
| Progress/completion | Number field | Progress bar component |
| Person with photo | Image + text | Profile title component |
| Project with banner | Image + text | Cover title component |
| Related items | Hidden or single field | Inline Collection showing all related records |
| Status field | Text | Headline with emoji from If-Then-Else column |
| Long description | Text field | Rich Text component |
| Multiple metrics | Multiple fields | Container with side-by-side Big Numbers |
Detail screen example - Employee:
Instead of default Fields component showing all columns:
- Profile title - photo, name, job title
- Contact component - email and phone with tap actions
- Location component - office address
- Container with:
- Headline "About"
- Rich Text - bio/description
- Container with:
- Headline "Team"
- Inline Collection - other employees in same department
This creates a polished, purposeful screen instead of a data dump.
Collection Styles
This is one of the most important design decisions. The collection style determines how users interact with your data. Always evaluate whether the current style is optimal for the task.
Available Styles
| Style | When to Use |
|---|---|
| Card | Visual layout with images, photos, or rich metadata. Good for browsing, shows multiple fields per item |
| List | Compact and scannable. Shows 2-3 key fields. Best for simple data where users need to scan quickly |
| Table | Data-dense, columnar format. Excellent for comparing values across many rows (prices, dates, quantities) |
| Data Grid | Editable table. Like Table but allows inline editing of data |
| Checklist | For boolean/checkbox fields. Great for task lists and to-dos |
| Calendar | For date-based data. Shows events on a timeline or calendar grid |
| Kanban | For status/workflow data. Organize items by column (e.g., To Do → In Progress → Done) |
| Custom | Build your own layout for specialized use cases |
How to Choose the Right Style
Ask yourself these questions:
- What task are users trying to accomplish?
- Do they need to compare values across items? → Use Table or Data Grid
- Do they need visual context for each item? → Use Card
- Do they need to scan and find quickly? → Use List
- Is there a workflow or status progression? → Use Kanban or Checklist
- Are items date-based? → Use Calendar
Selection Checklist
- Lots of comparable numeric data (prices, quantities, percentages, dates, status codes) → Table or Data Grid
- Rich visual information (images, thumbnails, avatars, descriptions) → Card
- Quick name/title scanning (directories, simple lists) → List
- Task management with workflows (prioritize, move through stages) → Kanban or Checklist
- Calendar/schedule focused (events, appointments, dates) → Calendar
- Need to edit inline (quick updates, bulk changes) → Data Grid
Design Review Tips
When evaluating collection style:
- If a card collection wastes space showing only one field, consider switching to List
- If a list is hard to scan because values are cut off, consider Table
- If items have rich metadata (images, descriptions), ensure Card is showing the relevant fields
- Remember mobile vs desktop - some styles work better on each (Tables are harder on mobile)
- Ask the user: "Would you ever need to compare values side-by-side?" If yes, Table is better
Design Techniques
Status Emojis with If-Then-Else Columns
Add color and visual interest using If-Then-Else computed columns to display status emojis. Users can scan status instantly.
Examples:
- Task status: ✅ Complete, 🔄 In Progress, ⏳ Pending, 🚨 Overdue
- Priority: 🔴 High, 🟡 Medium, 🟢 Low
- Approval: ✅ Approved, ❌ Rejected, ⏳ Pending
- Health: 💚 Good, 💛 Warning, ❤️ Critical
- Rating: ⭐⭐⭐⭐⭐ (chain multiple if-then-else)
How to implement:
- Create an If-Then-Else column
- Set conditions based on status/value
- Return the appropriate emoji
- Display in collection cards, titles, or badges
This adds instant visual scanning without taking up much space.
Hero Icons Column (Experimental)
Use the Hero Icons experimental column to generate dynamic icons by name from the Hero Icons library. These render as images you can display anywhere.
How to use:
- Add a Hero Icons column (under Experimental)
- Set the icon name (e.g., "check-circle", "exclamation-triangle", "user")
- The column outputs an image URL you can bind to Image components
Combine with If-Then-Else for dynamic icons:
- Create an If-Then-Else column that returns icon names based on status
- Feed that into a Hero Icons column
- Display the resulting icon in your UI
Examples:
- Category icons: "folder", "document", "photo", "music"
- Action indicators: "arrow-right", "plus", "pencil", "trash"
- Status icons: "check-circle", "x-circle", "clock", "exclamation-circle"
Browse available icons at: https://heroicons.com
Inline Collections for Multi-Relations
Display multi-relation columns as inline collections on detail screens to improve browsability.
Example: Office detail screen
- Offices table has a relation to Employees (one office → many employees)
- On the Office detail screen, add a Collection component
- Bind it to the Employees relation column
- Users can now see and browse all employees in that office without leaving the screen
This pattern works great for:
- Parent → Children: Project → Tasks, Customer → Orders, Category → Products
- Location → People: Office → Employees, Department → Staff, Team → Members
- Container → Items: Folder → Documents, Playlist → Songs, Cart → Items
How to implement:
- Ensure you have a Relation column linking the tables
- On the detail screen, add a Collection component
- Set the collection's data source to the relation column
- Choose an appropriate style (List, Cards, Table, etc.)
This lets users drill down into related data naturally, making the app feel more connected and explorable.
Number Formatting
A subtle detail that makes apps look more polished: configure formatting on number and math columns.
Settings to check:
- Decimal places: Round to appropriate precision (0 for counts, 2 for currency)
- Units: Add prefix ($, €) or suffix (kg, mi, %)
- Thousands separator: Enable for large numbers (1,000 vs 1000)
Examples:
- Price: 2 decimals, $ prefix → "$29.99"
- Quantity: 0 decimals → "42"
- Percentage: 1 decimal, % suffix → "85.5%"
- Distance: 1 decimal, "mi" suffix → "3.2 mi"
- Weight: 2 decimals, "kg" suffix → "1.50 kg"
How to configure:
- Click on the number/math column
- Look for Format or Display settings
- Set precision, prefix, suffix as needed
This small touch makes data instantly readable and professional.
Screen Design Guidelines
Screen Structure
Collection screens (the top level of most tabs):
- Show a collection (Card, List, Table, Kanban, or Calendar)
- Include filtering, sorting, or search if the data set is large
- Tap an item to drill into its detail screen
Detail screens (showing one item):
- Display the item's full information with well-chosen components
- Include edit and delete actions
- Show related data (inline collections for multi-relations)
- Should be carefully designed with nuance and visual interest
Edit/Add screens (data entry):
- Use form containers with organized form elements
- Group related fields logically
- Include validation and helpful hints
- Should be as thoughtful and polished as detail screens
Building Rich Screens
Glide has a beautiful, diverse component system. Effective screens use it well:
Component Variety: Don't rely on just Fields components. Mix in:
- Title components (Cover, Profile, Image) for visual hierarchy
- Content components (Big Numbers, Progress, Charts) to visualize data
- Text components (Headline, Rich Text) for context and explanations
- Action components (Buttons, Links) for user interactions
- Layout components (Containers, Separators, Spacers) for organization
Screen Density: A well-designed screen typically has 5-15 components. This provides:
- Enough information to be useful without overwhelming
- Room for visual breathing and hierarchy
- Opportunity to highlight what matters most
Multi-Column Layouts: Use Containers to create sophisticated layouts:
- Side-by-side columns for related information
- Left sidebar for navigation, main area for content
- Grid-like layouts for metrics and stats
- Cards within containers for modular designs
Table Design: Tables are data-dense and beautiful when designed thoughtfully:
- Add status emoji columns (If-Then-Else) for visual scanning
- Use icon columns (Hero Icons) for quick identification
- Format numbers properly (decimals, units, thousands separators)
- Add color-coded columns to highlight important values
- Include action columns (Edit, Delete) for direct manipulation
- Consider hiding less-important columns on mobile
Going the Extra Mile
Add nuance and interest:
- Use status indicators (emojis, icons) throughout
- Add visual hierarchy with Headline components
- Include helpful Hint or Rich Text components for context
- Use Separators to group related sections
- Leverage color and styling options in component settings
Maximize the component system:
- Every screen should feel polished, not default
- Think about what would delight the user on this screen
- Use images, avatars, or cover photos when relevant
- Consider charts and visualizations for numeric data
- Add descriptive text, not just raw data
- Include progress indicators or status badges
- Make actions visible and easy to discover
Example: A detail screen showing a project might include:
- Cover image or Profile title with project name
- Headline with status emoji
- Rich Text describing the project
- Big Numbers showing key metrics (budget, timeline)
- Progress bar for completion
- Inline collection of related tasks
- Container with edit/delete buttons
- Separate container with team members
- Charts showing project breakdown
This approach transforms a basic data display into an engaging, useful interface that users want to interact with.
Component Categories
AI Components
| Component | Description |
|---|---|
| Custom (Beta) | AI-powered custom component |
Title Components
| Component | Description |
|---|---|
| Simple | Basic title with text |
| Image | Title with image |
| Profile | User profile header |
| Cover | Full-width cover image |
Collections
| Component | Description |
|---|---|
| Card | Card collection |
| List | List collection |
| Table | Table collection |
| Data Grid | Compact grid collection |
| Checklist | Checkable list |
| Calendar | Calendar view |
| Kanban | Kanban board |
| Custom | Custom collection |
| Comments | Comment thread |
| Chat | Chat interface |
Layout Components
| Component | Description |
|---|---|
| Container | Group components together |
| Separator | Visual divider line |
| Tabs Container (Beta) | Tabbed content |
| Spacer | Empty space |
Text Components
| Component | Description |
|---|---|
| Text | Display text |
| Notes | Note-taking component |
| Rich Text | Formatted text display |
| Hint | Helper text |
| Headline | Large heading |
Content Components
| Component | Description |
|---|---|
| Fields | Display data fields |
| Location | Address/location display |
| Image | Image display |
| Video | Video player |
| Big Numbers | Large metric display |
| Progress | Progress bar |
| Audio | Audio player |
| Audio Recorder | Record audio |
| Map | Interactive map |
| Bar Chart | Bar graph |
| Line Chart | Line graph |
| Chart (Beta) | Flexible chart |
| Radial chart | Pie/donut chart |
Action Components
| Component | Description |
|---|---|
| Button Block | Button with block styling |
| Link | Clickable link |
| Action Row | Row with action |
| Rating | Star rating |
| Button | Standard button |
| Voice Transcription (Beta) | Voice input |
| Contact | Contact buttons |
Form Components
| Component | Description |
|---|---|
| Contact Form | Pre-built contact form |
| Form Container | Container for form fields |
Form Elements
| Component | Description |
|---|---|
| Text Entry | Text input field |
| Date Time | Date and time picker |
| Number Entry | Number input |
| Phone Entry | Phone number input |
| Email Entry | Email input |
| Switch | Toggle switch |
| Image Picker | Image upload |
| File Picker | File upload |
| Date | Date picker |
| Choice | Dropdown/selection |
| Checkbox | Checkbox field |
Advanced Components
| Component | Description |
|---|---|
| Web Embed (Explorer) | Embed external content |
| Breadcrumbs | Navigation breadcrumbs |
| Scanner (Business) | QR/barcode scanner |
| Signature | Signature capture |
| Spinner | Loading indicator |
| Tabs (Beta) | Tab navigation |
Adding Components
- Select a screen in the Layout Editor
- Click "+" in the Components section (left sidebar)
- Use the filter box to search or browse categories
- Click a component to add it to the screen
- Configure in the right panel
Component Configuration
When a component is selected, the right panel shows:
General Tab
- Data binding: Connect to columns
- Label: Display text
- Visibility: Show/hide conditions
Options Tab
- Component-specific settings
- Styling options
- Advanced configuration
Actions
Components can trigger actions on tap/click.
Action Button Ordering
Critical concept: When you add multiple actions to a component, the order in the actions list determines the visual order of buttons in the UI.
The rule: Top action in the list = Leftmost button in the UI
Example:
Actions list order: UI display order:
1. Edit → [Edit] [Email Info] (Edit is leftmost)
2. Email Info
Actions list order: UI display order:
1. Email Info → [Email Info] [Edit] (Email Info is leftmost)
2. Edit
To reorder actions:
- Click and drag the action in the actions list
- Move it above or below other actions
- The UI button order updates automatically
To make an action the primary button:
- Drag it to the top of the actions list, or
- Remove other actions to leave only one
Common use case: Remove the default "Edit" action if you don't want users to edit on that screen, or move it below your custom actions to make your actions more prominent.
Navigation Actions
- Show New Screen - Navigate to a new screen
- Show Form Screen - Open a form
- Go to Tab - Switch to a tab
Data Actions
- Add Row - Create new record
- Set Values - Update data
- Delete Row - Remove record
Other Actions
- Open Link - Open URL
- Show Notification - Display message
- Copy to Clipboard - Copy text
- Compose Email/SMS - Start message
Visibility Conditions
Control when components appear:
Important: Visibility conditions are NOT security features. They only hide UI elements - the data is still downloaded. Use Row Owners for data security.
Example conditions:
- Column value equals/contains
- Current user matches
- Date comparisons
Form Patterns
Basic Form Screen
- Create Form screen
- Form Container is added automatically
- Add form elements inside
- Configure Submit action
Inline Editing
- Add form elements to detail screen
- Bind to columns with write access
- Changes save automatically
Multi-Step Form
- Use Multi-Step form template, or
- Create Custom screen with multiple containers
- Use visibility conditions to show one step at a time
Layout Best Practices
- Use Containers - Group related components
- Add Spacers - Improve visual breathing room
- Consistent styling - Use app appearance settings
- Mobile-first - Design for phone, scales up
- Test different users - Use "Viewing as" dropdown
Screen Navigation Structure
Navigation (Tab Bar)
- Screens shown at bottom on mobile
- Top nav on desktop (if Layout: Top)
- Limited space - keep to 3-5 screens
Menu (Slide-out)
- Accessible via hamburger menu
- Good for secondary screens
- User Profile screen is here by default
Nested Screens
- Created via Show New Screen action
- Not visible in main navigation
- Used for detail views, forms