Prez logoPrez

PrezUI

The frontend for Prez

PrezUI 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 PrezUI

Running PrezUI

There are several ways to use PrezUI's suite of features. The most common way to run PrezUI 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

PrezUI is comprised of 4 NPM packages:

How do I decide what to use?

License

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