Two Models for the Internet

Every time you go online, you are navigating between two fundamentally different models of how the internet works: the open web and closed platforms. Understanding the difference is not just a technical matter — it has real consequences for your privacy, freedom of expression, and long-term ownership of your digital presence.

What Makes a Platform "Closed"?

A closed platform is one where a single company controls the rules of participation, the infrastructure, the data, and the APIs. Users can participate — but only on the platform's terms. Examples include major social networks, messaging apps that don't support federation, and app stores that require proprietary toolchains.

Characteristics of Closed Platforms

  • You log in with a proprietary account you don't own.
  • Your content, connections, and history are stored in a database you cannot export cleanly.
  • The platform decides what content is amplified or suppressed via algorithmic ranking.
  • Third-party developers must agree to API terms of service that can change or be revoked.
  • If the platform changes its policies or shuts down, your network and content can disappear.

What Makes Something "Open Web"?

Open web properties are built on publicly documented standards. Anyone can implement them, host them, and interconnect with others. The web's foundational protocols — HTTP, HTML, CSS, RSS — are all open.

Characteristics of the Open Web

  • Content is accessible via a URL without mandatory login.
  • Standards are documented and maintained by independent bodies (W3C, IETF).
  • You can host your own version and retain full control over your data.
  • Interoperability is a first-class design goal.
  • Portability: you can move without losing everything.

Side-by-Side Comparison

DimensionOpen WebClosed Platform
Data ownershipYou own your dataPlatform owns/controls your data
Identity portabilityYour domain = your identityAccount tied to one service
InteroperabilityStandards-based, open APIsProprietary, restricted APIs
Content moderationSelf-governed or community-governedCentrally decided by the company
LongevityYour site exists as long as you maintain itDependent on platform continuing
DiscoverabilityWeb search, RSS, open linksAlgorithmic feed, within-platform search

The Trade-offs Are Real

Closed platforms exist because they solve real problems. They offer frictionless onboarding, built-in audiences, algorithmic content discovery, and network effects that benefit users in the short term. Not everyone wants to manage a server or maintain a domain.

The open web asks more of its participants. But the trade-off is genuine ownership, resilience, and the absence of a corporate intermediary between you and your audience.

Finding the Balance

Many practitioners of the IndieWeb philosophy use a strategy called POSSE: Publish on your Own Site, Syndicate Elsewhere. You maintain a canonical version of your content on a domain you control, then automatically share it to closed platforms for reach. This way, you get the distribution benefits of closed platforms without depending on them as the primary record.

The choice between open and closed is rarely absolute — but being aware of the differences lets you make more deliberate decisions about where you build your digital life.