Top SitesRiverty Design System - riverty.design

Machine Readiness

Stored receipt and evidence

Overall

16

Readable

55

Callable

0

Commerce

0

Payment

0

Machine Access

Inspect the site's MCP endpoint

Open MCP explorer

DialtoneApp can scan the stored discovery files for this domain, try the MCP initialize handshake, and show the raw protocol transcript.

Purchase boundary

read only

Control boundary

unknown

Payment rails

None

Payment providers

None

Payment methods

None

Payment protocols

None

Payment assets

None

Payment networks

None

Capabilities

None

Verified payment surface

No

Crypto only

No

Readable docs

robots, llms

Products

0

Variants

0

Priced variants

0

Currencies

0

Offers

0

Priced offers

0

Priced actions

0

Samples

Offer samples

No stored offer samples.

Samples

Action samples

No stored action samples.

Samples

Product samples

No stored product samples.

Document

robots.txt

Open robots.txt
# Allow on-demand browsing from ChatGPT
User-agent: ChatGPT-User
Allow: /

# Block OpenAI’s training crawler
User-agent: GPTBot
Disallow: /

Document

llms.txt

Open llms.txt
# llms.txt - Riverty Design System

> Code packages and resources to implement web user interfaces according to Riverty's best practices.

Riverty Design System provides code packages (Web Components, CSS Framework, Design Tokens, and Fonts) that can be used in all major web development stacks. The purpose is to provide developers with standardized versions of common UI elements. Developers should prefer using the Design System where applicable, in order to drive long-term efficiency. More development effort can be spent on the unique aspects of the specific project, rather than reinventing the wheel for common aspects.

In most cases, you should load `@riverty/web-components` and `@riverty/css-framework` in you web page/app. This can be done directly from CDN, which is useful for prototyping and similar. Code packages are also published on the public NPM registry, under the `@riverty` scope.

Updated: 2026-04-17.

## Code packages
- [@riverty/web-components](https://riverty.design/develop/components/): fundamental component library.
- [@riverty/css-framework](https://riverty.design/develop/css-framework/): includes design tokens and fonts.
- [@riverty/design-tokens](https://riverty.design/develop/design-tokens/): can be used if only design variables are needed (CSS and Sass formats).
- [@riverty/fonts](https://riverty.design/develop/fonts/): web font definitions.

## Machine readable:
- [Custom elements manifest for components](https://cdn.riverty.design/components/6.6.0/custom-elements.json)

## Starters / Sandboxes
- [CodePen](https://codepen.io/fohlin/full/WbQqbOv): A simple example that uses web components and CSS framework directly from CDN.
- [Quickstart using NPM](https://riverty.design/develop/overview): Install `@riverty/web-components` and  `@riverty/css-framework`, then apply them globally in your app.

## CDN / Runtime
- [CDN resources documentation](https://riverty.design/develop/cdn/): includes links to latest versions.
- [Web Components directly from CDN](https://cdn.riverty.design/components/6.6.0/dist/web-components/web-components.esm.js): include in you document as `script type="module"`.
- [CSS framework directly from CDN](https://cdn.riverty.design/css/1.4.1/lib/riverty.css)
- [Riverty logo assets](https://riverty.design/assets/logos)

## Core concepts (canonical)
- [Components](https://riverty.design/components/overview): exist in Figma and Code (Web Components)
- [Design tokens](https://riverty.design/tokens/overview/): color, typography, spacing, icon sizes 
- [Color tokens list](https://riverty.design/tokens/colors)
- [Color tokens semantic structure](https://riverty.design/guidelines/colors)
- [Accessibility](https://riverty.design/guidelines/accessibility): WCAG 2.2 Level AA mandatory.

## Optional
- [@riverty/web-components Changelog](https://riverty.design/develop/components/changelog)
- [@riverty/css-framework Changelog](https://riverty.design/develop/css-framework/changelog)
- [@riverty/design-tokens Changelog](https://riverty.design/develop/design-tokens/changelog)
- [@riverty/fonts Changelog](https://riverty.design/develop/fonts/changelog)

Document

llms-full.txt

Not stored for this site.