RORK LABJP
SDK58 — The Expo SDK 58 beta is open. It ships the React Native 0.88 release candidate, and the beta period is stated as three to four weeks11/01 — For anyone who requested an extension, Google Play's target API deadline lands on November 1. Forty-four days outEASENV — A long-open report: secrets handed to a local build arrive as the literal variable name rather than its value, and the damage surfaces much laterNEW — The replacement the table recommended had already shut down. A record of reconciling all 74 rows of the deprecation listUISCENE — iOS 27 requires the new scene lifecycle. SDK 57 makes it something you opt into; it only becomes the default in 58CREDIT — What "AI errors don't cost credits" actually covers becomes clear once you record a day of asking for the same fix more than onceSDK58 — The Expo SDK 58 beta is open. It ships the React Native 0.88 release candidate, and the beta period is stated as three to four weeks11/01 — For anyone who requested an extension, Google Play's target API deadline lands on November 1. Forty-four days outEASENV — A long-open report: secrets handed to a local build arrive as the literal variable name rather than its value, and the damage surfaces much laterNEW — The replacement the table recommended had already shut down. A record of reconciling all 74 rows of the deprecation listUISCENE — iOS 27 requires the new scene lifecycle. SDK 57 makes it something you opt into; it only becomes the default in 58CREDIT — What "AI errors don't cost credits" actually covers becomes clear once you record a day of asking for the same fix more than once
Articles/Getting Started
Getting Started/2026-06-13Intermediate

After WWDC26, Reselecting What an Indie Should Build Right Now

Now that on-device AI is free for small developers, the premises of app planning have quietly shifted. Here are five questions to choose what to build with Rork at the concept stage.

Rork569app planningon-device AI5indie developer39WWDC

Premium Article

After WWDC 2026 wrapped, the first thing I jotted down was not a new UI. It was one line: developers with under two million first downloads can use Apple Foundation Models for free on Private Cloud Compute. For someone who builds apps as an indie developer, this changed the very premise of planning.

Until now, "add a smart feature to an app" came with metered external API costs and privacy worries. We have moved closer to a world where you can embed on-device-class AI at essentially zero cost. If so, our answer to "what to build with Rork right now" deserves a small update too. Today I lay out how to choose at the concept stage, as five questions.

Grasp precisely what changed

First, the facts. At WWDC 2026, developers with fewer than two million first App Store downloads gained free access to Apple Foundation Models. The Foundation Models framework added image input and server-side model integration, opening a path to call external models through the same Swift API. The framework itself is slated to be open-sourced this summer.

What matters from an indie standpoint is that this free tier is "a line drawn just for us." The under-2M-downloads condition targets precisely individuals and small teams. We have quietly moved from an era where AI cost held planning back, to one where you may plan with AI as a premise.

Question 1: Does this app only work because AI is free?

Start here. Not at the level of "adding AI makes the app nicer," but: can you say "this concept turns a profit for the first time precisely because AI is cheap to run"?

For example, a feature that summarizes or classifies user input used to have API charges eating into margin. If the free tier erases that, the same concept's economics change. When I look at a new concept, I always ask whether it becomes viable only now that AI cost approaches zero. Ideas where the answer is Yes are high-value candidates to start on now.

Thank you for reading this far.

Continue Reading

What follows includes implementation code, benchmarks, and practical content we hope you'll find useful. This site runs without ads — server and development costs are supported entirely by members like you. If it's been helpful, we'd be truly grateful for your support.

WHAT YOU'LL LEARN
A concrete read on how the Apple Foundation Models free tier (under 2M first downloads) changed indie planning premises
Five questions to narrow down what to build now — including billing path, reason to return, and where AI belongs
How to use staged planning — validate fast with Rork, deepen as it grows — as a concept-doc template
Secure payment via Stripe · Cancel anytime

Unlock This Article

Get full access to the rest of this article. Buy once, read anytime. This site is ad-free — your support goes directly toward keeping it running.

or
Unlock all articles with Membership →
Share

Thank You for Reading

Rork Lab is ad-free, supported entirely by members like you. We publish practical guides daily with implementation code, benchmarks, and production-ready patterns. If you've found it useful, we'd love to have you on board.

  • Copy-paste ready implementation code
  • New advanced guides published daily
  • $5/mo or $15 for lifetime access
View Membership →

Related Articles

Getting Started2026-09-14
Rork No Longer Creates New Expo Projects: Keep Yours, or Rebuild It in SwiftUI?
You can no longer start an Expo project in Rork, but existing ones keep building and shipping. Here is how to decide whether to stay on Expo or rebuild in SwiftUI, and what quietly goes missing when you rebuild.
Getting Started2026-09-11
Same Wi-Fi, No Preview: Where I Look Before Rebooting the Router
When Rork Companion scans the QR code and nothing arrives, there are places worth checking before you restart anything. Four settings on the iPhone, two on the router, and a one-minute test that cuts the search space in half.
Getting Started2026-09-08
Whether You Need Rork Max Is Answered by Your Permissions, Not the Price Page
When I cannot decide between standard Rork and Rork Max, I stop reading the price page. Instead I pull every OS capability my app actually asks for out of app.json and Info.plist, then sort them into what Expo covers, what a config plugin covers, and what truly needs native Swift.
📚RECOMMENDED BOOKS
Build a Large Language Model (From Scratch)
Sebastian Raschka
LLM Dev
Prompt Engineering for LLMs
Berryman & Ziegler
Prompting
AI Engineering
Chip Huyen
AI Eng
* Contains affiliate links