Hi,👋 we have updated the app and fixed multiple bugs. We are lacking funds, request to free user not to use Adblock. Ads are non intrusive. 😊

Carousel Studio

Repurpose X Threads into LinkedIn & Instagram Carousels

Canvas & Ratio

Choose your destination platform format


Layout Template

Choose a content structure for your slides


Preset Themes


Typography & Sizing

Title Font Size36px
Body Font Size18px
Header & Footer Size12px

Brand Kit Customization

AGENCY

Configure brand assets for headers & footers

MULTI-PROFILES (AGENCY)
AGENCY
SAVE PRESETS (AGENCY)

Outro Slide CTA

Customize your closing call-to-action slide

#1
#2
#3

Background Pattern

Source Content

Build Your Carousel

Drag and drop any post card below onto a slide, or use the quick buttons to insert content/images instantly!

Drag Post #1
ClaudeDevs
@ClaudeDevs

We’ve added a CLI for Claude Platform to make every API endpoint runnable from your terminal. Call the Messages API, stand up Claude Managed Agents, pipe results straight into your shell. The ant CLI is well understood by coding agents (Claude Code) using the claude-api skill.

VIDEO
Apply Image
Drag Post #2
ClaudeDevs
@ClaudeDevs

For interactive login, the CLI supports "ant auth login". This runs a browser OAuth flow, scopes the token to a workspace, and stores it for you. That one credential is then used by the CLI (and even the SDKs) to authenticate your API calls.

Apply Image
Drag Post #3
ClaudeDevs
@ClaudeDevs

Every API resource is a subcommand, including messages, models, and files. Build requests from typed flags or piped YAML, inline a file with @.path, reshape any response with --transform. Output as json, yaml, jsonl, or explore (default) for a TUI you can fold and search.

VIDEO
Apply Image
Drag Post #4
ClaudeDevs
@ClaudeDevs

Use the ant CLI to create and update Claude Managed Agents, locally or from CI. Version control your agent as YAML in Git and have CI run "ant beta:agents update" to sync changes to the Claude Platform.

VIDEO
Apply Image
Drag Post #5
ClaudeDevs
@ClaudeDevs

The CLI can kick off a Managed Agents session, send it an event, and the agent goes to work: reasoning, calling tools, working toward an answer. When it's done (or stuck), pull the trace: every event, every tool call, every decision is retrievable from the same CLI.

VIDEO
Apply Image
Drag Post #6
ClaudeDevs
@ClaudeDevs

Claude Code knows how to use ant using the built-in "/claude-api" skill Ask it to list your sessions, upload a folder of PDFs, or debug a run. It shells out to the CLI and reads the results back without any glue code. Install with brew, curl, or go: <a target="_blank" href="https://platform.claude.com/docs/en/api/sdks/cli" color="blue">platform.claude.com/docs/en/api/sd…</a>