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

# Get Started

> Welcome to Winter! You're on your way to integrating an NFT checkout for free

⏱ Total setup time: 10 minutes

## Setup Steps

### Make sure your smart contracts conform to our standards

Check out the smart contract APIs we support!

<Card title="Ethereum, Polygon, and EVM based blockchains" href="/smart-contracts/eth-polygon-evm" icon="chart-network" iconType="duotone">
  Smart contract APIs for all EVM based blockchains
</Card>

<Card title="Solana" href="/smart-contracts/solana" icon="chart-network" iconType="duotone">
  Smart contract APIs for Candy Machine mints
</Card>

### Login to our dashboard & create a project

Go to the [Winter Dashboard](https://business.usewinter.com/)

1. Login.
2. Fill out the form to begin the process of verification.
3. Create a project.
4. Integrate into your website & test.
5. Push project to production and finalize verification.

### Integrate on your front end

Choose between the following based on the frontend code for your website:

<Card
  title="React (recommended)"
  href="/front-end-integration/react"
  icon={
 <svg
   class="h-6 w-6"
   xmlns="http://www.w3.org/2000/svg"
   viewBox="-11.5 -10.23174 23 20.46348"
 >
   <circle cx="0" cy="0" r="2.05" fill="#61dafb" />
   <g stroke="#61dafb" strokeWidth="1" fill="none">
     <ellipse rx="11" ry="4.2" />
     <ellipse rx="11" ry="4.2" transform="rotate(60)" />
     <ellipse rx="11" ry="4.2" transform="rotate(120)" />
   </g>
 </svg>
}
>
  Integrate Winter with your React App
</Card>

<Card title="Plain HTML" href="/front-end-integration/plain-html" icon="html5" iconType="brands">
  Use this option if you are using a website builder like Wix which can only
  take direct html
</Card>

### Push to Production

Push your project to production!

Here's a quick video tutorial on how to do that:

<iframe class="w-full h-96" src="https://www.loom.com/embed/9ea1f91a995c436ab6269f1bbbe937e7" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen />
