Carousel Generator is an open-source carousel generator tool that allows you to easily create and customize carousels for your LinkedIn.
? Website
Carousel Generator comes packed with a variety of features to help you create stunning carousels effortlessly:
Visit carouselgenerator.vercel.app to access the Carousel Generator tool.
Customize your carousel settings and add/edit slides as needed.
Download your carousel to post on social media
To get started with Carousel Generator, follow these simple installation steps:
Create your environment file
cp .env.example .envInstall the required dependencies using pnpm:
pnpm ior
npm installCreate the environment variables file:
cp .env.example .env.localand update the values in the .env.local file.
To get an OpenaI API key, use your OpenAI API key
Rate limiting is optional. To enable it, you'll need Vercel KV credentials
NOTE: Remember to include these environment variables on your server if you are deploying this application.
Start the development server:
pnpm devor
npm run devNow you're all set to start using Carousel Generator!
This project is licensed under the MIT License.
Happy carousel generating! If you have any questions or need assistance, feel free to open an issue on GitHub.
Thank you for using Carousel Generator!