https://github.com/nikoandpiko/nextjs-supabase-demo
Just demonstrating NextJS15 SSR and Supabase integration capabilities
https://github.com/nikoandpiko/nextjs-supabase-demo
Last synced: 2 months ago
JSON representation
Just demonstrating NextJS15 SSR and Supabase integration capabilities
- Host: GitHub
- URL: https://github.com/nikoandpiko/nextjs-supabase-demo
- Owner: nikoandpiko
- Created: 2025-02-05T15:26:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T16:59:16.000Z (2 months ago)
- Last Synced: 2025-04-01T17:53:15.723Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js Supabase SSR Demo
This is a **Next.js** application integrated with **Supabase** to demonstrate **server-side rendering (SSR)** and **authentication**. It shows how to set up Supabase for user authentication, manage sessions, and perform CRUD operations on a PostgreSQL database. It'll probably do more in the future.
The app uses the `@supabase/ssr` package to handle server-side authentication and session management efficiently.
## Getting Started
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.