> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skybridge.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Magic 8-Ball

> Classic fortune-telling toy that answers yes-or-no questions with mystical responses.

Magic 8-Ball is the default Skybridge starter app — ask a question, shake the ball, and get a mystical answer. A minimal example that demonstrates the core Skybridge loop: tool input, server logic, and view rendering.

<img src="https://mintcdn.com/skybridge-alpic/qsKsAKKpselsIl6n/images/showcase-magic-8-ball.png?fit=max&auto=format&n=qsKsAKKpselsIl6n&q=85&s=febb2ca63e8331fa332ee56d145cd9f4" alt="Magic 8-Ball" style={{ width: "100%", maxWidth: "960px", borderRadius: "12px" }} width="680" height="283" data-path="images/showcase-magic-8-ball.png" />

## Links

<CardGroup cols={2}>
  <Card title="Try the demo" icon="play" href="https://magic-8-ball.skybridge.tech/try">
    Launch the live view experience.
  </Card>

  <Card title="View source on GitHub" icon="github" href="https://github.com/alpic-ai/apps-sdk-template">
    Browse the full example code.
  </Card>
</CardGroup>

## Skybridge APIs used

* [`useToolInfo`](/api-reference/use-tool-info)
