DEV Community

Apoorv Darshan
Apoorv Darshan

Posted on

Why I made my social publishing tool local-first (no cloud, no SaaS)

Most crossposting tools ask you to hand your social tokens to their servers. I didn’t want to build — or trust — that.

Crossposter runs entirely on your machine. It talks to each platform directly with credentials that never leave localhost. You own the data, the history, and the sessions.

Local-first means no middleman between you and your audience, and nothing to leak if a SaaS gets breached.

Free & open source: https://github.com/apoorvdarshan/crossposter

Top comments (0)