Starters
When you create a new project, you choose a starter (template). Each starter gives you a different base structure and tooling suited to the kind of site or flow you want to build.
Starters
Section titled “Starters”Basic — Minimal single-page setup with the essentials. Best for small embeds, one-off scripts, or learning the stack.
Animation — Tuned for scroll- and viewport-driven animations. Includes observe/onTrack and scroll subscriptions for reveal effects and progress-based UI.
Multi page — Structure for multiple pages or routes with shared layout and navigation. Best for marketing sites, docs, or multi-section flows.
Page transition — Multi-page with animated transitions between routes. Uses onPageIn/onPageOut and lifecycle-aware animations for app-like navigation.
To create a project with a specific starter, use Create project on the entry screen and pick the starter you need. See Projects for more on creating and opening projects.