NexoFlow MCP is live

Explore
16 channels available

Every channel, one unified queue

Two ways to publish to a website: connect WordPress, or embed the Blog Widget. Plus social networks and the Developer API- write once, adapt per channel, publish from one queue.

Available now

WordPress

Live

CMS

Self-hosted and WordPress.com. Draft queue, categories, SEO fields, featured images.

Blog Widget

Live

Website

Embeddable blog for sites that don't run WordPress- display NexoFlow content with no plugin or developer work.

Developer API

Live

Headless

Typed JSON endpoint for Next.js, Astro, React Native, and any headless frontend.

Instagram

Live

Social

Feed posts with scheduling, plus Reels from an uploaded video.

LinkedIn

Live

Social

Personal profiles and company pages. Posts with an image or link share.

Facebook

Live

Social

Page posts with scheduling- text, images, and video.

X / Twitter

Live

Social

Posts with images or a link, scheduled from the same queue.

TikTok

Live

Social

Video publishing with a composed caption.

YouTube

Live

Social

Video uploads with title, description, and scheduled publishing.

Pinterest

Live

Social

Pins to a chosen board, with an image and destination link.

Google Business

Live

Social

Standard, event, and offer posts from one queue- plus AI replies to your reviews.

Search Console

Live

Analytics

Read-only performance data that powers the SEO Brain's action register.

Google Analytics 4

Live

Analytics

Connect a GA4 property for on-site behaviour alongside search performance.

Google Drive

Live

Productivity

Sync a folder's documents into a project's brand knowledge base.

Canva

Live

Creative

Import finished designs into the media library and use them as post images.

Traffic Dominator

Live

Distribution

Bring your own account and NexoFlow registers published posts as campaigns.

Coming soon

Shopify Blog

Soon

CMS

Publish product and editorial content to Shopify.

Ghost

Soon

CMS

Ghost CMS via the Admin API with member-only gating.

Notion

Soon

Productivity

Sync drafts from Notion databases into NexoFlow.

WordPress & CMS

Connect unlimited WordPress sites

One project can have multiple WordPress sites. Prefer not to run WordPress? Embed the Blog Widget instead- same NexoFlow content, no plugin. Draft in NexoFlow, assign categories and authors, and push when ready.

  • Connect unlimited WordPress sites per project
  • Publish to any category, set featured image, SEO title and description
  • Draft queue: create in NexoFlow, push to WordPress as draft for final review
  • Author mapping per site
  • Re-publish and update existing posts without leaving NexoFlow
WordPress- 3 sites connected

blog.acmecorp.com

142 posts synced

Connected

studio-noir.com/blog

67 posts synced

Connected

greenfield.io/news

23 posts synced

Connected
+Add another WordPress site

Publish to

blog.acmecorp.comgreenfield.io/news

Social networks

Every major network, one publishing queue

Instagram, LinkedIn, Facebook, X, TikTok, YouTube, Pinterest, Google Business- connected and managed from a single calendar. Adapt the copy for each network without duplicating your workflow.

  • Per-network copy variations- one source, many adapted versions
  • Character count and format validation before submit
  • Optimal timing suggestions per platform
  • Queue analytics: reach, engagement, best day by channel
  • First-comment scheduling for Instagram hashtag strategy
Social channels- 8 connected

Instagram

@nexoflow

LinkedIn

NexoFlow Inc.

Facebook

NexoFlow Page

X / Twitter

@nexoflow

TikTok

@nexoflow

YouTube

NexoFlow

Pinterest

nexoflow

Google Business

NexoFlow

Developer API

Your headless CMS, built into NexoFlow

Build Next.js, Astro, or React Native apps on top of your content. The Developer API delivers typed JSON; the official SDK handles retries, timeouts, and pagination so your frontend stays thin and cache-friendly.

  • Official TypeScript SDK (nexoflow-sdk) with typed responses and pagination
  • Field schema per project (title, body, slug, tags, metadata)
  • ISR-friendly: pass revalidate and cache headers line up with Next.js
  • Works in Server Components, route handlers, and edge runtimes
  • Filter by category, tag, and sort- same API your dashboard uses
fetch-content.ts
// Fetch published posts from NexoFlow Developer API
const res = await fetch(
  `https://nexoflow.net/api/v1/content/posts`,
  {
    headers: {
      Authorization: `Bearer ${process.env.NF_API_KEY}`,
    },
    next: { revalidate: 60 },
  }
)

const { posts } = await res.json()

Need a connection we don't have yet?

Follow the public roadmap- only approved integrations appear there.

View roadmap

Start with your most important channel

Connect WordPress, embed the Blog Widget, or connect Instagram in under 5 minutes. Pick a monthly plan on nexoflow.net when you subscribe.