Publish on your schedule.
Prove it with analytics.

Automate generation and go-live times, email yourself a preview before posts hit your site, then measure views and engagement, or wire everything through our API and optional MCP tools for developers.

Recurring blog schedules

Set cadence, topic templates, and the wall-clock time posts should go live. We generate content, send you an email about two hours before publish, then flip each post to published so it appears in API results for your site.

Plan limits

Active schedules scale with your plan, for example up to one on Pulse, two on SEO Engine, and more on Programmatic Pro. Compare plans.

  • Weekly, biweekly, or faster cadences on higher tiers
  • Timezone-aware go-live times
  • Preview email before public publish

No FTP required

Your customer site does not receive pushed files. Posts are always available from our API; your blog page simply fetches JSON and renders. See GET /content.

  • Default list filter: status=published
  • Detail pages via ID or by-slug

First-party post analytics

SEO Engine and Pro include dashboard analytics and a small embed script for your live site. Create an embed key with your allowed origins (for example https://www.yoursite.com), paste one script tag per article, and we record views, time on page, and link clicks.

<script src="https://autoblogs.dev/js/autoblog-track.js"
  data-gateway="…/functions/v1/api-gateway"
  data-site-key="ab_live_…"
  data-content-id="…" async></script>

Full setup: Analytics embed in the API docs. You may need a consent banner depending on your region.

AI-powered content insights

The analytics dashboard translates raw engagement signals into clear takeaways for teams. See what to publish more often, what to refresh, and where attention drops.

Plain-English recommendations

AutoBlog summarizes best publish windows, top-performing topics, and early warning signs so marketers can act without exporting data.

  • Trend highlights and opportunity callouts
  • Performance warnings and celebrations
  • Readable by non-analyst stakeholders

Plan availability

AI insights are included on SEO Engine and Pro, with enterprise customization for reporting cadence and operating workflows.

One-click content repurposing

Convert any published blog post into channel-ready assets in seconds. Keep your voice consistent by inheriting brand preferences from project settings.

Multi-channel output

Generate social and email variants from the same source post so campaign teams can ship distribution faster without rewriting manually.

  • Twitter/X thread drafts
  • LinkedIn-ready post copy
  • Newsletter teasers and short summaries

Workflow-ready in dashboard

Run repurposing directly from your content list, review each format, and copy approved variants into scheduling or posting tools.

No-code and low-code

Bring AutoBlog to the tools your team already uses.

Wix

Custom Code in site or page settings: load the track script and pass each post’s content ID. Point listing pages at our REST API from Velo or a serverless function if you keep keys off the client.

Framer

Site-level Custom Code or a Code component on your article template. Map CMS fields to data-content-id for analytics.

Lovable

Add the script in your layout or article route; bind route params to the post UUID from your dashboard.

Next.js & others

Server-side fetch with your full API key for listings and detail pages; use the embed key only in the browser for analytics.

Developers & AI agents

The same REST surface powers your product. Optional: run the MCP server from the repo to let Cursor and other clients list posts, pull analytics summaries, and print embed instructions.

Environment

Set AUTO_BLOG_BASE_URL to your …/functions/v1/api-gateway URL and AUTO_BLOG_API_KEY to a full API key (never the embed-only key).

Package

The MCP package lives at packages/autoblog-mcp in the AutoBlog repo. See README.md there for npm install and Cursor wiring.

Ready to integrate?

Pick a plan with API access, create keys in the dashboard, and ship your blog in an afternoon.

View pricing Sign up