Core Concepts
A Sublime UI app is built from two halves: a shared core that every platform
Models
A Model is how Sublime UI thinks about your data. If you've used Laravel's
Project Structure
A Sublime UI app keeps a shared core and platform-specific UI. You write
Data & persistence
A Sublime UI Model never talks to a database or an API directly. It talks to
Navigation
In Sublime UI you don't hand-write router code. You describe your navigation as a
Components
A Sublime UI component is one idea โ a Card, a Button โ that knows how to
Theming
Your app's look is driven by one serializable object of design tokens โ a
Native calls
Some things a web bundle simply can't do: read a file off disk, pop a save