DEV Community

John Builds
John Builds

Posted on

The 2.5-hour week: a posting system for developers who hate posting

Most developers building a side project know they should be visible somewhere (X, LinkedIn, wherever their users are), and most quietly skip it, because context-switching out of code into "content" is miserable.

I fought this for months while building my SaaS. What stuck was making posting look like a build pipeline instead of a creative act:

  1. Batch on Sunday (90 min). Write the whole week's posts in one sitting. Ideas come from the week's commits, bugs, and user conversations, so the material is already there.

  2. Publish on a queue. Fixed slots, Tue/Thu/Sat. No decisions during the week.

  3. Reply 10 minutes a day. Small comments in your niche compound faster than posts do.

  4. Recycle monthly. Your best post from last month is new to most of this month's audience.

The mental shift: treat consistency as infrastructure. Cron beats willpower.

I ended up building this into my own product, XreplyAI, which plans and publishes across 15 platforms from one calendar: https://xreplyai.com?utm_source=devto&utm_medium=social&utm_campaign=edusales-2026-07-29

Top comments (0)