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

# Helpful Resources

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>;

* Full App Mafia video course: [<u>https://whop.com/joined/appmafia/app-mafia-updates-E1s6kcqVuHltzd/app/|</u>](https://whop.com/joined/appmafia/app-mafia-updates-E1s6kcqVuHltzd/app/|)
* Paywall design: [<u>https://apphud.com/blog/design-high-converting-subscription-app-paywalls#conclusion-good-paywalls-are-built-not-just-designed</u>](https://apphud.com/blog/design-high-converting-subscription-app-paywalls#conclusion-good-paywalls-are-built-not-just-designed)
* Cal AI onboarding:\
  [<u>https://screensdesign.com/showcase/cal-ai-calorie-tracker</u>](https://screensdesign.com/showcase/cal-ai-calorie-tracker)
* The power of influencers: [<u>https://www.forbes.com/sites/debgordon/2022/12/20/33-of-gen-zers-trust-tiktok-more-than-doctors-new-survey-shows/</u>](https://www.forbes.com/sites/debgordon/2022/12/20/33-of-gen-zers-trust-tiktok-more-than-doctors-new-survey-shows/)
* ASO guide: [<u>apptweak.com</u>](http://apptweak.com)

[<u>https://www.apptweak.com/en/aso-blog/topic/start-aso</u>](https://www.apptweak.com/en/aso-blog/topic/start-aso)

* Onboarding examples: [<u>https://userpilot.com/blog/onboarding-ux-examples/</u>](https://userpilot.com/blog/onboarding-ux-examples/)

<CtaBanner />
