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

# Guides

> Practical guides and tutorials for building specific types of Blinks, including real-world examples and implementation patterns.

## Beginner

<CardGroup cols={2}>
  <Card title="Build Your First Blink" icon="rocket" href="/blinks/blinks-provider/build-your-first-blink">
    Get started with creating your first Blink. This comprehensive guide walks you through the basics of building a functional Blink from scratch.

    **Platform:** Solana
  </Card>

  <Card title="Tip Blink" icon="hand-holding-dollar" href="/blinks/blinks-provider/guides/tip-blink">
    Learn how to create a simple tipping Blink that allows users to send tips to content creators or service providers.

    **Platform:** Monad
  </Card>
</CardGroup>

## Advanced

<CardGroup cols={2}>
  <Card title="Feedback Blink" icon="comment" href="/blinks/blinks-provider/guides/feedback-blink">
    Learn how to build a Blink that collects feedback from users and stores it in a database using message signing.

    **Platform:** Solana
  </Card>
</CardGroup>

## Contributing

Interested in contributing a guide? We welcome community contributions! Reach out to us at [hello@dialect.to](mailto:hello@dialect.to) to discuss your ideas.
