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

# Deployment

ShipKit is designed for seamless deployment, supporting popular platforms like Netlify and Vercel, as well as any environment compatible with Node, including Docker. This flexibility allows you to deploy your applications quickly and efficiently, whether you prefer serverless architectures or containerized solutions. With ShipKit, you have the freedom to choose the deployment method that best fits your project's needs, ensuring optimal performance and scalability.

<CardGroup cols={2}>
  <Card href="/deploy/node">
    <img className="w-10" src="https://mintcdn.com/shipkit/HuQd_kWdB4hOr_Br/images/node.svg?fit=max&auto=format&n=HuQd_kWdB4hOr_Br&q=85&s=4e79abfd65f23648a196ceb198574429" width="221" height="221" data-path="images/node.svg" />

    <div className="font-bold text-white pt-4 text-lg">Node</div>
  </Card>

  <Card href="/deploy/netlify">
    <img className="w-10" src="https://mintcdn.com/shipkit/HuQd_kWdB4hOr_Br/images/netlify.svg?fit=max&auto=format&n=HuQd_kWdB4hOr_Br&q=85&s=64c1fbb969eb5277bab1c00602432f1c" width="246" height="246" data-path="images/netlify.svg" />

    <div className="font-bold text-white pt-4 text-lg">Netlify</div>
  </Card>

  <Card href="/deploy/vercel">
    <img className="w-10" src="https://mintcdn.com/shipkit/xRS2Tr5oIR22A0ee/images/vercel.svg?fit=max&auto=format&n=xRS2Tr5oIR22A0ee&q=85&s=527b04a675d4777ccd07bf03aa2dbc0e" width="221" height="221" data-path="images/vercel.svg" />

    <div className="font-bold text-white pt-4 text-lg">Vercel</div>
  </Card>
</CardGroup>
