Skip to content

amiantos/postalgic

Repository files navigation

Postalgic

Postalgic is a self-hosted static CMS for creating and publishing blogs. Write from the web interface, generate static HTML, and publish to your own hosting (S3, SFTP, Git).

Build anywhere. Publish anywhere.

Features

  • Create, manage, and update blogs from the self-hosted web interface
  • Generate static HTML/CSS websites automatically
  • Templating system using Mustache
  • Publish to a variety of static hosting services
    • AWS S3 with CloudFront
    • Any SFTP Server
    • Any Git Repository

Getting Started

Run Postalgic on your own server with Docker:

curl -O https://raw.githubusercontent.com/amiantos/postalgic/main/docker-compose.yml
docker compose up -d

Access the app at http://localhost:8010

Development

npm run install:all
npm run dev

This installs dependencies for both the server and Vue client, then starts both in development mode with hot reloading.

iOS App

Looking for the iOS app? It has moved to its own repository: postalgic-ios

The iOS app is also available on the App Store.

Example Blogs

Credits

  • Postalgic is created and maintained by Brad Root

License

  • The app and backend code are licensed under the terms of the Mozilla Public License 2.0
  • Postalgic name and branding is © 2026 Brad Root

Releases

No releases published

Packages

 
 
 

Contributors