About

About TokyoCMS.

About this project

TokyoCMS was designed as a lightweight alternative to traditional database-backed CMSes, for developers who want to:

  1. Deploy a site in seconds with Docker Compose
  2. Edit content with plain .md files
  3. Version their whole site with Git
  4. Avoid depending on any external service

Tech stack

  • Language: Go (standard library only, zero external dependencies)
  • Storage: flat files (Markdown, YAML)
  • Deployment: Docker / Docker Compose