Read the archived repository to understand historical Sapper patterns if you are maintaining a legacy Sapper project.
Migrate an existing Sapper app to SvelteKit by using this repo as a reference for the original routing and structure conventions.
Deprecated, do not use for new projects, migrate to SvelteKit instead.
Sapper was a framework for building web applications using Svelte, a JavaScript tool for creating user interfaces. It handled the parts of a web project that go beyond a single page, like routing between pages, server-side rendering, and generating static sites. The project has been officially deprecated and is no longer actively developed. The README directs users to SvelteKit, Sapper's successor and the now-recommended way to build Svelte applications. SvelteKit covers the same ground as Sapper with a more complete and maintained foundation. The repository is archived and kept available for historical reference and for projects that were built on Sapper before the transition. No new features are being added. The README is brief, containing only the deprecation notice, a link to the successor project, and a note about financial support for the Svelte ecosystem via OpenCollective.
← sveltejs on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.