Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs-staging.skybridge.tech/llms.txt

Use this file to discover all available pages before exploring further.

A word-guessing party game where the user sees a secret word and gives hints to the AI, which tries to guess it. Features hidden metadata, PiP display mode, multilingual support, and view-to-tool communication. Time's Up showcase

Try the demo

Launch the live view experience.

View source on GitHub

Browse the full example code.

Skybridge APIs used

  • registerTool — with _meta for hidden card data and view.csp.resourceDomains config
  • useToolInfo — access the drawn card’s metadata (word + illustration)
  • useCallTool — draw new cards from within the view
  • useDisplayMode — switch to PiP when the game starts
  • useSendFollowUpMessage — notify the AI of newly drawn cards
  • useUser — adapt the displayed word to the user’s locale