A premium SwiftUI iOS sample app built to make Axint Cloud Preview feel like a real Apple execution layer, not a toy notes demo.
Orbit gives Cloud Preview a polished app to build, launch, stream, tap, type into, record, and verify:
- Four tabs: Overview, Itinerary, Plan, Studio
- Animated hero map, route cards, metrics, and status pills
- A real form with text entry, segmented pickers, save flow, and visible state updates
- Local persistence through
UserDefaults - Safe AI walkthrough controls, artifacts, and a deliberate blocked state for repair packets
- Accessibility identifiers for automation
xcodebuild \
-project AxintPreviewNotes.xcodeproj \
-scheme AxintPreviewNotes \
-destination 'platform=iOS Simulator,name=iPhone 17 Pro' \
buildUse these when creating a Cloud Preview room:
- App name:
Orbit - Scheme:
AxintPreviewNotes - Branch:
main - Simulator:
iPhone 17 Pro
- Open the app.
- Tap the
Plantab. - Tap
Fill premium draft. - Tap
Save stop. - Switch to
Itineraryand confirm the new stop appears. - Tap
Studioand confirm the safe AI walkthrough controls and artifacts panel are available.
Useful accessibility identifiers:
button.add-showcase-stopbutton.reset-demobutton.reset-showcase-datafield.stop-titlefield.stop-locationfield.stop-detailpicker.stop-categorypicker.stop-statusbutton.fill-demo-draftbutton.save-stoptext.saved-messagetoggle.agent-walkthroughtoggle.focus-modepicker.regionpanel.artifacts
This fixture has already been checked locally with:
axint validate-swift AxintPreviewNotes/*.swift
xcodebuild \
-project AxintPreviewNotes.xcodeproj \
-scheme AxintPreviewNotes \
-destination 'platform=iOS Simulator,name=iPhone 17 Pro,OS=26.4.1' \
buildBoth passed on Xcode 26.4.1.
