Open Carrusel: AI-Powered Instagram Carousel Builder with Claude

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

Open Carrusel: AI-Powered Instagram Carousel Builder with Claude

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.

Repository Information

Analyzed by OSRepos on May 18, 2026

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

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 and authenticate.
  2. Clone and open the repo in Claude Code:
    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)

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

Related repositories

Similar repositories that may be relevant next.

agent-plugins: A Marketplace for AI Coding Assistant Skills

agent-plugins: A Marketplace for AI Coding Assistant Skills

September 7, 2026

agent-plugins is a tool-neutral marketplace offering ready-to-install bundles that enhance AI coding assistants. It provides curated skills, tool connections, and specialist roles for developers using VS Code, GitHub Copilot CLI, or Claude Code. This repository simplifies the process of integrating advanced AI capabilities into your development workflow.

AIPluginsAgent
Ralph Orchestrator, An Advanced Framework for Autonomous AI Agent Orchestration

Ralph Orchestrator, An Advanced Framework for Autonomous AI Agent Orchestration

September 6, 2026

Ralph Orchestrator is a robust, Rust-based framework designed for autonomous AI agent orchestration. It implements the innovative "Ralph Wiggum technique," a methodology focused on continuous iteration to ensure AI agents complete complex tasks effectively. This powerful tool supports multiple AI backends and offers features like a "hat system" for specialized personas and human-in-the-loop interaction via Telegram.

AIAI AgentsOrchestration
AgentFS: The Filesystem Designed for AI Agents and Their State Management

AgentFS: The Filesystem Designed for AI Agents and Their State Management

September 5, 2026

AgentFS is an innovative filesystem specifically engineered for AI agents, providing robust storage abstractions. It leverages SQLite to offer auditability, reproducibility, and portability for agent states, tool calls, and file operations. This solution simplifies debugging, analysis, and deployment of AI agents by encapsulating their entire runtime into a single, queryable database file.

agentsfilesystemsqlite
CQ: An Open Standard for Shared Agent Learning by Mozilla.ai

CQ: An Open Standard for Shared Agent Learning by Mozilla.ai

September 5, 2026

CQ is an open standard designed to prevent AI agents from repeatedly making the same mistakes by enabling them to persist, share, and query collective knowledge. It facilitates a structured exchange of ideas, allowing agents to learn from each other's experiences and accelerate development. This system helps agents avoid redundant debugging and discover solutions more efficiently.

agentsgopython

Source repository

Open the original repository on GitHub.

20 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️