Zilfu for Threads

The Threads scheduler
that runs itself.

Queue two weeks of Threads posts in one sitting — text, photos, videos, carousels — then close the tab. Zilfu publishes to Meta's Threads on time, tags them for discovery, and shows you what landed.

L
@lumenstudio
Threads · 3-part chain
Scheduled

Hot take: shipping daily beats shipping perfectly. Here's the proof… 🧵

Mon · 9:00 AM Smart Slot
POST /v1/posts
{
  "content": "Hot take… 🧵",
  "networks": ["threads"],
  "schedule_at": "Mon 9:00"
}
✓ scheduled 200 OK · 142ms
  • Skip the daily Threads ritual
  • Threads analytics on every plan
  • Topic tags for discovery
  • Crosspost without copy-paste
— What you get

Built for the way you use Threads.

Schedule Threads posts weeks ahead, tag them for discovery, and see what actually works — all without opening the app.

01 — Schedule

Queue today. Forget tomorrow.

Stack two weeks of takes, replies, and threads in one sitting and step out of the daily refresh loop. Zilfu publishes the moment you've planned for, even when you're deep in something else.

Get started free →
Up next this week 12 scheduled
Tue · 6:15 PM2 photos

Behind the scenes — spring collection

Carousel
Wed · 12:00 PMtopic: design

Quick update on the new redesign — what we kept, what we tossed

Text
Fri · 8:00 PM+ caption

New blog: 5 ways agents change the stack

Image
02 — Compose

Write once. Post everywhere.

Compose one post, pick your destinations, and Zilfu publishes everywhere at once. Threads, Instagram, Facebook, LinkedIn, TikTok, Pinterest, and Bluesky — all from a single composer. No copy-paste, no tab-juggling.

Get started free →
New post Saved · just now

Hot take: shipping daily beats shipping perfectly. Here's the proof…✨

Publishing to
@ @lumenstudio Threads
IG @lumenstudio Instagram
Bs @lumenstudio Bluesky
Li Lumen Studio LinkedIn
03 — Measure

Track every reply, repost, share.

Views, replies, reposts, and follower growth — broken down per thread and topic. Refreshed every four hours, ready when you open your laptop. No CSV exports. No spreadsheets.

Get started free →
Views 24.8K +41%
Replies 312 +22%
Followers +189 +8%
Thread views · last 30 days Threads
— What you can post

Everything Threads supports, scheduled.

Compose multi-part threads in one editor and schedule the whole chain — Zilfu posts each reply in order.

Uses your Instagram login.

Post types

  • Text posts — Up to 500 characters per post.
  • Multi-part threads — Chain replies into one queued sequence.
  • Images & video — Attach media to any post in the chain.

Limits & rules

  • Caption: up to 500 characters
  • Each post caps at 500 characters — chain replies for longer thoughts.
  • One topic tag per post helps discovery without looking spammy.

Recommended sizes

  • Feed image — 1080 × 1080
Full Threads size guide →

Threads tips that earn reach

  • Make the first post strong enough to stand alone.
  • Break long ideas into a numbered chain rather than cramming.
  • Threads shares Instagram's pipeline — square (1080 × 1080) and 4:5 both display well.
  • Reply to your own thread to keep it surfacing.
— How it works

From zero to scheduled in under a minute.

Three steps. Then the rest of your week takes care of itself.

1

Connect in one click.

Sign in with Threads, pick the account you want Zilfu to manage, and grant the standard permissions. That's the whole setup.

2

Drop in your post.

Compose in the dashboard, or trigger from Zapier, n8n, your CMS, your AI agent — anything that talks HTTP.

3

We publish. You watch.

Posts go out at the right time. Analytics roll in every four hours. Webhooks fire on publish, fail, and reply.

— For developers

Automate with APIs.

Your CMS, your AI agent, your automation tool — anything that talks HTTP can ship a thread to Zilfu. Topic tags, replies, webhooks, and an MCP server included.

142ms
# Schedule a thread to your Threads account.
curl -X POST https://zilfu.app/api/posts \
  -H "Authorization: Bearer sk_live_xxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "content": "Hot take: shipping daily beats shipping perfectly 🧵",
    "networks": ["threads"],
    "topic_tag": "design",
    "schedule_at": "2026-04-23T18:15:00Z"
  }'
# Add Zilfu's MCP server to Claude, Cursor, or any agent.
{
  "mcpServers": {
    "Zilfu": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://zilfu.app/mcp/social-media",
        "--header",
        "Authorization: Bearer ${SOCIAL_MEDIA_TOKEN}"
      ],
      "env": {
        "SOCIAL_MEDIA_TOKEN": "<paste your api token>"
      }
    }
  }
}
✓ Response · 200 OK
{
  "id": "post_8aB3xY9k",
  "status": "scheduled",
  "scheduled_at": "2026-04-23T18:15:00Z",
  "networks": [
    { "name": "threads", "status": "queued" }
  ]
}
No upgrade needed

Full API on the free plan. Same endpoints, no surprises.

No servers to run

Hosted MCP server — drop the URL into Claude, Cursor, or any agent.

Real events

Webhooks fire when threads publish, fail, or get a reply.

— FAQ

Threads, asked and answered.

A Threads scheduler is a tool that publishes posts to Meta's Threads app at a time you choose instead of the moment you write them. You draft in advance, pick a date and time — or drop the post into a recurring weekly slot — and the scheduler posts it for you. Zilfu is a Threads scheduler that also covers Instagram, Facebook, TikTok, Pinterest, X and LinkedIn from the same queue.

Threads added native scheduling, and if you only post to Threads from your phone it may be all you need. Zilfu earns its place when Threads is one of several accounts: one queue and calendar across seven networks, recurring weekly slots so you fill a time rather than pick a timestamp, analytics on every plan including Free, approvals before anything publishes, and a REST API plus MCP server for scheduling from code or an AI agent.

No — any standard Threads account works. Zilfu connects through Threads' official login (via Meta) and uses the same scopes the platform offers any third-party tool.

Yes — by spinning up a workspace for each account. Every workspace stays isolated with its own queue and scheduling slots, and you switch between them in one click. Workspaces are unlimited on every plan, including Free; what scales with the plan is how many accounts you can connect in total (2 on Free, up to 300 on Scale).

Through the API or the MCP server, yes — a post accepts child posts and Zilfu publishes them as one linked conversation. The web composer schedules single posts; multi-part chains are built programmatically for now.

Yes. Scheduled posts sit in your queue until publish time — edit the text, swap the media, change the time, or cancel entirely whenever you like.

Yes, on every plan including Free. You get the metrics Threads itself reports — views, likes, replies, reposts and quotes — plus follower snapshots over time and a best-time-to-post grid built from your own last 90 days.

We never see your password — Zilfu connects through Threads' official login and only requests the four permissions Threads exposes for third-party tools: read your basic profile, publish on your behalf, read engagement on your posts, and manage replies on threads you've scheduled. You can revoke access from your Threads settings at any time.

Your whole social, handled.

Plan, approve and publish every account from one place.
Free to start, no card needed.

Start now for $0