Legal
Vela includes a privacy policy and terms of service generator to create a demo privacy policy and terms of service for your application.
Generated pages
The pages are written to a (legal) group inside the project’s (public) routes, or directly under src/routes in a project that has no (public) group, and are served at /privacy and /terms.
Both work in any SvelteKit project. In a project without Tailwind CSS the utility classes are left out of the markup, so the browser’s own heading and list styles apply. The page title and description are set in a +page.ts when the project has svelte-meta-tags; without it they go in a <svelte:head> in the page and no +page.ts is written.
Create a demo privacy policy for the application.
Create a demo terms of service for the application.