Freedom from the web's monopolies

The web is not as open as it used to be: monopoly platforms formed new proprietary layers on top of it. But we create a better architecture for the web. We break the package deal »you get our app, we get your data« with remoteStorage, a cross-origin storage protocol separating application servers from people's documents.

This enables everyone to use various web services but keep their data in one place they choose and trust – their remote storage, their »home folder« for the web. The applications will not run on servers you can't control, but be pure Javascript which runs client-side, in your browser. And app developers don't need to bother about providing storage or managing user accounts.

Technically speaking, we define a protocol stack called remoteStorage. A combination of WebFinger for discovery, OAuth for authorization, CORS (Cross-Origin Resource Sharing) for cross-domain AJAX calls and GET, PUT, DELETE for synchronization. We also work on its adoption through developing apps like Libre Docs and Opentabs as well as making existing apps and storage providers compatible.

Unhosted is a movement by the people, for the people. Everyone can participate, including you!