KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
Supabase-Auth-With-SSR
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
supabase-auth-rs
:
Supabase auth client implemented in rust. Currently in beta, with the goal of feature parity with the current official client libraries. https://github.com/supabase-community
streamlit-supabase-auth
:
No description available.
auth-go
:
A Golang client library for the Supabase Auth API.
website
:
Unofficial reviews site for Georgia Tech's Online Master of Science (OMS) programs. Contact: gt.omshub@gmail.com
sk-supabase-auth
:
Learn how to add Supabase Authentication to your SvelteKit application.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Supabase-Auth-With-SSR
?
Download (.md)
# Next Level Auth Next.js 14 - @supabase/ssr ## About This is a Starter Template Every line of code is open source, offering a collaborative learning experience. Join us on this coding journey and contribute to the future of web development! # Features - Nextjs 14 (latest) - App router - Supabase - Supabase with Authentication - Dark, Light and System - Color theme mode - SEO Optimized - Styled using **Tailwind CSS** - UI Components built using **Shadcn UI (Radix UI)** - Validations using **Zod** - Written in **TypeScript** ## Getting Started 1. Install dependencies using pnpm: ```bash npm install # or yarn install # or pnpm install ``` <br /> 2. Copy `.env.example` to `.env.local` and update the environment variables. <br /> 3. Start the development server: ```bash npm run dev # or yarn dev # or pnpm dev ``` <br /> Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can start editing the page by modifying `app/(main)/page.tsx`. The page auto-updates as you edit the file. This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. ## Learn More To learn more about Next.js, take a look at the following resources: - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. ## Deploy on Vercel The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.