DEV Community

Thesius Code
Thesius Code

Posted on • Originally published at datanest-stores.pages.dev

Content Creator OS for Devs: Content Creator Dev OS

Content Creator Dev OS

An all-in-one Notion operating system for developer content creators. Manage your editorial calendar, blog pipeline, social media schedule, and content analytics from a single workspace. Built for developers who write, record, and share technical content.

Key Features

  • Editorial calendar with weekly and monthly planning views
  • Blog pipeline — Idea → Draft → Review → Published → Repurposed
  • Social media scheduler across Twitter/X, LinkedIn, Dev.to, and Hashnode
  • Content repurposing tracker — turn one blog post into 5+ derivative posts
  • Analytics dashboard for tracking views, engagement, and growth
  • Content series management — group related posts into themed series
  • Hashtag and keyword library for consistent SEO and discoverability

Database Schema

Content Pipeline (Primary Database)

Property Type Description
Content Title Title Working title of the piece
Status Select Idea · Outlined · Drafting · In Review · Scheduled · Published · Repurposed
Content Type Select Blog Post · Tutorial · Thread · Video Script · Newsletter · Short Post
Platform Multi-select Personal Blog · Dev.to · Hashnode · Medium · LinkedIn · Twitter/X
Topic Multi-select Python · DevOps · System Design · Career · Tooling · JavaScript
Target Publish Date Date Planned publication date
Actual Publish Date Date When it actually went live
Word Count Number Current word count
SEO Keyword Text Primary keyword target
Series Relation → Content Series Part of a content series
Repurposed From Relation → Content Pipeline Source content this was derived from
URL URL Published link
Views Number Total views (manual or API-updated)
Engagement Score Number Likes + comments + shares
Notes Text (long) Research notes, outline, and drafts

Editorial Calendar (Linked View)

Property Type Description
Week Formula ISO week number derived from Target Publish Date
Day of Week Formula Day name for daily planning
Is Overdue Formula (checkbox) True if Target Publish Date < now() and Status ≠ Published
Days Until Publish Formula (number) Countdown to publish date

Social Media Queue

Property Type Description
Post Text Title The actual social media copy
Platform Select Twitter/X · LinkedIn · Mastodon · Bluesky
Scheduled Date Date When to post
Status Select Drafted · Scheduled · Posted
Source Content Relation → Content Pipeline Original content this promotes
Has Image Checkbox Whether a visual is attached
Character Count Formula Auto-calculated from Post Text length

Content Series

Property Type Description
Series Name Title Name of the series (e.g., "Python Tips Weekly")
Status Select Active · Completed · Paused
Post Count Rollup Count of related Content Pipeline entries
Total Views Rollup Sum of views across all posts in the series

Quick Start

  1. Duplicate the template into your Notion workspace
  2. Customize the Topic multi-select to match your content niche
  3. Add your first 5 content ideas — don't overthink, just capture titles
  4. Set up your weekly rhythm — pick 1-2 publish days and add them to the calendar view
  5. Create your first social queue batch — for every blog post, draft 3 social posts

Usage Guide

Weekly Content Workflow

Day Activity View
Monday Review ideas backlog, pick 1-2 for the week Kanban board
Tues–Wed Draft content Filtered to "Drafting" status
Thursday Self-review, schedule publication Calendar view
Friday Publish + queue 3-5 social posts Social Media Queue
Weekend Log analytics, brainstorm next week's ideas Analytics dashboard

Content Repurposing Chain

Blog Post (1,500 words)
├── Twitter/X Thread (8-10 tweets)
├── LinkedIn Post (summary + key takeaway)
├── Dev.to Cross-post (full article)
├── Newsletter Mention (1 paragraph + link)
└── Short-form Video Script (60 seconds)
Enter fullscreen mode Exit fullscreen mode

Use the "Repurposed From" relation to track the chain from source to derivatives.

Template Examples

Example: Blog Post Entry

Field Value
Content Title 5 Python Decorators Every Backend Dev Should Know
Status Drafting
Content Type Blog Post
Platform Personal Blog, Dev.to
Topic Python
Target Publish Date 2025-12-10
SEO Keyword python decorators
Word Count 1,200

Example: Social Post

Field Value
Post Text Python tip: Use @functools.lru_cache to memoize expensive function calls. Free performance boost. Thread below.
Platform Twitter/X
Status Scheduled
Scheduled Date 2025-12-11

Customization Tips

  • Add a "Revenue" number property if you monetize content (sponsorships, affiliate links)
  • Create a "Collab" person property for guest posts and co-authored content
  • Add a "Canonical URL" property to manage cross-posting SEO correctly
  • Build a "Top Performers" filtered view sorted by Views descending to identify winning topics
  • Create recurring templates for weekly newsletters to maintain consistency

This is 1 of 11 resources in the Notion Developer Pro toolkit. Get the complete [Content Creator OS for Devs] with all files, templates, and documentation for $29.

Get the Full Kit →

Or grab the entire Notion Developer Pro bundle (11 products) for $99 — save 30%.

Get the Complete Bundle →


Related Articles

Top comments (0)