Daniel Dhawan

Rork Max - Best AI for iOS apps. Website that replaces Xcode

by
The most advanced AI to build apps. Superior in design. Every Apple platform — iPhone, iPad,  Watch,  TV, Vision Pro, and iMessage. If your device can do it, Rork Max can build it — 3D games, AR, body tracking, Live Activities, Siri intents, widgets, and more. The first Swift app builder on the web. Install on your iPhone with one click. Two clicks to App Store.

Add a comment

Replies

Best
Gleb Shalimov

I am reading the story about the launch of Rork and your team with great interest. You are doing a great job! Keep it up!

Dora Akulshina

@khlebobul Thank you Gleb, really appreciate the kind words!!
We're just getting started, a lot more coming soon... 🚀

Sergey Bakaev

@khlebobul can't agree more here! team is super strong!

Evgenii Mozharovskii

@thxgrey Thank you so much!!!

Evgenii Mozharovskii

@khlebobul Thanks Gleb! The best is ahead — stay tuned!

George Kvirkvelia

@khlebobul We keep accelerating...

Stepan Solodnev

@khlebobul Thank you! that means a lot

Nika

It is finally here. AFAIK, there are not many tools for smartphone apps :) So looking forward to someone finally filling the space :)

Dora Akulshina

@busmark_w_nika Thank you! Yeah, the mobile app space has been underserved for too long — building native iOS apps was just too painful with Xcode, certificates, and all that. We're excited to finally make it accessible to everyone. Welcome aboard!

George Kvirkvelia

@busmark_w_nika just Rork it.

Evgenii Mozharovskii

@busmark_w_nika We're filling it fast! Let us know if you give it a try — would love your feedback!

Ilya Evseev

Wait you can actually build Apple Watch apps and Vision Pro apps with this? Ive been wanting to build a watch app for my gym routine tracking. How complex can it get?

Dora Akulshina

@ilya_evseev Yes, 100%! Apple Watch and Vision Pro are both supported. A gym routine tracker for Watch is actually a perfect use case. You can access HealthKit for workout data, use the Watch's sensors and build a full standalone Watch app. Complexity-wise think of it like this: if it's an app you'd find on the App Store for Watch, Rork Max can probably build it. Give it a try!

George Kvirkvelia

@ilya_evseev tvOS as well.

Evgenii Mozharovskii

@ilya_evseev Yes! Apple Watch, Vision Pro, tvOS — we're the only platform that supports all Apple targets natively. A gym tracker for Watch is a great use case, give it a try!

Aleks Bykhun

@ilya_evseev i need an app that blocks my X until I do 5 pushups 😁

Evgenii Mozharovskii

@ilya_evseev  @caffeinum list me in!!!

Salvatore Grosso

Awesome, excited to checkout max for myself. How do we claim the 50% off discount? What’s the pricing like? Saw a tweet that says we don’t own the app IP—is that true?

Dora Akulshina

@salvatore_grosso Thanks Salvatore! For the 50% off, just use promo code RORKMAX at rork.com when upgrading. And about IP — you 100% own your app and code. You can export it to GitHub anytime and continue in Xcode if you want. Your app, your code, your business. That tweet was wrong 🙂

Evgenii Mozharovskii

@salvatore_grosso Hey Salvatore! Pricing is on our main page in the header. For the 50% off, just enter RORKMAX as a promo code when purchasing on Stripe. And yes — you fully own everything you build. Your code, your app, your business. Rork helps you go from idea to the App Store, we don't own any of it!

George Kvirkvelia

@salvatore_grosso Not true. Your code, your ownership. I personally replied to one of those tweets btw.

Evgenii Mozharovskii
Stepan Solodnev

@salvatore_grosso Thank you!

Cruise Chen

Most vibe coding tools create more toys while Rork provides ways from concept to a real app business! Has it been connected to any payment getway yet?

Dora Akulshina

@cruise_chen love that framing! <3 For payments, since Rork Max builds native Swift apps, you get full access to StoreKit for in-app purchases and subscriptions, which is Apple's native payment system and the standard for monetizing iOS apps. You can also integrate RevenueCat for easier subscription management. So yes, monetization is fully supported out of the box

Evgenii Mozharovskii

@cruise_chen thanks! Yes — you can build directly with StoreKit or connect RevenueCat via integrations. Payments work out of the box. Curious though — would you want a Rork-native payment gateway?

George Kvirkvelia

@cruise_chen some of our users prefer SuperWall.

Evgenii Mozharovskii

@cruise_chen  @giorgiojulius thats a great product!

Sergey Bakaev

We built an AI therapy app so we know the iOS pain — what you guys did is legendary, congrats on the launch! Quick question does Max handle HealthKit permissions and sensitive data properly out of the box?

Dora Akulshina

