https://github.com/zd87pl/n8nwp
https://github.com/zd87pl/n8nwp
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zd87pl/n8nwp
- Owner: zd87pl
- Created: 2025-05-28T08:33:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-11T14:47:39.000Z (11 months ago)
- Last Synced: 2025-06-11T16:17:51.263Z (11 months ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
README
# AI Automated WordPress Agency
This repository contains documentation and example n8n workflows for running a fully automated WordPress creative agency using WP Engine as the hosting provider. The goal is to take a customer's requirements, generate content with AI, and deploy a WordPress site with minimal manual effort.
## Repository Structure
- `workflows/` – Example n8n workflow JSON exports.
- `docs/` – Additional documentation and roadmaps.
## Quick Start
1. Set up n8n (self‑hosted or cloud) and import the workflow from `workflows/automated-agency-v2.json`.
2. Configure credentials for WP Engine, email, Stripe, and any AI providers (OpenAI, Whisper, etc.).
3. Trigger the workflow via the provided webhook URL or connected form.
4. Follow the automated steps as the workflow gathers requirements, generates a project plan, creates a staging site, and deploys it to production.
The workflow provided here is a template. Adapt it to your specific plugins, design templates, and business processes.
## Documentation
- `docs/roadmap.md` – High-level phases for launching and scaling the agency.
- `docs/agent-workflow.md` – Detailed explanation of the conversational workflow.