The Smartest Way to Build SvelteKit powered static websites.
# On OSX and Linux
$ brew tap sveltinio/sveltin
$ brew install sveltin
# Check the documentation
# for other OS and methods
# Create a new project
$ sveltin new myWebsite
$ cd myWebsite
# Install dependencies
$ sveltin install
# Create a public page
$ sveltin new page contact --type svelte
# Create a 'posts' resource
$ sveltin new resource posts
# Add new content
$ sveltin new content posts/welcome
# Add a 'category' metadata
$ sveltin new metadata category -t single -r posts
# Run the server
$ sveltin server
What is Sveltin?
Sveltin is a CLI. Created to boost the developers productivity working on SvelteKit powered static websites.
Super Fast CLI
Simple and Fast
- Scaffold your site
- Create content
- Add & manage metadata
- Add pages
- Generate Menu
- Generate Sitemap/RSS
Ready to Use components
Batteries Included
- TOC
- Card
- Google Fonts
- Google Analytics
- Media Content
- and more
ADAPTED TO YOU
Compose
- Markdown
- Svelte
Be reachable online
SEO Ready
- Metadata
- Json-Ld
- OpenGraph
- TwitterCard
- RSS
Use your own style
Theming
- Vanilla CSS
- Sass / SCSS
- Tailwind CSS
- Bulma
- Bootstrap
For All By All
Open Source
- Free
- Apache license 2.0
- Accessible