Browse
The Store
This storefront is tended by Skeleton Labs and provides a number of premium products intended for use with the Skeleton UI toolkit.
Licensing
Templates have three license options, each presented below. Template licenses cannot be upgraded at this time, so take care to choose the option that aligns with your intended use case. Once purchased, the template license will be indicated on the line item within your email receipt.
Personal
Intended for use within your own personal or hobby projects.
- Single application
- Limited to 1 domain
- Includes free updates
- Includes documentation
Commercial
Intended for use within commercial organizations and agencies.
- Multi application
- Unlimited domains
- Includes free updates
- Includes documentation
Enterprise
Reserved for large scale use and extended redistribution. Please contact Skeleton Labs for more information.
Contact UsFAQs
General
Templates
Installing Templates
You can install website templates through one of the two options detailed below.
Method 1: CLI Install
1. Download the zip file from the checkout page or provided within your email receipt.
2. Use NPM (or similiar) to run the CLI and point at the local unzipped template files.
npm create skeleton-app@latest --skeletontheme=./path/to/unzipped/template/
3. Follow the CLI instructions. Note that Typescript is required for all templates.
Method 2: Manual Install
1. Download the zip file from the checkout page or provided within your email receipt.
2. Rename the unzipped file to your desired name. (ex: my-blog)
3. Point your terminal at the contents of the unzipped directory.
4. Use NPM (or similiar) to install all package depdencies.
npm install
5. Start your local SvelteKit dev server.
npm run dev
6. Point your browser at the local server address shown in the terminal:
http://localhost:5173/
Support
If you need additional support, please contact Skeleton Labs at admin@skeleton.dev