Skip to content

[Feature]: Add SvelteKit blueprint to /examples #27

Description

@devi5040

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?

  • Yes, I'd like to work on this
  • No, just suggesting

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions