Skip to content

shotstack/rapidreels

Repository files navigation

RapidReels

RapidReels is an application that allows you to create faceless TikTok videos using generative AI.

View demo: https://rapidreels.vercel.app/

Getting Started

Install dependencies

First, install the required dependencies:

yarn

Configure API keys

You require a Shotstack and OpenAI production API key. Copy these to env.local.dist and rename to env.local.

Run development server

You can run a development server on localhost:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Deploy on Vercel

You can deploy this application directly to Vercel.

Deploy with Vercel