"Flow Builder
A simple app built with Next.js 14, TypeScript, Tailwind CSS, and Supabase.
- ✅ User Sign Up
- ✅ User Sign In
- ✅ User Sign Out
- ✅ Supabase for authentication backend
- Frontend Framework: Next.js 14 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS
- Authentication: Supabase Auth
- Package Manager: npm
- Node.js 18+ installed
# Install dependencies
npm installnpm run devOpen http://localhost:3000 in your browser.
For my cute devs: By default, Supabase requires email confirmation. To disable this for development:
- Go to your Supabase project
- Navigate to Authentication → Settings
- Disable "Enable email confirmations"
MIT"