Is sqlite the easiest backend to use with Sveltekit for a simple web app?

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • pocketbase

    Open Source realtime backend in 1 file

  • neon

    Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage.

    The tricky thing about databases, is that they need to live somewhere. You basically have two options: 1. host a DB yourself (whether it's sqlite, postgres, mysql, mongo, etc.) you manage the config and host it on a VPS or dedicated computer (with companies like DigitalOcean, Hetzner, etc.) With this option, your frontend would be in vercel, and would communicate to your DB that's hosted elsewhere. 2. You let someone else run your database for you, and pay per CPU hour, disk space, reads, writes, etc. Lots of providers like planetscale, fyl.io, digitalocean managed DBs, firebase, coachroachdb, supabase, etc. Vercel even just launched some DBs you can use (based on neon.tech).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

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