@thxgrey Yes! HealthKit works out of the box with Rork Max. It handles the entitlement (com.apple.developer.healthkit) and the required Info.plist permission strings (NSHealthShareUsageDescription, NSHealthUpdateUsageDescription) automatically. All health data stays on-device through Apple’s native HealthKit APIs exactly as Apple intended. Building an AI therapy app sounds like the perfect use case for this. Would love to see what you’d create with Max 🙌

Evgenii Mozharovskii

@thxgrey thanks Sergey! Yes, Rork Max handles Apple frameworks and capabilities including HealthKit out of the box, and it's designed to ship secure, reliable code. That said — it's still LLM-powered, so for sensitive data I'd recommend asking the subagent to validate how the app handles it before shipping. You can never be too careful with health data!

Sergey Bakaev

@mozharovsky thank you for complete answer!

Evgenii Mozharovskii

@thxgrey Anytime! Let us know if you end up building with Max — would love to see what you ship!

George Kvirkvelia

@mozharovsky  @thxgrey thank you for complete question!

Stepan Solodnev

@thxgrey appreciate you sharing that!!

Evgenii Mozharovskii

@thxgrey  @solodnev 1000% valuable insights!!!

Matt Blake

Very impressive list of iOS features, but I don’t see iCloud for app data sync or calendar access. Would Rork Max support this?

Dora Akulshina

@mattblake_uk Great question! Yes, Rork Max supports iCloud sync via SwiftData with CloudKit. Your app data syncs across devices automatically. Calendar access is also supported through EventKit. We handle the entitlements and permissions setup for you. Both are fully available 🙂

Matt Blake

@dora_akulshina Thanks for the quick response! I was making good progress with Rork Max until I requested in the chat to add the app to my phone's share sheet. Now I cannot deploy to my phone using the companion app.

ChatGPT says the error is: Apple’s security architecture treats App Extensions (like a Share menu integration) as entirely separate mini-applications inside your main app. This means they require their own separate provisioning profiles, App IDs, and complex App Group entitlements to share data.

While Rork Max is incredible at automatically code-signing a single main app so you can install it via the Companion app without Xcode, its automated cloud-signer is tripping over the complex, dual-signature requirements needed for the Share Extension.

Maxim Konstantinov

@mattblake_uk Hey Matt, thanks for flagging this!

We're working on a fix and it will ship in one of the next Rork Companion updates. Once it's out, your Share Extension should sign and deploy correctly through the Companion app.

Dora Akulshina

@mattblake_uk  @knstntnv Thank you Maxim for the answer and Matt for the great question!

Aleks Bykhun

@mattblake_uk true, that would unlock so many fitness use cases! Rork, please add

Evgenii Mozharovskii

@mattblake_uk  @caffeinum we actually added!

George Kvirkvelia

@mattblake_uk  @caffeinum Already added. Now it is your job to build the app that will help users stay fit.

Valeriia Avramenko

Congrats on the launch! I noticed the apps coming out of Rork look way more polished than what I’ve seen from other AI builders. Is that a SwiftUI thing or do you have some secret sauce for the design quality?

Dora Akulshina

@valeriiavramenko Thank you Valeriia! The reason why Rork apps look more polish than from other AI builders is both — SwiftUI gives you native Apple components that automatically look premium (spacing, typography, animations), plus our AI follows Apple Human Interface Guidelines by default. Coming from an AI food scanner you probably know how much native camera performance matters too. Are you using on-device Vision for the food recognition?

Evgenii Mozharovskii

@valeriiavramenko thanks Valeriia! It's both — SwiftUI and UIKit give us first-class access to all native Apple UI components, so the apps look and feel like they belong on your iPhone. But native alone isn't enough — we put a ton of work into the agent itself to make sure it produces polished, production-quality designs out of the box. There's definitely some secret sauce in there :)

Stepan Solodnev

@valeriiavramenko Thanks for checking it out

Gayatri Singh Faujdar

The barrier to iOS development just collapsed. Congrats on the launch! 🔥

George Kvirkvelia

@singh_gayatri Thats exactly the mission — collapse the barrier completely. Thank you Gayatri! 🔥

Evgenii Mozharovskii

@singh_gayatri Thanks Gayatri! That's the mission 🚀

Stepan Solodnev

@singh_gayatri That’s super motivating to hear

Marc

I developed two apps in one week with @Rork . Seven years ago, I paid a fortune to an agency to develop an app. Today, I launched my second app, and it's already generating revenue. It's insane!

Dora Akulshina

@marc_marcpm_pm This is incredible Marc! Two apps in one week and already generating revenue. Thats exactly the story we built Rork for. Seven years ago you paid an agency, now you do it yourself. Congrats on the launch!

Stepan Solodnev

@marc_marcpm_pm I relate to this a lot. I’ve spent a small fortune on development in the past too — seeing how fast things move now is kind of surreal.

Evgenii Mozharovskii

@marc_marcpm_pm Two apps in one week, already generating revenue — this is why we built Rork. Congrats Marc! 🔥