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
AprilNEA
@AprilNEA

🧡 I just reverse-engineered the binaries inside Claude Code's Firecracker MicroVM and found something wild: Anthropic is building their own PaaS platform called "Antspace" (Ants + Space). It's a full deployment pipeline β€” hidden in plain sight inside the environment-runner binary. Here's what I found πŸ‘‡

Apply Image
Drag Post #2
AprilNEA
@AprilNEA

1/ Claude Code runs inside a Firecracker MicroVM. PID 1 is /process_api β€” a custom init + WebSocket API server. ACPI tables are literally signed "FIRECK". No systemd, no sshd, nothing. Just a bare kernel + one binary.

Apply Image
Drag Post #3
AprilNEA
@AprilNEA

2/ The real goldmine is /usr/local/bin/environment-runner β€” a 27MB Go binary, not stripped, with debug info. Built from <a target="_blank" href="http://github.com/anthropics/anthropic/api-go/environment-manager/" color="blue">github.com/anthropics/ant…</a>. I extracted everything.

Apply Image
Drag Post #4
AprilNEA
@AprilNEA

3/ Inside, there are TWO deploy targets: Vercel (public, well-known) and Antspace(completely undocumented, zero public mentions anywhere).

Apply Image
Drag Post #5
AprilNEA
@AprilNEA

4/ Antspace has a full deployment protocol: POST to create deployment Upload dist.tar.gz via multipart/form-data Stream NDJSON status: packaging β†’ uploading β†’ building β†’ deploying β†’ deployed Own auth system (Bearer token + dynamic control plane URL)

Apply Image
Apply Image
Drag Post #6
AprilNEA
@AprilNEA

5/ It powers "Baku" β€” Anthropic's internal codename for the web app builder on <a target="_blank" href="http://claude.ai" color="blue">claude.ai</a>. When you say "build me a web app," it spins up a Vite + React + TypeScript template with auto-provisioned Supabase DB and 6 MCP tools.

Apply Image
Drag Post #7
AprilNEA
@AprilNEA

6/ The strategic play is clear: Natural language β†’ Claude builds app β†’ Deploys to Antspace Idea to production without ever leaving Anthropic's ecosystem. An AI-native PaaS with full vertical integration from model to runtime to hosting.

Apply Image
Drag Post #8
AprilNEA
@AprilNEA

7/ This puts Anthropic in direct competition with Vercel, Netlify, Replit, Lovable, and Bolt β€” but with one advantage nobody else has: they own the entire stack from the LLM to the deployment platform. All discovered via strace, objdump, and go tool objdump on a running Claude Code session. The binary was right there, unstripped, waiting to be read. πŸ”¬

Apply Image
Drag Post #9
AprilNEA
@AprilNEA

Wrote a blog post for this. <a target="_blank" href="https://aprilnea.me/en/blog/reverse-engineering-claude-code-antspace" color="blue">aprilnea.me/en/blog/revers…</a>