| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Gega Base is a Next.js app for creating lightweight email signup pages. Users can design a hosted template, publish a shareable link, collect email submissions, review subscriber records, and export those records as CSV.
Install dependencies:
yarn installCreate a local environment file:
cp .env.example .env.localAdd the required values:
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
NEXT_PUBLIC_WEBSITE_NAME=http://localhost:3000Run the development server:
yarn devOpen http://localhost:3000.
The app expects Supabase Auth to be enabled and uses public tables for templates, user profiles, and collected emails. It also reads uploaded template images from the profiles storage bucket.
At minimum, configure:
| Back | FazBrowse Home | New Git URL |