Coming soon · Domainless Cross-Post API

Post once.
Hit six networks.

One JSON request fans out to Bluesky, Mastodon, Reddit, Tumblr, Twitter, and Discord — with media, scheduling, and per-platform overrides. You bring the credentials. We bring the adapters. Source-available, no SaaS middleman.

Bluesky
AT Protocol
Mastodon
Any instance
Reddit
u/your-handle
Tumblr
OAuth refresh
Twitter
v2 API
Discord
Webhook
One request

One JSON. Six destinations.

List the platforms you want to hit. We dispatch in parallel, return per-platform results. Failed adapters don’t block successful ones — you get the success status of each.

# Fan out a post to Bluesky, Mastodon, and Discord.
curl -X POST 'https://api.jandgstudios.fun/v1/crosspost' \
  -H 'Authorization: Bearer $JG_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "content": "shipped a thing today. it does the thing.",
    "platforms": ["bluesky", "mastodon", "discord"],
    "media": ["https://cdn.example.com/screenshot.png"]
  }'
Returns per-platform results: {"bluesky": {"ok": true, "id": "..."}, "mastodon": {"ok": true, "url": "..."}, "discord": {"ok": true}} — partial failures don’t fail the whole call.
Why us

The API Buffer wishes it was.

Buffer and Hootsuite are SaaS middlemen. They take 30%, schedule your posts on their servers, and call it a marketing platform. We just send.

J&G Cross-Post API

Direct, audit-able, your creds.

  • One HTTP call, parallel fan-out
  • You bring your own platform credentials
  • Adapter source on your disk — audit anything
  • Per-platform overrides built in
  • No content storage on our servers
  • Indie pricing — flat tiers, no per-post charge
SaaS Schedulers

Middleman, dashboard, monthly fee.

  • Their servers store your content
  • Their OAuth tokens, your data
  • Closed-source pipelines
  • Per-platform features hidden behind upsells
  • Posting tied to their dashboard, not your code
  • Per-account or per-post tiered pricing
Built for

Three patterns we ship.

You’ll find your own — the API stays out of your way.

01 / Indie creator

Stop copy-pasting

You write once, your post hits Bluesky, Mastodon, and the indie circles you actually care about. No more alt-tab-and-paste loop.

02 / Brand consistency

Same message, every channel

Run a release announcement through the same code path every time. Reddit gets a title, Discord gets a webhook, everyone else gets the same post. Schedule it with cron.

03 / Bot operator

Multi-network bots

Your AI bot posts a daily curated link. One adapter call hits every social outpost where your followers live. No per-platform plumbing in your bot code.

Pricing preview

Flat. Honest. Per post, never.

Final pricing locks in at launch. Waitlist members get permanent early-bird rates.

Free
$0/mo
No card.
  • 30 posts/month
  • Up to 3 networks per post
  • Bring your own creds
  • Manual posting only
Pro
$20/mo
Or $200/yr.
  • Unlimited posts
  • Webhooks on send/fail
  • Multi-account fan-out
  • Bot-runner integration
  • Priority support

Be first to fan out.

We’ll email you when the Cross-Post API opens. Waitlist members get a permanent early-bird discount.