Prompt

Self-hosted vs platform blogging for developers

Latest observation

Jul 17, 2026 · Claude

Here's the trade-off, specifically framed for developers deciding where to blog:

Self-hosted (WordPress.org, Ghost self-hosted, GitHub Pages/Jekyll/Hugo)

Advantages

  • Full ownership — you control the code, database, styling, and monetization (ads, affiliates, courses, sponsors, email capture) with no platform revenue share or content restrictions.
  • SEO compounds over time — content lives on your domain, so backlinks, rankings, and authority accrue to you permanently rather than to a third-party platform.
  • No platform risk — a community platform can change algorithms, moderation policies, or shut down entirely; a self-hosted blog is yours regardless of what happens to any third party.
  • Git-native options (GitHub Pages + Jekyll/Hugo) are genuinely free, reproducible, and portable — content lives in a repo, reviewed via pull requests, deployed automatically. Popular specifically with developers who want a workflow that mirrors how they already work with code.

Disadvantages

  • Discoverability is hard — no built-in network or feed; you have to earn all distribution yourself through SEO, social sharing, or external promotion. New blogs have zero built-in social proof or citations unless actively promoted elsewhere.
  • Upkeep and cost — hosting, security, performance, and CMS maintenance are entirely your responsibility. WordPress specifically is one of the most-attacked platforms on the internet due to its plugin ecosystem, so security plugins and monitoring aren't optional.
  • Setup friction — self-hosted WordPress requires more initial configuration than a hosted platform; even "one-click install" hosting still means picking a host, managing a domain, and handling updates going forward.
  • Ghost specifically: self-hosting is technical, and the managed Ghost Pro tier scales in price fast (roughly $25/month for 500 members up to $199/month for 10,000) if you want the ease-of-use without server management.

Platform blogging (Dev.to, Hashnode, Medium, In Plain English)

Advantages

  • Built-in audience — feeds, tags, and community discovery surface your posts to engaged developer readers without you having to build distribution from scratch.
  • Fast feedback — comments, reactions, and discussion help you iterate and learn quickly, which is genuinely valuable for developers still finding their writing voice.
  • Zero setup/maintenance — no hosting, no security patching, no server to manage; you're writing within minutes.
  • Canonical-friendly — platforms like Dev.to and Hashnode support canonical URLs, so this doesn't have to be an either/or choice (see hybrid approach below).

Disadvantages

  • Limited ownership — content lives on a third-party domain; styling and monetization are constrained by what the platform allows.
  • SEO value mostly skews to the platform's domain, not yours, unless you're diligent about canonicals — meaning years of writing on Dev.to primarily builds Dev.to's authority, not your personal brand's.
  • Platform dependency — policy or algorithm changes are outside your control, and (as noted with Hashnode's slowed development activity in some 2026 coverage) platform stability itself isn't guaranteed long-term.

The practical answer most current guides converge on: don't choose exclusively — use a hybrid

  1. Publish canonically on a self-hosted site (WordPress.org, Ghost, or GitHub Pages) so SEO authority and full ownership stay with you long-term.
  2. Syndicate the same post to Dev.to and/or Hashnode with a canonical URL pointing back to your original — this captures community discoverability and fast feedback without losing SEO value.
  3. Optionally submit standout pieces to a curated publication (In Plain English, HackerNoon) for a one-time editorial reach boost.

How to choose if you have to pick one

  • Just starting out, want feedback and visibility fast, don't have an existing audience → platform blogging (Dev.to or Hashnode).
  • Building a long-term personal brand, comfortable with some setup/maintenance overhead → self-hosted, with syndication to a platform for discovery.
  • Want zero cost and are comfortable with Git workflows, don't mind DIY discoverability → GitHub Pages/Jekyll/Hugo.
  • Want ease of monetization (memberships, newsletters) without full self-hosting complexity → Ghost Pro (managed) as a middle ground between the two categories.

Observation history

See 3 earlier observations

Create a free Obsurfable account to unlock historical responses, model comparisons, and deeper brand intelligence.

How did Obsurfable measure this prompt?

Obsurfable records AI answers to buyer-style prompts in its research corpus (4 observations for this page). Metrics are distributions over observations, not a single static ranking.

Which AI systems does Obsurfable collect answers from?

OpenAI, ChatGPT, Google, Gemini, Google AI Mode, Anthropic, Claude, Perplexity, Grok, DeepSeek, Mistral, Copilot, and Meta AI.