Repository examples

Run the LiteVerse examples from their source folders.

This page lists the real example projects in the repository. Each entry includes the folder, purpose, run command, and source link.

Example index

Each example has a source folder, purpose, and run command.

Shared setup

Most examples use the same startup flow.

Common setup

Run `pnpm install` from the repository root before opening browser-based examples.
Use `?api=` or `VITE_LITEVERSE_API_BASE_URL` when testing against a different API base.
Use the live API by default so behavior matches the dashboard and node products.
Show unavailable state when bootstrap data cannot be loaded.
Commands
pnpm install
pnpm --dir examples/vanilla-sdk dev
pnpm --dir examples/react-sdk dev
pnpm --dir examples/widget-embed dev
pnpm --dir examples/node-service start
Repository files

Detailed walkthroughs live with each example.

examples/README.md

Example index and shared run notes.

examples/vanilla-sdk/README.md

Browser SDK instructions.

examples/react-sdk/README.md

React provider and hooks instructions.

examples/widget-embed/README.md

Widget embed instructions.

examples/node-service/README.md

Server-side SDK usage.

examples/cli-pairing/README.md

Terminal pairing walkthrough.

examples/interlayer-reference/README.md

Live InterLayer service reference.

Related docs

Read examples together with the SDK and widget pages.