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

# Export and SSH

> Export your code and connect via SSH

SSH allows you to connect your Vibecode projects directly to code editors like Cursor. This gives you a secure, direct connection to your code so you can edit, deploy, and manage your app from your preferred development environment.

## Benefits of SSH

* Secure connection to your code repository
* Edit your Vibecode app in Cursor or other IDEs
* Deploy and manage your app from the command line
* Work with your team using standard development workflows
* Version control and collaboration tools built in

## Getting Started with SSH

* Open your app in the Pinch to Build menu
* Select the project name from the drop-down
* Click "Connect via SSH"
* Hit "Send email instructions" in the pop-up
* Follow the setup instructions sent to your email

Or you can copy the SSH command and password directly into Cursor.

## Next Steps

<CardGroup cols={2}>
  <Card title="Download Code" icon="download" href="/getting-started/download-code">
    Download your full project
  </Card>

  <Card title="Deploy to App Store" icon="apple" href="/getting-started/deploy-app-store">
    Publish your app
  </Card>
</CardGroup>
