Skip to main content
All apps
Business app

Content Calendar

Marketing content planning: every piece moves through an editorial kanban and lands on a month calendar, with briefs and assets attached — and a Monday-morning cron mails the team what ships this week.

The configuration

This is the whole app. Copy it, change it, make it yours.

name: content-calendar
description: >-
  Marketing content calendar — plan pieces on a month view,
  move them through an editorial kanban, and keep briefs and
  assets attached to every piece.

tables:
  - $ref: ./config/tables/campaigns.yaml
  - $ref: ./config/tables/content.yaml

automations:
  - $ref: ./config/automations/weekly-digest.yaml   # cron

Run it

Install Sovrium, then start the app from its config.

curl -fsSL https://sovrium.com/install | sh
sovrium init my-calendar --template content-calendar

Build your own

Start from a template or an empty file. One config, and Sovrium runs the whole app.

Built with Sovrium