How this tool works
The generator distributes posts across each selected week, cycles through your content pillars and formats, then returns an editable calendar table.
Free content calendar generator for planning posts by platform, weeks, posting frequency, start date, content pillars, formats, and Markdown download.
The generator distributes posts across each selected week, cycles through your content pillars and formats, then returns an editable calendar table.
totalPosts = postsPerWeek * numberOfWeeks; week = floor(index / postsPerWeek) + 1; dayOffset = floor((index % postsPerWeek) * 7 / postsPerWeek); date = startDate + ((week - 1) * 7 + dayOffset); pillar = pillars[index % pillars.length]; format = formats[index % formats.length]; whole-number post and week counts keep the table predictable
Use it to create a first-pass content plan, then edit the downloaded Markdown calendar with actual post ideas, owners, and publication notes.
It generates a structured calendar from your pillars and formats, not AI-written post ideas.
Yes. Enter the platform name you want to plan for.
Yes. Download it as Markdown or copy it from the result.
The form supports whole-number ranges from 1 to 14 posts per week and 1 to 52 weeks, which keeps the browser table usable.
The generator spaces draft posts inside each week based on posts per week.