RORK LABJP
MAX — Rork Max generates native Swift apps for iPhone, iPad, Apple Watch, Apple TV, Vision Pro, and iMessage, with 2-click App Store publishingCHOOSE — Standard Rork ships cross-platform iOS/Android via React Native (Expo); Rork Max goes native. Pick based on where your app needs to runPRICE — It's free to start, with paid plans from $25/month. Rork Max sits above that as the premium productCREDIT — Credits don't roll over, so spreading usage week by week works better than saving it all for the start of the monthWORKFLOW — Reviews point toward generating a scaffold, then rewriting state and data layers yourself — internalizing structure speeds up iteration as features stack upSIM — An in-browser streaming iOS simulator lets you test in a near-real Apple environment without Xcode or a MacMAX — Rork Max generates native Swift apps for iPhone, iPad, Apple Watch, Apple TV, Vision Pro, and iMessage, with 2-click App Store publishingCHOOSE — Standard Rork ships cross-platform iOS/Android via React Native (Expo); Rork Max goes native. Pick based on where your app needs to runPRICE — It's free to start, with paid plans from $25/month. Rork Max sits above that as the premium productCREDIT — Credits don't roll over, so spreading usage week by week works better than saving it all for the start of the monthWORKFLOW — Reviews point toward generating a scaffold, then rewriting state and data layers yourself — internalizing structure speeds up iteration as features stack upSIM — An in-browser streaming iOS simulator lets you test in a near-real Apple environment without Xcode or a Mac
TAG

Rork

575 articles
Back to all tags
Related:
React Native151Expo119iOS54AdMob50App Store45troubleshooting35app development33Rork Max31indie developer27Indie Dev27Troubleshooting27App Development27
Rork Dev/2026-06-13Intermediate

When Hiragana Doesn't Match Katakana — Japanese-Aware In-App Search for Rork Apps

A hiragana query silently missing katakana titles is a UX failure users never report. How I fixed Japanese search in my wallpaper app with NFKC normalization, kana folding, and precomputed search keys.

Rork AI/2026-06-12Advanced

A Three-Layer AI Cost Design for Rork Apps After Apple Opened Foundation Models to Small Developers

Apple now offers Foundation Models on Private Cloud Compute at no charge for developers under two million first downloads. Here is a three-layer cost architecture for Rork apps, with a simulation script and working bridge code.

Rork Dev/2026-06-12Advanced

Keeping Manual Fixes Alive Across Rork Regenerations — Boundary Design for AI-Owned Code

A tiny copy-change request quietly reverted my week-old ATT fix. Here is the boundary architecture I use now: a guarded directory, one-line adapters, patch assets, and scoped prompts — with measured blast-radius numbers.

Rork Dev/2026-06-12Intermediate

Android 17 Will Ignore Your Portrait Lock — Getting Rork-Built Expo Apps Ready for Large Screens Ahead of Time

Android 17 stops honoring orientation locks and resizability restrictions on large-screen devices. Here is how I assessed the impact on my Rork-built Expo apps, reworked the layouts, and verified everything with nothing but an emulator.

Rork Dev/2026-06-12Intermediate

Your Rork App's 'Documents & Data' Keeps Growing — Taming expo-image's Disk Cache

My wallpaper app's binary was 40 MB, yet 'Documents & Data' had ballooned to 2.4 GB. Here is how I diagnosed expo-image's unbounded disk cache and fixed it with cachePolicy tuning, thumbnail URLs, and generational cache clearing.

Rork Basics/2026-06-12Beginner

Rork Lab This Week: Apple's Free Foundation Models, and Knowing When to Go Deeper

Editor's notes on four posts: data-driven triggers for moving up to Rork Max, a three-layer AI cost design after Apple opened Foundation Models, WidgetKit within Expo, and catching subscription refunds.

Rork Dev/2026-06-12Advanced

Schema Versioning for Local Data in Rork Apps — Shipping Updates Without Wiping a Single Favorite

How I stopped losing users' locally stored data when shipping updates to Rork apps. A complete TypeScript migration runner with envelope versioning, backup keys, fixture tests, and the rule that keeps EAS Update schema-neutral.

Rork Dev/2026-06-12Intermediate

Building a Developer Debug Menu Into Your Rork App — Verify Ads, Purchases, and Remote Config Before Release

A production-safe developer debug menu for Rork apps — switch environments, force test ads, simulate entitlements, and override Remote Config, with working TypeScript code and the pitfalls I hit running six apps.

Rork Dev/2026-06-12Intermediate

Adding a Home Screen Widget to a Rork App — Making WidgetKit Work Within Expo's Constraints

Rork generates Expo apps, and home screen widgets can't be written in React Native. Here's how to wire up WidgetKit with a config plugin and App Groups — including the parts that tripped me up.

Business/2026-06-12Intermediate

When Should a Rork App Move Up to Rork Max? Deciding With Store Data, Not Aspiration

A framework for deciding whether the $200/month Rork Max tier is justified: three data-driven migration triggers, the case for staying on Expo, why June 2026 lowered the lock-in risk, and the practical steps once you do commit to the move.

Rork AI/2026-06-11Intermediate

What Did Rork Actually Change as an AI Mobile App Builder? A Six-Month Field Review

An honest, indie-developer review of Rork as an AI mobile app builder after six months of real-world use. What changed, where it shines, where it gets stuck, and how to decide whether to start with it.

Rork Dev/2026-06-09Intermediate

Deep Links in Rork Max — Universal Links and URL Schemes

A hands-on guide to deep linking in Rork Max apps: when to use URL Schemes vs. Universal Links, the AASA/assetlinks pitfalls, and the cold-start trap — with working examples.