DEV Community

Ronny Cruz
Ronny Cruz

Posted on

The Social Network That Was Built Safety-First

The Social Network That Was Built Safety-First

How Candor: The Open Feed Network rethinks what a platform owes the people on it

Most social platforms were built the same way: grow first, moderate later. Safety teams arrived years after the feed did, bolted onto architectures that were never designed to protect anyone. Candor: The Open Feed Network was built in the opposite order — and that inversion shapes everything about it.

Candor, which entered public beta on July 4, 2026, is a bilingual English/Spanish social feed and livestreaming platform created by founder Ronny Cruz of Open Feed Network, Inc. Its core feed is open source under the MIT license, published for anyone to inspect. What makes it unusual is what runs underneath: a suite of purpose-built safety systems that screen content before it ever reaches another user — not after someone reports it.

No email. No password. No profile to sell.

Candor's most radical choice is what it refuses to collect. There is no email signup, no password, no phone number. Instead, identity is cryptographic: when you join, your device generates a keypair secured by a recovery seed phrase, and a PIN-protected vault that never leaves your own device. The server never sees your private key and holds no personal information about you — because it was never given any.

This isn't privacy as a settings toggle. It's privacy as architecture: the platform cannot leak, sell, or be compelled to hand over data it does not possess.

The same principle governs where content lives. User posts are hosted in Iceland under GDPR, one of the strongest data-protection regimes in the world, while legally mandated safety reporting runs through U.S. infrastructure — a deliberate split that keeps user data under strong privacy law without compromising the platform's legal obligations to protect people.

Safety that runs before the harm, not after

The safety layer is where Candor departs most sharply from the industry norm. Every piece of content passes through screening at the moment it enters the platform. Candor is an approved reporting partner of the National Center for Missing & Exploited Children and a licensed user of Microsoft's PhotoDNA, which blocks known child sexual abuse material at upload — the gate fails closed, meaning if screening can't run, the content doesn't post.

Livestreams get the same treatment in real time. Candor's live pipeline transcribes streams as they happen and scores them for terrorist and violent extremist content within seconds — not minutes, not after a viewer files a report. It is an answer, in working code, to the question the industry has struggled with since the Christchurch attack was broadcast live in 2019: how do you stop a livestream being used as a weapon?

Alongside threat detection runs something rarer: care. Candor Beacon monitors for signs of mental-health crisis — and it's built to tell the difference between dark humor, ordinary venting, and genuine distress, responding only when someone may actually need help. The platform's own testing philosophy is blunt about the stakes: a system that cries wolf is as useless as one that stays silent.

A third layer, Truth Shield, is free and open source: an AI-powered disinformation detector that labels posts with a risk assessment readers can see, rather than silently deciding what they're allowed to read.

"Built for ourselves, available to you"

Every one of these systems was built first to protect Candor's own feed. Only afterward were they extracted as independent services that other platforms — community sites, streaming services, youth platforms — can license and run themselves. That ordering matters: these aren't compliance products designed to a sales deck. They're the actual defenses of a working platform, offered to anyone else who needs them.

It's a small operation making a large argument. Candor is built and run by a solo founder from Puerto Rico, operating infrastructure across three countries, screening two languages in real time. If one person building safety-first can do this, the argument goes, the platforms with thousands of engineers have run out of excuses.

What Candor is betting on

Candor's wager is that people are tired of the trade they've been offered — connection in exchange for surveillance, reach in exchange for safety. Its answer is a feed where you are not the product, where protection runs in the pipeline rather than the press release, and where the code making those promises is public enough to check.

The platform is live now at candortheopenfeednetwork.com. Bring nothing but a seed phrase.

Top comments (0)