{"id":20929867,"url":"https://github.com/franciscomoretti/carousel-generator","last_synced_at":"2025-06-20T17:34:40.004Z","repository":{"id":189221351,"uuid":"680264349","full_name":"FranciscoMoretti/carousel-generator","owner":"FranciscoMoretti","description":"🖼️ AI carousel maker for LinkedIn","archived":false,"fork":false,"pushed_at":"2024-09-29T09:58:47.000Z","size":5198,"stargazers_count":94,"open_issues_count":2,"forks_count":38,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-30T08:07:12.026Z","etag":null,"topics":["carousel","editor","generator","linkedin","maker","nextjs","react","slides","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://carouselgenerator.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FranciscoMoretti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-18T18:46:07.000Z","updated_at":"2025-03-28T19:28:34.000Z","dependencies_parsed_at":"2023-08-18T21:30:36.129Z","dependency_job_id":"6fdd3535-fa0a-4e65-9880-08bb47e2620a","html_url":"https://github.com/FranciscoMoretti/carousel-generator","commit_stats":null,"previous_names":["franciscomoretti/carousel-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FranciscoMoretti%2Fcarousel-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FranciscoMoretti%2Fcarousel-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FranciscoMoretti%2Fcarousel-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FranciscoMoretti%2Fcarousel-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FranciscoMoretti","download_url":"https://codeload.github.com/FranciscoMoretti/carousel-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250581243,"owners_count":21453624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["carousel","editor","generator","linkedin","maker","nextjs","react","slides","tailwindcss","typescript"],"created_at":"2024-11-18T21:24:23.906Z","updated_at":"2025-04-24T07:24:13.977Z","avatar_url":"https://github.com/FranciscoMoretti.png","language":"TypeScript","readme":"# Carousel Generator\n\n**Carousel Generator** is an open-source carousel generator tool that allows you to easily create and customize carousels for your LinkedIn.\n\n🔗 [Website](https://carouselgenerator.vercel.app)\n\n## AI Demo\n\nhttps://github.com/FranciscoMoretti/carousel-generator/assets/16997807/50cb033d-84d5-4214-93aa-45c6f524d0b1\n\n## Features\n\nCarousel Generator comes packed with a variety of features to help you create stunning carousels effortlessly:\n\n- 🪄 Generate carousels with AI\n- ✍️ Forms powered by [react-hook-form](https://react-hook-form.com/)\n- 🎨 Sleek UI components from [Shadcn/ui](https://ui.shadcn.com/)\n- ✅ Input validation using [ZOD](https://zod.dev/)\n- 🌐 Responsive layout for various screen sizes\n- 🔄 Automatic updates on changes\n- 🍥 Icons from [Lucide Dev](https://lucide.dev/)\n- 🆎 Titles auto-balance (no orphan words)\n- 💾 Data persists with browser refresh\n- ⚙️ Configure the carousel with various settings\n- ➕ Add, remove, or reorder slides with ease\n- 🖼️ Different types of slides, including Intro, Content, and Outro\n- 📤 Export and Import settings\n- 📥 Export and import slide content\n- 😃 Support for emojis to spark joy with your carousels\n- 📝 Select fonts for titles and content to match your style\n\n## Usage\n\n1. Visit [carouselgenerator.vercel.app](https://carouselgenerator.vercel.app) to access the Carousel Generator tool.\n\n2. Customize your carousel settings and add/edit slides as needed.\n\n3. Download your carousel to post on social media\n\n## Installation\n\nTo get started with Carousel Generator, follow these simple installation steps:\n\n1. Create your environment file\n\n   ```bash\n   cp .env.example .env\n   ```\n\n2. Install the required dependencies using `pnpm`:\n\n   ```bash\n   pnpm i\n   ```\n\n   or\n\n   ```bash\n   npm install\n   ```\n\n3. Create the environment variables file:\n\n   ```bash\n   cp .env.example .env.local\n   ```\n\n   and update the values in the `.env.local` file.\n\n   To get an OpenaI API key, use [your OpenAI API key](https://platform.openai.com/account/api-keys)\n\n   Rate limiting is optional. To enable it, you'll need [Vercel KV credentials](https://vercel.com/docs/storage/vercel-kv/quickstart#quickstart)\n\n   NOTE: Remember to include these environment variables on your server if you are deploying this application.\n\n4. Start the development server:\n\n   ```bash\n   pnpm dev\n   ```\n\n   or\n\n   ```bash\n   npm run dev\n   ```\n\nNow you're all set to start using Carousel Generator!\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\nHappy carousel generating! If you have any questions or need assistance, feel free to [open an issue](https://github.com/FranciscoMoretti/carousel-generator/issues) on GitHub.\n\n🚀 Thank you for using Carousel Generator!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffranciscomoretti%2Fcarousel-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffranciscomoretti%2Fcarousel-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffranciscomoretti%2Fcarousel-generator/lists"}