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

# Publishing

> Frequently Asked Questions about publishing with Rork

export const CtaBanner = () => <div style={{
  display: "flex",
  alignItems: "center",
  justifyContent: "space-between",
  gap: "24px",
  flexWrap: "wrap",
  margin: "40px 0 8px",
  padding: "22px 28px",
  borderRadius: "16px",
  background: "linear-gradient(135deg,rgba(249,115,22,0.10),rgba(255,255,255,0.03),rgba(249,115,22,0.06))",
  border: "1px solid rgba(255,255,255,0.08)"
}}>
    <div>
      <div style={{
  fontSize: "19px",
  fontWeight: 700,
  color: "#fff",
  letterSpacing: "-0.3px",
  lineHeight: 1.3
}}>
        Build your app with Rork today.
      </div>
      <div style={{
  fontSize: "14px",
  color: "rgba(255,255,255,0.6)",
  marginTop: "4px",
  lineHeight: 1.5
}}>
        Ship iOS, Android, and web apps by chatting with AI.
      </div>
    </div>
    <a href="https://rork.com" style={{
  flexShrink: 0,
  display: "inline-block",
  padding: "10px 24px",
  background: "linear-gradient(135deg,#fff,#f0f0f0)",
  color: "#000",
  fontSize: "14px",
  fontWeight: 600,
  borderRadius: "100px",
  textDecoration: "none",
  whiteSpace: "nowrap"
}}>
      Try Rork for Free
    </a>
  </div>;

## Publishing

### What is App Preview?

App Preview lets you share your app with friends or colleagues instantly — no App Store or TestFlight required.\
Publish to App Preview and share the `.rork.app` link.\
Friends can open it in the Rork iOS app or Expo Go.

### How can I publish to App Store or TestFlight?

Use Rork’s built-in publishing feature.\
You’ll need an **Apple Developer Account** and an **Expo account**.\
App Preview may be enough for daily use if you don’t need App Store distribution.

### How can I publish to Google Play or download an .apk file?

Currently, Google Play publishing is manual.\
Export your app via GitHub, then use **Expo Application Services (EAS)** to build and submit.\
👉 [Expo Play Store guide](https://docs.expo.dev/deploy/submit-to-app-stores/)

### How can I publish to the web?

Rork apps also work on the web but require external hosting.\
👉 [Expo web publishing guide](https://docs.expo.dev/guides/publishing-websites/)

***

## Need more help?

Still have questions?\
📩 [Contact Support](mailto:support@rork.com)

<CtaBanner />
