Prez logoPrez

Prez UI

The frontend for Prez

Prez UI is the front end of Prez - a linked data API - and is a suite of packages to interact with and render RDF in JavaScript.

Screenshot of a catalogue in Prez UI

Running Prez UI

There are several ways to use Prez UI's suite of features. The most common way to run Prez UI is by creating a 'themed' instance using create-prez-app. You can do so by running:

npx create-prez-app@latest <project_name>

(Note: for pnpm, run pnpm dlx instead of npx)

See the included README in the starter template from the above command, or the theming documentation for more information on how to get started.

For other use cases, see the below packages that are available.

Packages

Prez UI is comprised of 4 NPM packages:

How do I decide what to use?

License

This version of Prez UI and the contents of this repository are also available under the BSD-3-Clause License.