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

# Samples

> End-to-end web sample applications using Moment

Sample web applications demonstrating how to integrate Moment SDKs and APIs in real-world scenarios. These samples are designed to be practical, minimal, and production-oriented — helping developers understand complete payment flows from backend session creation to frontend checkout and webhook handling.

***

## Getting Started

Choose a sample that matches your use case or integration style.

<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-2 gap-6">
  <Card title="Checkout (Redirect)" icon="globe" href="https://github.com/momentcoadmin">
    A complete example of redirect-based checkout using Moment APIs.
  </Card>

  <Card title="Checkout (Embedded)" icon="browser" href="https://github.com/momentcoadmin">
    Inline checkout integration using the Moment JavaScript SDK.
  </Card>

  <Card title="React Sample App" icon="react" href="https://github.com/momentcoadmin">
    End-to-end checkout integration using React.
  </Card>
</div>

***

## Next Steps

* Review the [API Reference](/api-reference/getting-started/overview) for deeper control
* Set up [Webhooks](/api-reference/webhooks/overview) for production workflows
* Use the samples as a foundation for your own integration
