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
LiveCMS
Self-hosted and WordPress.com. Draft queue, categories, SEO fields, featured images.
Blog Widget
LiveWebsite
Embeddable blog for sites that don't run WordPress- display NexoFlow content with no plugin or developer work.
Developer API
LiveHeadless
Typed JSON endpoint for Next.js, Astro, React Native, and any headless frontend.
Social
Feed posts with scheduling, plus Reels from an uploaded video.
Social
Personal profiles and company pages. Posts with an image or link share.
Social
Page posts with scheduling- text, images, and video.
X / Twitter
LiveSocial
Posts with images or a link, scheduled from the same queue.
TikTok
LiveSocial
Video publishing with a composed caption.
YouTube
LiveSocial
Video uploads with title, description, and scheduled publishing.
Social
Pins to a chosen board, with an image and destination link.
Google Business
LiveSocial
Standard, event, and offer posts from one queue- plus AI replies to your reviews.
Search Console
LiveAnalytics
Read-only performance data that powers the SEO Brain's action register.
Google Analytics 4
LiveAnalytics
Connect a GA4 property for on-site behaviour alongside search performance.
Google Drive
LiveProductivity
Sync a folder's documents into a project's brand knowledge base.
Canva
LiveCreative
Import finished designs into the media library and use them as post images.
Traffic Dominator
LiveDistribution
Bring your own account and NexoFlow registers published posts as campaigns.
Coming soon
Shopify Blog
SoonCMS
Publish product and editorial content to Shopify.
Ghost
SoonCMS
Ghost CMS via the Admin API with member-only gating.
Notion
SoonProductivity
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
blog.acmecorp.com
142 posts synced
studio-noir.com/blog
67 posts synced
greenfield.io/news
23 posts synced
Publish to
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
@nexoflow
NexoFlow Inc.
NexoFlow Page
X / Twitter
@nexoflow
TikTok
@nexoflow
YouTube
NexoFlow
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 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.
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.
