docs
Introduction

Introduction

WP AutoFlow is a specialized solution for automating WordPress-to-WordPress content generation.

Unlike simple cloning plugins that just copy-paste posts, WP AutoFlow acts as an intelligent orchestration layer. It monitors source WordPress sites via their native API, processes the content through AI to ensure uniqueness, and publishes it to your network.

Why WP AutoFlow?

Maintaining a network of blogs or news sites is exhausting.

  • Manual Writing is slow.
  • Generic Scrapers often break when themes change.
  • Copying Content hurts your SEO (Duplicate Content).

WP AutoFlow solves this by combining WP REST API ingestion, Generative AI, and Media Processing into a single, self-hosted pipeline.

The "Maestro" Concept

Think of this software not as a simple bot, but as a Maestro (Conductor).

  1. Monitor: It checks source WordPress sites for new posts every minute.
  2. Process: It downloads the content and sends it to workers.
  3. Rewrite: It uses AI (GPT-4o/DeepSeek) to rewrite the text while keeping the context.
  4. Publish: It uploads media and pushes the new post to your site.

Key Capabilities

  • ⚡ High-Performance Queue: Powered by Redis/BullMQ. Handles massive workloads asynchronously without crashing your server.
  • 🧠 Contextual Rewriting: It doesn't just spin text; it interprets the JSON data from the source to create a high-quality variation.
  • 🖼️ Smart Media: Downloads the featured image from the source API, optimizes it, applies your watermark, and uploads it as a new media item.