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

# SuiByExamples Tutorial Collection

> Fast guides, tutorials, and examples for building on Sui blockchain

<div
  style={{
position: 'relative',
width: '100%',
paddingBottom: '56.25%', // 16:9 aspect ratio
height: 0,
overflow: 'hidden'
}}
>
  <iframe
    src="https://www.youtube.com/embed/KRbu5GvkTRc"
    title="Sui Tutorial"
    frameBorder="0"
    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
    referrerPolicy="strict-origin-when-cross-origin"
    allowFullScreen
    style={{
        position: 'absolute',
        top: 0,
        left: 0,
        width: '100%',
        height: '100%'
    }}
  />
</div>

## Quick Links

<CardGroup cols={2}>
  <Card title="Get Started" icon="rocket" href="/introductory-starter-pack/sui-60s">
    Quick introduction to Sui blockchain
  </Card>

  <Card title="Sui in 15 Minutes" icon="clock" href="/learn-sui-move-fast/sui-15min">
    Fast-track tutorial for Sui Move
  </Card>

  <Card title="GitHub Repository" icon="github" href="https://github.com/goodylili/suibyexamples.com">
    View source code and contribute
  </Card>

  <Card title="YouTube Tutorials" icon="play" href="https://youtube.com/playlist?list=PLwSqiyXKVkfVA5TXrPvnUXM6d07_zw8Ot&si=fQy1BdX8yondvtZg">
    Video tutorials and walkthroughs
  </Card>
</CardGroup>
