Introduction

This guide will walk through the steps required to get your SvelteKit site built, editable and live on CloudCannon.

SvelteKit is a JavaScript web-app framework focused on fast development, build speeds and page loads. SvelteKit sites are built with Svelte, a powerful component framework with a large and adoring fan-base. Svelte compiles your components at build time, which means Svelte components are lightweight and load extremely quickly in the browser. This also makes SvelteKit a great choice for building high-performance static sites.

CloudCannon makes it easy to store your content in your Git Repository and have non-developers update it. There’s no need to teach people about front matter, markdown or Git.

Open in a new tab