[Solid logo]

Community Solid Server

Welcome to Solid

This server implements the Solid protocol so you can create your own Solid Pod and identity.

Getting started as a user

Sign up for an account to get started with your own Pod and WebID.

To learn more about how this server can be used, have a look at the getting started tutorial and the server documentation.

Getting started as a developer

You can use any of the configurations in the config folder of the server to set up an of this server with different features. Besides the provided configurations, you can also fine-tune your own custom configuration using the configuration generator.

You can easily choose any folder on your disk to expose as the root Pod.
Use the --help switch to learn more.

Have a wonderful Solid experience

Learn more about Solid at solidproject.org.

You are warmly invited to share your experiences and to report any bugs you encounter.

Replacing this page

This index page is a static page configured to be shown at the root of the server. You can replace this page by adding the following entry to your server configuration:

{
  "@type": "Override",
  "overrideInstance": { "@id": "urn:solid-server:default:RootStaticAsset" },
  "overrideParameters": {
    "@type": "StaticAssetEntry",
    "filePath": "/path/to/my/index.html"
  }
}