SST SvelteKit Starter

This is a starter template for a full stack application with SvelteKit and SST, built and maintained by Okupter.

SST is a framework that makes it easy to build serverless apps on AWS. It provides a simple, composable, and framework agnostic stacks to define your serverless infrastructure.

What's Included

The repository contains the following:

  • src/ - A SvelteKit application
  • sst/ - The SST infrastructure
    • sst/stacks: A collection of stacks that define the infrastructure
      • API
      • Authentication
      • RDS Database
      • SvelteKit site
      • S3 Bucket

Getting Started

Install the dependencies

pnpm install

Update the environment variables

Copy the .env.example file to .env and update the values.

The AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY are your AWS account IAM user (with programmatic access) credentials.

Follow this guide to create an IAM user for SST with the proper permissions: https://sst.dev/chapters/create-an-iam-user.html.

Once these environment variables are set, SST will automatically load them inside the local Live Lambda.

Google OAuth

The starter uses Google with OAuth oidc for authentication.

For this to work, you need to create an application on https://console.cloud.google.com, create an OAuth Client, and an OAuth consent screen, and update the .env file with the GOOGLE_API_CLIENT_ID.

After you udpate the Google environment variable, run the following command:

pnpx sst secrets set GOOGLE_API_CLIENT_ID google_api_client_id

to set the secret into SST's config secrets.

Update the OAuth Authorized domains and callback URL

Development

In development, you can run SST's Live Lambda to run the application locally.

pnpm sst dev

This will ask you to choose a stage for the application. The stage is a sort of workspace that SST create to prefix all the resources with; to avoid name collisions.

In another terminal, run the SvelteKit application:

pnpm dev

You can now access the SST Console at this URL: https://console.sst.dev/sst-sveltekit-starter.

The sst-sveltekit-starter is the name of the SST infrastructure that was defined in sst.config.ts.

Deployment

To deploy the application to AWS, run the following command:

pnpm sst deploy --stage prod

This will make the deployement and output the application and API URLs.

Update the OAuth callback URL

From the previous step, you should have the API URL.

Next Steps

They are a few things on the roadmap for this starter:

  • Create a walkthrough video guide
  • Add a basic CRUD with a new RDS table and relational data
  • Setup a CI/CD pipeline with GitHub Actions
  • Add new authentication providers (GitHub, Magic Link)

Top categories

svelte logo

Want a Svelte site built?

Hire a Svelte developer
Loading Svelte Themes