Skip to main content
All apps
Content Calendar
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.

Demo sign-in
Email
demo@sovrium.com
Password
Sovrium-Demo-d8462d!

Resets every night. Visitor changes are wiped, so feel free to explore.

This app is one of the hosted Sovrium demos.

The configuration

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

app.yaml
name: content-calendar
version: 1.0.0
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.
  A Monday-morning cron emails the team what ships this week.

auth:
  $ref: ./config/auth.yaml

theme:
  $ref: ./config/theme.yaml

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

pages:
  - $ref: ./config/pages/sign-in.yaml
  - $ref: ./config/pages/calendar.yaml
  - $ref: ./config/pages/pipeline.yaml
  - $ref: ./config/pages/grid.yaml

# Automations run server-side with full history in your own database.
automations:
  - $ref: ./config/automations/weekly-digest.yaml

Run it

Install Sovrium, then start the app from its config.

>_ terminal
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