> ## 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.

# Integrations

> Frequently Asked Questions about Integrations 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>;

### Can I integrate Rork with a database like Supabase or Firebase?

Yes. You can ask Rork to integrate with **Supabase** or **Firebase**, but it currently requires manual setup and guidance.\
For features like **Auth** or **Push Notifications**, export the code locally and follow external tutorials.

### What is Rork Backend? Does it have a database or authentication service?

**Rork Backend** provides serverless functions that auto-scale and securely connect to APIs or external databases.\
It doesn’t yet include a built-in database or authentication, but it will soon.\
Backend hosting is included for paid users.

### How can I build apps that use AI features like chat, voice transcription, or image generation?

Rork easily integrates with **OpenAI API**.\
Paid users get hosted AI without managing API keys.\
You can also export the code and use your own OpenAI key.

### Can I integrate Rork with business tools like Google Sheets, Airtable, Notion, or my own API?

Yes. Just ask Rork to integrate with the service you want.\
It will ask for your API key and might need API documentation for accuracy.

### Can I import Figma files into Rork?

Yes. Copy your Figma screens as images and paste them into Rork AI chat.\
You can also drag-and-drop exported Figma images in bulk.\
A more direct import feature is coming soon.

### How can I add payments with Stripe, RevenueCat, Superwall, or Adapty?

The easiest way to integrate payments into Rork is by adding RevenueCat.\
Rork recommends **RevenueCat** for in-app purchases and subscriptions.\
👉 [Expo + RevenueCat Guide](https://expo.dev/blog/expo-revenuecat-in-app-purchase-tutorial)

### How can I add authentication to my app?

For most apps, local data storage is enough.\
If you need authentication, use **Supabase Auth** for email/password or magic links.\
For social login (Google, Apple, etc.), create a custom Expo Development Build.\
👉 [Supabase social login guide](https://supabase.com/docs/guides/auth/social-login/auth-google?queryGroups=platform\&platform=react-native)

### How can I add push notifications to my app?

Rork supports local notifications natively.\
For push notifications, integrate **Firebase Cloud Messaging (FCM)** after exporting your code.\
👉 [Expo FCM setup guide](https://docs.expo.dev/push-notifications/sending-notifications-custom/)

***

## Need more help?

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

<CtaBanner />
