Open Source Alternatives LogoOpen Source Alternatives
AlternativesBlogAdvertise
Open Source Alternatives LogoOpen Source Alternatives

Stay Updated

Subscribe to our newsletter for the latest news and updates about Alternatives

Open Source Alternatives LogoOpen Source Alternatives

Handpicked Open Source Alternatives to Paid Softwares

Product
  • Search
  • Categories
  • Tag
  • Sign In
Resources
  • Blog
  • Collection
  • Submit
  • Advertise your tool
Company
  • Privacy Policy
  • Terms of Service
  • Refund Policy
  • Sitemap
Copyright © 2026 All Rights Reserved.
Home/Categories/Communication & Collaboration/Pagecord
icon of Pagecord

Pagecord

Open source alternative to Ghost, Substack and WordPress.com

Pagecord is an open source blogging platform where you publish by sending an email: write in any email client and posts appear on your self-hosted blog immediately. A self-hosted alternative to Substack. MIT licensed.

169 starsRubyActive this month
Visit websiteGitHub repo
image of Pagecord
Contents
  1. 01Who Pagecord is for
  2. 02The problem it solves
  3. 03How it solves it
  4. 04Strengths and trade-offs
  5. 05Install and self-host
  6. 06Tech stack
  7. 07FAQ
  8. 08Similar open-source tools
TL;DR

Pagecord is a blogging platform that lets writers publish by sending email. It replaces heavier CMS workflows for people who want a simple writing-to-publication path with a self-hostable Rails app.Ruby · 169 stars · Active this month

who it's for

Who Pagecord is for#

Writers publishing quick posts from email

Pagecord fits people who want to send posts from the same inbox where they already write drafts.

Skip if:

You need a full editorial CMS with roles, approvals, custom content models, and visual layout design.

Developers self-hosting a personal blog

The Docker-backed Rails app gives technical users a path to run their own email-published blog.

Skip if:

You want a static site with no server, database, or background services.

the problem
tech stack · detected from GitHub

What it's built on#

Languages
JavaScriptRuby
Frameworks
Rails
Databases
PostgreSQL
Cache
Redis
frequently asked

FAQ#

What makes Pagecord different from a normal blog CMS?
Can Pagecord be run locally?
What stack does Pagecord use?
also worth a look

Similar open-source tools#

Ghost

Ghost

Launch a newsletter or paid membership site on your own server

53.7KJavaScriptMIT

Repository

Stars
169
Forks
14
Latest
v1.0.0
Last commit
20 days ago
Last verified
May 13, 2026
Repo
lylo/pagecord ↗

Additional details

Language
Ruby
Open issues
22
Contributors
2
First release
2024

Categories

Communication & CollaborationWeb DevelopmentMarketing & Growth

Tags

BloggingSelf HostedCMSEmailOpen CoreWebsite BuilderSocial Media

The problem it solves#

how Pagecord solves it

How it solves it#

Email-to-blog publishing

Pagecord's core promise is blogging as easy as sending an email, which removes most dashboard friction from the publishing workflow.

Rails application stack

The development quick start runs Rails with PostgreSQL, Redis, Memcached, and Tailwind, giving developers a conventional web app stack to inspect.

Local Docker quick start

The README documents docker compose up as the local development path, starting the database, cache, server, and Tailwind watcher together.

strengths · trade-offs

Strengths and trade-offs#

Strengths

  • Writing workflow stays simplePagecord is strongest for writers who already draft in email and do not want a publishing dashboard to become the center of their workflow.
  • Self-hostable Rails codebaseDevelopers can run and modify the Rails app rather than depending only on a hosted blogging platform.

Trade-offs

  • -Email publishing has constraintsPublishing by email is fast, but advanced layout, structured editorial workflows, and complex media management may need more traditional CMS controls.
install · self-host

Install and self-host#

bash
git clone https://github.com/lylo/pagecord.git
cd pagecord
docker compose up
Grav

Grav

Flat-file CMS for fast, self-hosted websites.

15.5KPHPMIT
CLI-Anything

CLI-Anything

Empower AI agents with agent-native CLIs

41.7KPythonApache-2.0
PrestaShop

PrestaShop

Open source eCommerce platform for online stores

9.1KPHP
WooCommerce

WooCommerce

Open source WordPress eCommerce with full customization

10.3KPHP
Postiz

Postiz

Schedule content on 20+ social networks with AI writing support

30.3KTypeScriptAGPL-3.0

Pagecord focuses on publishing by email, so writers can post without working in a CMS dashboard.

Yes. The README documents a Docker Compose quick start for local development.

Publishing a simple blog can feel heavier than writing the post. CMS dashboards, block editors, plugins, themes, and hosting chores get between the writer and the act of publishing.

Email is still the lowest-friction writing interface for many people. A blog that accepts posts by email can turn everyday writing habits into a public archive without forcing the author into a complex editor.

The quick start references Rails, PostgreSQL, Redis, Memcached, and Tailwind.