Easily share StreamElements overlays with your friends. Built with Next.js, NextAuth.js, Vercel, Prisma, and Tailwind.
- 🔗 Create and manage links to share StreamElements overlays
- 🪄 Install overlays at the click of a button
- 🔐 Authentication using NextAuth.js and StreamElements OAuth
- 📊 PostgreSQL database with Prisma ORM
- ✨ Responsive UI and light/dark mode built with Tailwind and shadcn/ui
- 🚀 Deployed using Vercel
git clone https://github.com/sgbj/streamelements-overlays.git
npm install
NEXT_PUBLIC_URL=
STREAMELEMENTS_CLIENTID=
STREAMELEMENTS_CLIENTSECRET=
STREAMELEMENTS_REDIRECTURI=
NEXTAUTH_URL=
NEXTAUTH_SECRET=
POSTGRES_URL=
POSTGRES_PRISMA_URL=
POSTGRES_URL_NON_POOLING=
POSTGRES_USER=
POSTGRES_HOST=
POSTGRES_PASSWORD=
POSTGRES_DATABASE=
npx prisma generate
npx prisma db push
npm run dev