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

# Build with Swipelux

> Onboard customers, issue wallets and bank accounts, receive funds, and send payouts through one API.

Build customer onboarding and global money movement with the Swipelux API.

<Columns cols={3}>
  <Card title="Start integrating" icon="rocket" href="/integration/quickstart">
    Create a sandbox customer and run your first money flow.
  </Card>

  <Card title="Explore API" icon="code" href="/api-reference/introduction">
    Inspect the exact operations, request fields, and response schemas.
  </Card>

  <Card title="Compliance and onboarding" icon="shield-check" href="/knowledge-base/compliance/overview">
    Review availability, compliance policy, and onboarding requirements.
  </Card>
</Columns>

## What you can build

<CardGroup cols={3}>
  <Card title="Receive funds" icon="arrow-down-to-line" href="/integration/receive-funds">
    Accept fiat and settle stablecoin into a customer wallet.
  </Card>

  <Card title="Send funds" icon="arrow-up-from-line" href="/integration/send-funds">
    Pay a customer-owned account or a third-party destination.
  </Card>

  <Card title="Issue a bank account" icon="building-columns" href="/integration/issue-bank-account">
    Give a customer reusable bank details that settle into a wallet.
  </Card>
</CardGroup>

## See it in action

<CardGroup cols={2}>
  <Card title="Explore the neobank demo" icon="play" href="https://demo.swipelux.com">
    Try a simulated account, deposit, and payout experience.
  </Card>

  <Card title="Clone the starter" icon="github" href="https://github.com/swipelux/neobank-starter">
    Rebrand the demo and use its product interface as a starting point.
  </Card>
</CardGroup>

The demo and starter are product and UI references. Follow the [Integration Docs](/integration/overview) and [API Reference](/api-reference/introduction) for the supported production integration.


## Related topics

- [Common flows](/integration/common-flows.md)
- [Integration overview](/integration/overview.md)
- [Recipients and destinations](/integration/recipients.md)
- [Accounts and wallets](/integration/accounts.md)
- [Send funds](/integration/send-funds.md)
