Single entry
The Single entry starter (basic in APIs and /api/starters) is the default choice: a single-page app (src/app.ts) with modules, dev server, build, and .ssscript rules/skills. Production build emits one global app.js (single-bundle deploy profile).
The repo template also includes libraries for richer setups when you need them: scroll/viewport patterns, routing helpers (src/lib/pages.ts), and page transitions (src/lib/page-transitions.ts). For multiple production JS entry points (one script per Webflow page), use Multi entry instead.
- Minimal module system and config; single primary production bundle
- Ideal for: embeds, one-off scripts, or learning the stack
See Starters for the full template layout and Projects to create a project.