TL;DR
Ghost is an open-source, Node.js publishing platform built around a RESTful JSON API. Think of it as the love child of WordPress (independence) and Substack (one-click newsletters & memberships) — minus the bloat of one and the 10% revenue cut of the other. The repo at github.com/TryGhost/Ghost sits at 52.7k stars, 11.5k forks, and 967 releases (latest v6.33.0, April 2026). It powers Apple, Mozilla, OpenAI, CloudFlare, Sky News, plus indie media outlets like Tangle (~$4M ARR) and Platformer (197K members). Publishers running on Ghost collectively earn $100M+/year in subscription revenue with a 0% platform fee.

What is Ghost (and why it keeps trending)
Ghost launched in 2013 from a Kickstarter that raised $300,000+ in 29 days, funded by writers tired of WordPress’s plugin-soup. A decade later it has grown into a complete publishing business platform combining three things creators usually duct-tape together:
- Headless CMS — self-consuming RESTful JSON API (Content API + Admin API) with a decoupled admin client and frontend. Default Handlebars.js theme, but you can plug it into Next.js, React, Astro, or any framework.
- Native newsletter engine — write a post, hit publish, it goes live on the website and sends to segmented email lists in one move.
- Stripe-powered memberships — tiered subscriptions, paywalls, member portal, free / paid / VIP gating — with 0% platform fee.
The project is stewarded by the Ghost Foundation, an independent non-profit. There are no investors. 100% of Ghost(Pro) hosting revenue goes back into the open-source project.
Why it matters in 2026
Two changes shipped in late 2025 made Ghost suddenly more competitive with Substack:
- Ghost 6.0 (August 2025) added native ActivityPub support. Posts now syndicate across the decentralized social web — Mastodon, Bluesky, Threads — directly from the Ghost editor. This closes the “but Substack has discovery” gap that long stalled migrations.
- The writer-first analytics dashboard arrived in the same release: traffic sources, post performance, and member-conversion funnels in a single view.
Combine that with the SEO advantage Ghost has always had over Substack (full meta-tag, schema, and canonical control) and the math gets uncomfortable for closed platforms.
Technical facts

| Property | Value |
|---|---|
| Runtime | Node.js (modern LTS) |
| API | RESTful JSON (Content API + Admin API) |
| Default frontend | Handlebars.js (replaceable / optional) |
| Editor storage | MobileDoc (JSON-based, with extensible Cards) |
| ORM | Bookshelf.js |
| Database | SQLite3 (dev) · MySQL (production) |
| License | MIT |
| GitHub | 52.7k★ · 11.5k forks · 707 contributors |
| Latest release | v6.33.0 (April 2026) |
| Languages | JS 60.8% · TS 30.0% · CSS 4.3% · Handlebars 3.4% |
| Throughput | Hundreds of millions of requests/day across tens of thousands of sites |
| Performance | Sub-second page loads · Core Web Vitals green out of the box |
Ghost vs Substack vs WordPress
| Dimension | Ghost | Substack | WordPress |
|---|---|---|---|
| Platform fee on subs | 0% (Stripe ~2.9% + 30¢) | 10% + Stripe | 0% (premium plugins cost $$) |
| Hosting | Self-host free, or $15–$199/mo | Free | Self-host or $$$ managed |
| Newsletter | Built-in + segmentation | Built-in (simpler) | Needs 5+ plugins |
| SEO control | Full (meta, schema, sitemap) | None | Full (with Yoast/RankMath) |
| Design | Custom Handlebars themes | Locked Substack layout | Drag-and-drop builders |
| Discovery network | None — you drive traffic | Substack Notes + recs | None |
| Audience ownership | 100% (full JSON + CSV export) | On Substack | 100% |
| Currencies via Stripe | 135 global | 13 western | Varies |
| Open source | MIT | Proprietary | GPL |
Concretely: at $5,000/month in paid subscriptions, Substack pockets $500/mo; Ghost takes $0. After Ghost(Pro) hosting and Stripe processing, you save roughly $355/month — about $4,000/year — and the savings scale with your audience.
Real-world use cases

- Independent media: Tangle (politics, ~$4M ARR, 75K paying subscribers, $281K MRR), Platformer (197K members), 404 Media (123K), The Lever (149K), Webworm, The Browser.
- Niche creators: Creator Science ($39K MRR), Gone With The Wynns (27K travel members), DESK Magazine (29K, design), Jeff Su (15K, productivity).
- SaaS content marketing: Buffer, Airtable, Kickstarter, YCombinator, Unsplash — all run their content engines on Ghost.
- Enterprise blogs: Apple, Mozilla, OpenAI, CloudFlare, DuckDuckGo, Sky News, Square, Tinder, Bitcoin Foundation.
- Headless setups: teams using the Content API to power React/Next.js/Astro frontends while keeping Ghost as the editorial & membership backend.
Limitations & pricing
Ghost is opinionated — that’s the point and also the pain.
- Not a website builder. No drag-and-drop, no landing-page designer, no e-commerce (no cart, no inventory). For storefronts, use Shopify; for general sites, Webflow or Squarespace.
- Stripe-only payments. If Stripe doesn’t serve your country, you can’t monetize natively.
- No plugin marketplace. Deep theme work needs Handlebars knowledge — budget $300–$1,000 for a developer if you want significant customization.
- No built-in discovery network or reader app. SEO + email + social are how you grow.
- Native analytics are now richer (post-6.0) but the dashboard still caps at the last 90 days.
Ghost(Pro) managed hosting (April 2026):
| Plan | Price | Notes |
|---|---|---|
| Starter | $15/mo | 1 staff, basic limits. Paid memberships removed in July 2025 — effectively a free-newsletter tier. |
| Creator | $29/mo | Recommended. Full memberships, expanded staff & limits. |
| Business | $199/mo | Full team, high volume. |
| Custom | — | For publications above 100K subscribers. |
14-day free trial. 0% platform fee on every plan. Or self-host for free on a $5–$20/month VPS via the official ghost install CLI — you handle updates, SSL, and email delivery yourself.
What’s next
Ghost ships fast: 967 releases shipped, current branch v6.33.0, daily commits across the monorepo (recent activity in 2026 includes a pnpm migration, Tailwind v4, Storybook 10.3.5, and a shared agent / skills layout in .agents/). The non-profit foundation reinvests every dollar of Ghost(Pro) revenue back into the open-source platform.
If you publish for a living — or run a content-marketing engine for a SaaS — Ghost is the most credible “own your platform” bet on the table in 2026. Sources: TryGhost/Ghost, ghost.org, Ghost developer docs, Ghost vs Substack, StackAlts review, Usereviews 2026 review.


