zaurbek-stark / superviral-ai

AI generator that creates viral video ideas, scripts, and thumbnails.

Home Page:https://superviral-ai.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SuperViral AI

This chat app helps you generate viral video ideas, scripts, and thumbnails. You can customize each of these as much as you want until you are satisfied.

This project is built using Nextjs. It utilizes the Claude 3 Opus model for text generation and OpenAI Dall-E 3 for thumbnail generation.

app demo

Learn AI development

This project is built by Zaurbek Stark (The Codebender).

This was built as part of a challenge in the Codebender AI Bootcamp. Learn how to build projects like these here: https://lastcodebender.com/bootcamp

Getting Started

First, duplicate the .env file into a new file named .env.local. Update the value of your OpenAI API key there.

The first time you are running this project, you will need to install the dependencies. Run this command in your terminal:

yarn

To start the app, run:

yarn 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.

Deploy on Vercel

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.

About

AI generator that creates viral video ideas, scripts, and thumbnails.

https://superviral-ai.vercel.app


Languages

Language:TypeScript 68.6%Language:CSS 29.7%Language:JavaScript 1.7%