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
Daniel San
@dani_avila7

The advisor tool in Claude Code, how it works… Bookmark this for later The common setup is Sonnet as the executor, with Haiku for subagents or simple skills The advisor pairs Opus on top of either one Your main model runs the whole task. When it hits a decision it can’t resolve alone, it consults Opus for guidance, then keeps going You stay at executor cost most of the time and only pay Opus rates on the calls that actually need it Enable it with /advisor or set a persistent default in settings.json: "advisorModel": "claude-opus-4-8"

Apply Image
Drag Post #2
Daniel San
@dani_avila7

What happens under the hood when it fires: The executor emits the advisor call with empty input, It only signals timing The server forwards your full transcript (system prompt, every tool call, every result) to Opus on a separate inference pass Opus runs with no tools and no context management, Its thinking is dropped Only the advice text comes back, injected as an advisor_tool_result the executor reads before continuing All of it inside a single request 👇

Apply Image