# Open Carrusel: AI-Powered Instagram Carousel Builder with Claude

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Source: osrepos.com
Repository profile: https://osrepos.com/repo/hainrixz-open-carrusel
Generated for open source discovery and AI-assisted research.

Open Carrusel is an open-source, local-first tool for creating Instagram carousels. It leverages AI, specifically Claude, to design pixel-perfect, on-brand slides through natural language chat. Users can export their carousels as PNGs, perfectly sized for Instagram, offering a unique and efficient design workflow.

GitHub: https://github.com/Hainrixz/open-carrusel
OSRepos URL: https://osrepos.com/repo/hainrixz-open-carrusel

## Summary

Open Carrusel is an open-source, local-first tool for creating Instagram carousels. It leverages AI, specifically Claude, to design pixel-perfect, on-brand slides through natural language chat. Users can export their carousels as PNGs, perfectly sized for Instagram, offering a unique and efficient design workflow.

## Topics

- AI
- Instagram
- Carousel
- Claude
- TypeScript
- Next.js
- Local-first
- Content Creation

## Repository Information

Last analyzed by OSRepos: Mon May 18 2026 16:52:46 GMT+0100 (Western European Summer Time)
Detail views: 24
GitHub clicks: 12

## Safety Notice

OSRepos shares public repositories for knowledge and discovery only. Review source code, dependencies, licenses, and security implications before running or installing anything.

## Content

## Introduction

Open Carrusel is an innovative, open-source, and local-first tool designed to streamline the creation of Instagram carousels. It empowers creators to generate pixel-perfect, on-brand slides by interacting directly with Claude, an advanced AI model. This project aims to free users from the constraints of expensive closed-source tools or time-consuming manual design processes, offering a unique approach where AI crafts real HTML/CSS slides that are then exported as exact Instagram-dimension PNGs. Everything runs on your local machine, ensuring privacy and control over your data.

## Installation

Getting started with Open Carrusel is quick and straightforward, especially with the recommended one-command path.

### One-command path (recommended)

1.  **Install [Claude Code](https://docs.anthropic.com/en/docs/claude-code){:target="_blank"}** and authenticate.
2.  **Clone and open the repo** in Claude Code:
    bash
    git clone https://github.com/Hainrixz/open-carrusel.git
    cd open-carrusel
    claude
    
3.  In the Claude Code prompt, type:
    
    /start
    
    This command handles dependency installation, starts the dev server, and opens your browser, allowing you to begin designing carousels immediately.

### Manual path (if you don't use Claude Code)

bash
git clone https://github.com/Hainrixz/open-carrusel.git
cd open-carrusel
npm run setup        # installs deps + seeds /data/
npm run dev          # starts http://localhost:3000

Note that the AI chat functionality requires Claude Code to be installed, but the editor and export features remain available for static slides.

## Examples

Open Carrusel features a highly intuitive three-panel editor designed for an efficient workflow. On the left, you'll find the chat panel where you interact with Claude to generate and refine your slides. The center displays a live preview of your carousel, showing changes in real-time. At the bottom, a drag-reorderable filmstrip allows you to easily manage the sequence of your slides.

You can initiate slide generation with simple prompts, such as "Make me a 5-slide carousel about productivity habits, bold sans-serif, dark mode, accent red." Claude will stream the HTML slides directly into your filmstrip. Iteration is also seamless, allowing you to refine individual slides with commands like "Make slide 3 more minimal" or "Change the accent to teal." The tool supports three Instagram aspect ratios, brand configuration, templates, reference image uploads, and one-click export of pixel-perfect PNGs.

## Why Use Open Carrusel?

Open Carrusel offers compelling advantages for content creators:

*   **AI-Powered Creativity:** Leverage Claude's intelligence to design unique, on-brand, and pixel-perfect slides without wrestling with templates or manual design.
*   **Local-First Privacy:** All your work, including slides, brand configurations, and uploads, remains on your local machine. No data is sent to external clouds you don't control, ensuring complete privacy and ownership.
*   **Open Source Freedom:** Released under the MIT license, Open Carrusel provides full transparency and flexibility. Fork it, customize it, or integrate it into your workflow without subscriptions or vendor lock-in.
*   **Efficiency and Control:** Say goodbye to hours spent on design. Chat-based generation and instant export at exact Instagram dimensions save significant time, allowing you to focus on content.

## Links

*   **GitHub Repository:** [https://github.com/Hainrixz/open-carrusel](https://github.com/Hainrixz/open-carrusel){:target="_blank"}
*   **Claude Code Documentation:** [https://docs.anthropic.com/en/docs/claude-code](https://docs.anthropic.com/en/docs/claude-code){:target="_blank"}
*   **Tododeia (Maker's Website):** [https://www.tododeia.com](https://www.tododeia.com){:target="_blank"}