Builder
Pages — swipeable screens on the car
Pages are the screens your users swipe through on the car's head unit. Each page is a full canvas with its own background color/image and set of widgets.
Canvas Size:
When you create a new project, you choose your canvas size from presets (1280x800, 1280x720, 1024x600, and more) or enter a custom size. This should match your head unit's screen resolution. If the theme's canvas size doesn't match the device, the launcher scales it automatically.
IMPORTANT: All pages get pushed together in one .saint file. They are the multi-screen experience on the car.
Example:
- Page 1: Driving — clock, speed, map, weather, trip stats
- Page 2: Music — album art, controls, visualizer, music app shortcuts
- Page 3: Communications — phone, contacts, quick dial, messages
- Page 4: Controls — settings, audio mixer, WiFi/Bluetooth toggles
On the car, users swipe left and right to navigate between pages. Page wrap-around is available (swipe past the last page to return to the first) — configurable in launcher settings.
How to Manage Pages:
- Use the page bar at the bottom of the canvas
- Click + to add a new page
- Double-click a page tab to rename it
- Right-click for options: delete, duplicate, merge with next page
- Delete any page — the builder will merge its widgets with the next page if needed
- Full undo/redo support for all page operations
Pages vs Styles — Know the Difference:
• Pages = swipeable screens on the car. ALL pages ship together in one theme.
• Styles = design variations (dark/light). Only the ACTIVE style gets exported.
If you want the user to swipe between a driving screen and a music screen → use Pages.
If you want to offer a dark and light version of the same layout → use Styles.
Last updated: Apr 5, 2026