I wanted to test a very specific question:
Can one person take a travel-app idea, connect a real flight API, build a native iPhone interface, complete a sandbox booking, and start the App Store process in one session?
I used Rork Max for the iOS build and LiteAPI for the flight data and booking flow. The app was called Skyroot Flights.
The recorded build took about 15 minutes. The work it represented would normally be spread across product design, iOS development, backend integration, payments, QA, and App Store operations.
The speed was real. So were the limitations.
Step one: let the API define the plan
I started inside LiteAPI and asked for a complete prompt for a native iOS Swift flight application.
The generated plan covered:
Airport search
Flight search
Fare verification and pre-booking
Passenger details
Stripe payment intent
Seats and baggage
Final booking
Booking details and trip history
Then I pasted the plan into Rork Max, selected the native iPhone build, and told it I had sandbox credentials available when needed.
That sequence is important. I did not ask the coding agent to invent the API contract. I used the source system to describe the endpoints and workflow, then asked the builder to implement them.
Step two: test with real search data
I stored the sandbox key as an environment variable and tested a Los Angeles-to-New York search on the phone.

Live flight results inside the native iOS preview. Captured at 9:39.
The app returned flight options with stops, duration, refundability, and sorting. I selected a result, continued through passenger details, and asked the agent to prefill test data so I could move faster through the sandbox.
Step three: complete the sandbox booking
The workflow reserved the fare, opened the Stripe test-payment interface, continued to seat selection, and confirmed the test booking.

The sandbox confirmation screen after the test booking. Captured at 11:28.
I then checked the provider dashboard and found the test record.
That proved the end-to-end sandbox path. It did not prove that the app was ready to sell live flights. Production travel inventory, payments, ticketing, support, cancellations, refunds, fraud, privacy, accessibility, and regulatory obligations need much deeper work.
The video says this directly: the app was not done.
Step four: create the App Store record
Rork connected to my Apple developer account, created the app record, and started an App Store submission build.

The Flight Booker record inside App Store Connect. Captured at 14:00.
This is another place where language matters. Creating the record and uploading a build are not the same as App Store approval.
Apple's documented workflow still requires the app record, build, metadata, required agreements, review information, testing, and final submission to App Review. If the app sells products or uses in-app purchases, the relevant business, tax, banking, and platform rules also apply.
What I would do before a real launch
The next phase would be longer than the first build:
Replace every placeholder and verify passenger-data validation
Run repeatable tests for search, fare changes, timeouts, and provider errors
Confirm the production booking, ticketing, payment, refund, and support responsibilities
Protect all secrets and keep provider calls on an appropriate backend
Add analytics and error monitoring with consent-aware behavior
Review privacy, terms, accessibility, data retention, and travel disclosures
Test across devices and iOS versions
Finish the App Store screenshots, description, support URL, privacy details, and review notes
Use TestFlight before public release
AI compressed the construction of the first working system. It did not remove operational responsibility.
Why this still changes everything
The experiment moved from an idea to a working native flow while I explained what I wanted in plain English.
That gives a founder something valuable: a concrete system to test. You can put the app on a phone, watch someone use it, find the weak points, and decide whether the product deserves the next month of work.
The opportunity is not to pretend every 15-minute build is a company. The opportunity is to reach evidence faster.
Build with the same tools
Disclosure: Some links below are affiliate links. If you choose to buy through one of them, I may earn a commission at no extra cost to you.
Try Rork Max and use code
MARCIN10to save 10%

Want to learn and build alongside other AI builders? Join us here.
Sources and notes
This article documents a sandbox prototype and my own test session. It is not a claim that the app was approved by Apple, ready for production bookings, or legally complete. Product access, API terms, inventory, prices, and platform requirements can change.
