Lex in the wild

Made to be shared.

Seven ready-to-post carousels in the Lex world — one idea per slide, a worm on every hook, a single clear CTA to close. Swipe through them, then take the captions and go.

Accent
Under the hood

Every slide is just data.

These posts aren't hand-coded HTML — they're a small JSON spec the carousel engine renders. That's the whole point: copy and imagery can be generated and dropped straight in, so a finished, on-brand post comes out the other end.

// one slide, ready for the renderer
{
  type: "body",
  surface: "cream",
  kicker: "the fix 📷",
  head: "so Lex turns words into *stickers*",
  visual: {
    kind: "sticker",
    emoji: "☕️",
    word:  "der Kaffee",
    en:    "coffee"
  }
}
1

Claude writes the copy. Hooks, bodies, captions and hashtags come back as the slide spec above.

2

Replicate makes the art. Real photos and die-cut stickers fill the capture & sticker tiles.

3

The engine renders. The spec becomes a swipeable 4:5 carousel — ready to export for any platform.