import Link from "next/link"; export default function Home() { return (

Supabase Auth + Storage

Experience our Auth and Storage through a simple profile management example. Create a user profile and upload an avatar image. Fast, simple, secure.

Auth page
) }