What problem does this solve?
Scaffinity currently lacks an example blueprint for SvelteKit.
Providing one would help users quickly scaffold SvelteKit projects while expanding the collection of officially supported community blueprints.
Proposed solution
Add a new sveltekit.json blueprint under /examples following the same conventions as the existing blueprints.
The blueprint should include the default SvelteKit project layout, including:
src/routes
src/lib
app.html
vite.config.ts
svelte.config.js
.gitignore
package.json
Update the Community Blueprints section in the README to include the new blueprint.
Alternatives considered
Users can create custom blueprints themselves, but providing an official example makes onboarding easier and encourages community contributions.
Would you be willing to open a PR for this?
What problem does this solve?
Scaffinity currently lacks an example blueprint for SvelteKit.
Providing one would help users quickly scaffold SvelteKit projects while expanding the collection of officially supported community blueprints.
Proposed solution
Add a new
sveltekit.jsonblueprint under/examplesfollowing the same conventions as the existing blueprints.The blueprint should include the default SvelteKit project layout, including:
src/routessrc/libapp.htmlvite.config.tssvelte.config.js.gitignorepackage.jsonUpdate the Community Blueprints section in the README to include the new blueprint.
Alternatives considered
Users can create custom blueprints themselves, but providing an official example makes onboarding easier and encourages community contributions.
Would you be willing to open a PR for this?