<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: PostStage</title>
    <description>The latest articles on DEV Community by PostStage (poststage).</description>
    <link>https://dev.to/poststage</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F14608%2Ff4e4c403-7b67-4e6e-a273-59730c6bb982.png</url>
      <title>DEV Community: PostStage</title>
      <link>https://dev.to/poststage</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/poststage"/>
    <language>en</language>
    <item>
      <title>I built a social scheduler that now posts to DEV too</title>
      <dc:creator>Vishal Mathur</dc:creator>
      <pubDate>Wed, 02 Sep 2026 10:00:00 +0000</pubDate>
      <link>https://dev.to/poststage/i-built-a-social-scheduler-that-now-posts-to-dev-too-1ikh</link>
      <guid>https://dev.to/poststage/i-built-a-social-scheduler-that-now-posts-to-dev-too-1ikh</guid>
      <description>&lt;h2&gt;
  
  
  PostStage schedules to 16 platforms via their official APIs. DEV.to just became one of them.
&lt;/h2&gt;

&lt;p&gt;I've been building &lt;a href="https://trypoststage.com" rel="noopener noreferrer"&gt;PostStage&lt;/a&gt; — a scheduler that&lt;br&gt;
queues one post to 16 platforms and fires each through that platform's official&lt;br&gt;
API.&lt;/p&gt;

&lt;p&gt;This week I added &lt;strong&gt;DEV.to&lt;/strong&gt; as a publishing target, which is why I'm posting&lt;br&gt;
about it here: I can now write a draft, set a time, and have it land on DEV,&lt;br&gt;
Hashnode-style, alongside the same content going to LinkedIn and X.&lt;/p&gt;

&lt;p&gt;The current list: Instagram, Facebook Pages, LinkedIn, X, YouTube Shorts,&lt;br&gt;
Threads, Pinterest, Google Business Profile, Bluesky, Mastodon, TikTok, Tumblr,&lt;br&gt;
Telegram, Discord, WordPress, and DEV.&lt;/p&gt;

&lt;p&gt;A few things I made deliberate calls on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Official APIs only.&lt;/strong&gt; No browser automation, no unofficial endpoints. It
costs features — Instagram won't let anyone publish to a personal account, so
PostStage doesn't pretend to — but nothing breaks the week a platform ships a
DOM change.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;QStash for delivery, not polling.&lt;/strong&gt; Each post is handed to Upstash with a
&lt;code&gt;notBefore&lt;/code&gt; timestamp, so a scheduled post is a queued message rather than a
row some cron has to notice.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tokens encrypted at rest&lt;/strong&gt; with AES-256-GCM, because a scheduler is a pile
of other people's access tokens and should be treated as one.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's a real product with paid plans, and there's a free tier if you just want to&lt;br&gt;
see whether the queue does what you need.&lt;/p&gt;

&lt;p&gt;Happy to answer anything about the platform integrations — the API quirks across&lt;br&gt;
16 of them have been the genuinely hard part, and I'll probably write that up&lt;br&gt;
separately.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>webdev</category>
      <category>saas</category>
      <category>api</category>
    </item>
  </channel>
</rss>
