https://www.youtube.com/watch?v=EuOke4wPCXg
Hi 🤙 In this 8 hour video you'll learn how to build a SaaS application for automatically creating POV-style YouTube thumbnails. You'll be able to build along with me from project setup to Vercel deployment.
Features: 🤖 AI Background Removal 🖼 Thumbnails Templates 🪣 S3 Bucket Integration 💳 Stripe Integration 💰 Credit System 📤 Image Uploader 🔑 Sign Up And In ✨ Sleek Landing Page 🚀 Vercel Deployment 📊 Postgres Database
Follow these steps to install and set up the project.
git clone https://github.com/Andreaswt/thumbnails.git
cd thumbnails
Download and install Node.js if not already installed. Use the link below for guidance on installation via package manager: Node.js Download
npm install
Create a .env
file in the root of the project and add the necessary environment variables listed in env.js
.
npm run dev
Open your browser and visit: http://localhost:3000