Solid + Next.js + RDF/JS Wrapper: Demo Application¶
This is a tutorial on how to create a Solid Application using Next.js, RDF/JS Wrapper and ACP.
The following instructions are meant to guide you through running the Solid Next Wrapper Demo Application (code is available on github).
Prerequisite¶
Download the solid/solid-next-wrapper-demo code on GitHub.
How To¶
Follow the README instructions to setup and run the demo app.
The application code is commented to help you understand and learn a simple solid application development pattern.
About Solid Servers¶
The Solid Next Wrapper application runs a Community Solid Server (CSS) instance in development.
It is easy to configure an alternative solid server via the environment variable NEXT_PUBLIC_BASE_URI.
When you want to run a similar application in production, you will want to configure it so that it uses a solid server available via the internet instead of localhost.
You could create a Pod with one of the existing providers.
Or you could host your own Pod with the Community Solid Server.
You can follow the instructions in solid/css-azure-app-service to deploy the CSS to Azure.