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

# Examples

> Live examples and starter templates to get you building quickly

## Live Demos

Explore fully functional implementations of Krono across different frameworks. Each example demonstrates real-time orderbook visualization with time travel capabilities.

<CardGroup cols={2}>
  <Card title="React + Vite Example" icon="react" href="https://github.com/fapiper/krono/tree/main/examples/react">
    A React implementation with Vite
  </Card>

  <Card title="Next.js Example" icon="https://assets.vercel.com/image/upload/v1662130559/nextjs/Icon_light_background.png" href="https://github.com/fapiper/krono/tree/main/apps/web">
    A Next.js App Router implementation
  </Card>
</CardGroup>

## Need Help?

If you get stuck or find a bug, don't hesitate to reach out.

<CardGroup cols={2}>
  <Card title="Kit Documentation" icon="puzzle" href="/docs/docs/kit/getting-started">
    Read the Kit documentation
  </Card>

  <Card title="Core Documentation" icon="toy-brick" href="/docs/docs/kit/getting-started">
    Read the Core documentation
  </Card>

  <Card title="Open an Issue" icon="github" href="https://github.com/fapiper/krono/issues">
    Report bugs or request features
  </Card>

  <Card title="Email Support" icon="at-sign" href="mailto:hello@fabianpiper.com">
    Contact me directly
  </Card>
</CardGroup>
