Skip to main content
Quick lookup for every example shipped in the monorepo. For curated descriptions and tutorial cross-links see Examples. All commands are run from the monorepo root (openturn/). --filter can also be written as -F.

Browser apps (dev)

These run a local Vite dev server via openturn dev. Pass extra flags after --. For example, to pin a port:

CLI apps (demo)

Terminal-only examples. They don’t have a dev script — use demo. Common flags for the tic-tac-toe CLI:

Library packages (no dev server)

These define games, UIs, or bots that other example packages import. They have no dev or demo script — they’re consumed via workspace dependencies and exercised through the apps and CLIs above. bun --filter <name> typecheck and bun --filter <name> test (where present) still work.