Skip to content

silentworks/supabase-by-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supabase by example

These are example projects using supabase in various frameworks. This repo took inspiration from Solid Templates.

Frameworks

  • nextjs
  • remix
  • sveltekit
  • react
  • express (only in Magic Link + Otp SignIn and Reset flow example at the moment)

Getting started

Those templates dependencies are maintained via pnpm via pnpm up -Lri.

This is the reason you see a pnpm-lock.yaml. That being said, any package manager will work. This file can be safely be removed once you clone a template.

These templates are meant to be used as is via the degit utility.

Examples

Replace [framework] with a framework from the supported list of frameworks

npx degit silentworks/supabase-by-example/[framework] project-name
cd project-name
npm install # or pnpm install or yarn install

Magic Link Otp SignIn Flow in Server-side rendering (SSR) environment

Magic Link Otp SignIn Flow

Reset Password Flow in Server-side rendering (SSR) environment

Password Reset Flow

OAuth SignIn Flow in Server-side rendering (SSR) environment

OAuth SignIn Flow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 53.5%
  • CSS 26.8%
  • PLpgSQL 6.5%
  • Svelte 5.0%
  • JavaScript 3.9%
  • HTML 2.6%
  • Pug 1.7%