Carousel Studio

Repurpose X Threads into LinkedIn & Instagram Carousels

Thread Truncated (Cap Enforced)

Only the first 20 tweets are unrolled into slides to ensure reliable PDF exporting and high server performance.

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
Alex Nguyen
@alexcooldev

Currently, TikTok is heavily boosting views and engagement for slideshows, you can check out these channels.

Apply Image
Drag Post #2
Alex Nguyen
@alexcooldev

Apply Image
Drag Post #3
Alex Nguyen
@alexcooldev

Apply Image
Drag Post #4
Alex Nguyen
@alexcooldev

Apply Image
Drag Post #5
Alex Nguyen
@alexcooldev

Apply Image
Drag Post #6
Alex Nguyen
@alexcooldev

## Why this stack

Drag Post #7
Alex Nguyen
@alexcooldev

Slideshows are the highest leverage format on TikTok right now:

Drag Post #8
Alex Nguyen
@alexcooldev

• Algorithm still pushes them aggressively (cheap content, infinite supply problem on TT's side)

Drag Post #9
Alex Nguyen
@alexcooldev

• No filming, no editing, no face required

Drag Post #10
Alex Nguyen
@alexcooldev

• Hook-driven → you can A/B test 50 hooks/day

Drag Post #11
Alex Nguyen
@alexcooldev

• Draft uploads bypass most bot detection that hits the direct-publish API

Drag Post #12
Alex Nguyen
@alexcooldev

The bottleneck was never ideas. It was the assembly line. Hook → niche → image direction → 8 slide compositions → caption → schedule. Doing this manually = 20 mins per post. For 30 accounts = a full-time job you hate.

Drag Post #13
Alex Nguyen
@alexcooldev

Hermes Agent is the right tool because it's not a framework you npm install and wire up it's an autonomous CLI agent that lives wherever you put it (my $5 Hetzner box), with built-in skills, cron, MCP, and subagent delegation. The whole pipeline is just <b>skills that the agent loads + cron jobs that fire them on schedule</b>. No queue infrastructure, no worker pool to manage.

Drag Post #14
Alex Nguyen
@alexcooldev

## Step 1: Install Hermes Agent

Drag Post #15
Alex Nguyen
@alexcooldev

One-liner install on the VPS:

Drag Post #16
Alex Nguyen
@alexcooldev

<pre><code>```bash curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash source ~/.bashrc ```</code></pre>

Drag Post #17
Alex Nguyen
@alexcooldev

Pick a provider:

Drag Post #18
Alex Nguyen
@alexcooldev

<pre><code>```bash hermes model ```</code></pre>

Drag Post #19
Alex Nguyen
@alexcooldev

I run with Anthropic via OAuth (Max plan) for the agent-y stages (hook research, image direction, caption) and a cheap OpenRouter fallback for high-volume polls. You can also wire Nous Portal, OpenAI Codex, DeepSeek, Z.AI, Kimi hermes model walks through it all.

Drag Post #20
Alex Nguyen
@alexcooldev

Verify it works: