Topic in → published post out.
In under 2 minutes.
Enter a topic. n8n routes it through three Claude calls — research, writing, SEO — then publishes a draft directly to a Ghost CMS instance. No human writing required.
1
Submit a topic
Form → n8n webhook
2
Pipeline running
0.0s
- 1Webhook receivedn8n picks up the form submission
- 2Claude — Research & outlineBuilding 5-section outline with target audience
- 3Claude — Full draftWriting 600-900 word HTML body
- 4Claude — SEO metaTitle, description, slug, focus keywords
- 5Assemble Ghost payloadCombining body + SEO into post object
- 6Ghost — Create postPublishing draft via Admin API
- 7Respond to UIReturning post URL and metadata
3
Published