Content Calendar — Track-Only · Small Team
Overview
Content Calendar — Track-Only · Small Team
Contract: OUT-2026-CC-TRACK-SM Build: cc-track-sm-20260623 Classification: Web Application
What This Package Contains
A shared content planning system for small teams:
- Capture content ideas in a shared backlog
- Schedule posts on an editorial calendar (week + month views)
- Track status: Idea → Scheduled → Published
- Mark posts published after manual off-platform posting
- View this week's scheduled content at a glance
This tool does not auto-publish to social media.
Quick Start
cd delivery-package/content-calendar-track-sm/app
node server.js
Open http://localhost:3847 in your browser.
Package Layout
content-calendar-track-sm/
├── app/ # Web application (D-1)
│ ├── server.js # Shared data server (F-10)
│ ├── index.html
│ ├── app.js
│ ├── styles.css
│ └── data/items.json # Shared content store (created at runtime)
├── user-guide.md # D-2
├── run-deploy-instructions.md
├── customer-walkthrough.md
├── verification-report.md # D-4
├── verification-report.json
├── assumptions.json
├── outcome-contract.md
└── DELIVERY-NOTE.md
Excluded (By Contract)
- Auto-publish / OAuth / social API integrations
- Approval workflows and role-based permissions
- CRM, analytics, enterprise features
Verification
Run automated verification (server must be running):
node delivery-package/content-calendar-track-sm/scripts/run-verification.mjs
See verification-report.md for results.