Skip to content

Releases: npow/ghostwriter

Ghostwriter v0.1.0

22 Feb 07:43

Choose a tag to compare

Ghostwriter v0.1.0 — Initial Release

Autonomous content engine that generates high-quality, on-brand content from real data sources.

Highlights

  • Multi-stage LLM pipeline: Research → Outline → Draft → Review → Polish → Adapt → Publish
  • 4 parallel review agents: Editor, Fact Checker, Engagement, AI Detection — content must pass all quality gates before publishing
  • Anti-slop stack: 93-phrase static blacklist + self-learning pattern detection that discovers new AI-typical phrases during review (zero additional LLM cost)
  • Style fingerprinting: Extract a quantitative voice profile from existing writing — no fine-tuning, no LLM calls
  • Multi-platform publishing: WordPress, WordPress.com (OAuth), Twitter threads, podcast (TTS via ElevenLabs/Buzzsprout)
  • Natural language channel creation: ghostwriter create "a weekly tech blog about AI safety"
  • Temporal orchestration: Scheduled content generation with retry, dead-letter queues, and analytics feedback loops
  • Performance insights: Analytics sync feeds engagement data back into future drafts

Architecture

Monorepo with 10 packages: core, cli, data-ingestion, style-fingerprint, content-pipeline, publishing, site-setup, database, orchestrator, monitoring.

Getting Started

pnpm install && pnpm turbo build
cp .env.example .env  # Add ANTHROPIC_API_KEY at minimum
ghostwriter create "describe your channel"