Back to Templates

Turborepo Svelte starter
This Turborepo starter is maintained by the Turborepo core team.
Using this example
Run the following command:
What's inside?
This Turborepo includes the following packages/apps:
Apps and Packages
- docs: a svelte-kit app
- web: another svelte-kit app
- ui: a stub Svelte component library shared by both- weband- docsapplications
- eslint-config-custom:- eslintconfigurations (includes- eslint-plugin-svelteand- eslint-config-prettier)
Each package/app is 100% TypeScript.
Utilities
This Turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
Related Templates
Turborepo & Next.js Starter
This is an official starter Turborepo with two Next.js sites and three local packages

Monorepo with Turborepo
Learn to implement a monorepo with a two Next.js sites that has installed three local packages.

SvelteKit Boilerplate
A SvelteKit app including nested routes, layouts, and page endpoints.
