SvelteKit without SSR or rather Svelte

This page summarizes the projects mentioned and recommended in the original post on /r/sveltejs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SvelteKit

    web development, streamlined (by sveltejs)

  • When you switch to SPA mode using adapter-static in your config, the server-side router is disabled but the client-side router works the same. You’ll have access to all the router features as SvelteKit’s default SSR mode, minus the obvious things you can only do on the server and any server-related things you have explicitly added. Also, you’re responsible for having your own server direct all requests to the fallback page of your choosing. Here’s some more details on SPA mode and how to set that up.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts