To showcase your innovations and empower developer tools across the web!
To enable social login features, follow the guides below for each platform:
- GitHub login: Simply configure your Supabase settings. For detailed instructions, refer to the Supabase GitHub OAuth Guide - you need only to configure Supabase
- Google login: Follow the steps outlined in the Supabase Google OAuth Guide
- More Providers: For a complete list of all available social login methods, consult the Supabase Social Login documentation
These guides will walk you through the necessary configurations for enabling OAuth-based social logins.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.