RORK LABJP
MAX — Rork Max generates pure Swift apps instead of React Native, covering iPhone through Vision Pro and reaching native features like HealthKit and Core MLTRIAL — Rork Max has a limited-time free trial, a chance to try the $200/month tier without paying upfront — best used with a concrete project in mindSTYLE — Long-term reviews describe a split that works: let the AI generate scaffolding while you own state management and the data layer as features pile upPLAN — A useful lens for pricing: does this plan get you to a shipped release? If it does, even paid tiers are cheap; if not, even the free tier is expensiveREPO — Rork's developer tooling repos keep moving, with rork-xcode and rork-device seeing recent updates around submission and device workflowsMARKET — Gartner projects 75% of new apps will be built with low-code or no-code by the end of 2026, up from under 25% in 2020MAX — Rork Max generates pure Swift apps instead of React Native, covering iPhone through Vision Pro and reaching native features like HealthKit and Core MLTRIAL — Rork Max has a limited-time free trial, a chance to try the $200/month tier without paying upfront — best used with a concrete project in mindSTYLE — Long-term reviews describe a split that works: let the AI generate scaffolding while you own state management and the data layer as features pile upPLAN — A useful lens for pricing: does this plan get you to a shipped release? If it does, even paid tiers are cheap; if not, even the free tier is expensiveREPO — Rork's developer tooling repos keep moving, with rork-xcode and rork-device seeing recent updates around submission and device workflowsMARKET — Gartner projects 75% of new apps will be built with low-code or no-code by the end of 2026, up from under 25% in 2020
TAG

Indie dev

66 articles
Back to all tags
Related:
Rork47App Store15Rork Max12AdMob10React Native10ASO8Monetization7monetization7Expo5Google Play5iOS5Cloudflare Workers4
App Dev/2026-07-18Beginner

Walk Through an App Store Submission Without Writing Code — Sticker Packs as a Dress Rehearsal

An iMessage sticker pack is one of the few things you can ship to the App Store with zero code. It cannot make money — and that constraint is exactly what makes it a clean rehearsal for the submission process.

Rork AI/2026-07-17Advanced

The Three-Minute Video That Kept Failing — Moving Rork's Gemini Uploads Off the Worker

How I rerouted video uploads to the Gemini Files API from a Cloudflare Workers relay to a direct device-to-Google path — why the 128MB isolate limit breaks the relay, how to hand out a resumable upload URL without leaking your API key, and how resolution and frame rate actually decide the bill.

Rork Basics/2026-07-09Beginner

An Honest Review of the Rork AI App Builder After Three Months — Strengths, Weaknesses, and Who It's For (Revisited July 2026)

A no-spin review of the Rork AI app builder from a solo developer who shipped to the App Store with it and kept using it for three months. What was fast, what surprised me, how to judge the pricing, and who it actually fits.

Business/2026-06-29Advanced

How far Rork Companion's free device testing goes — and when to pay the $99 Apple Developer Program

Rork Companion lets you test on a real device without a paid Apple Developer account. Here is exactly where the free path stops, the concrete triggers for paying the $99, and what to stage before your first signed build — from running six apps as an indie developer.

Business/2026-06-28Advanced

Don't Pay Out a Rewarded Ad on the Client's Word Alone — SSV Verification for a Rork (Expo) App on a Worker

Trusting the client-side 'reward earned' callback alone invites double-grants and spoofing. Here is how to wire AdMob server-side verification (SSV) into a Rork-generated Expo app, verify the signed callback on a Cloudflare Worker, and make payouts idempotent with transaction_id.

Rork Dev/2026-06-27Advanced

Before a Free Preview Walks Out via Screenshot: Detecting Screenshots and Screen Recording in Rork/Expo

How to protect paid preview images from screenshots and screen recording in a Rork/Expo app: the limits of expo-screen-capture, native isCaptured monitoring, and an iOS/Android-aware blur design.

App Dev/2026-06-27Intermediate

Before You Ask 'Are You Sure?' — Consider an Undoable Delete

Showing a confirmation dialog every time someone removes a list item trains them to tap OK without reading. Here is how to build an undoable delete in a Rork (Expo) app, and where confirmation dialogs still belong.

Rork Dev/2026-06-24Advanced

Building a Breathing-Paced Haptic for a Meditation App with CoreHaptics

Canned expo-haptics buzzes can't produce the swell of a breath. Here is how to call CoreHaptics continuous events and parameter curves from an Expo native module to build a haptic synced to 4-7-8 breathing, with working Swift and TypeScript code.

Business/2026-06-22Advanced

A Wallpaper App's Real Work Starts After Launch — Content, Retention, and Revenue Notes from Running One on Rork

A wallpaper app is decided less by its launch and more by how you tend it afterward. Building on a Rork implementation, here are field notes on scheduled publishing that keeps content fresh, onboarding that survives the first week, and a revenue setup whose per-download return doesn't thin out over time.

Rork Dev/2026-06-20Intermediate

Bugs Rork Can Fix vs. Bugs You Should Fix Yourself: A Triage Workflow for Exported Code

A practical triage workflow for telling apart the bugs Rork resolves on its own from the ones you should hand-fix in exported React Native/Expo code, with working examples.

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.

App Dev/2026-06-04Intermediate

How I Localized My Play Store Screenshots into 16 Languages — Swapping PSD Text with Python and Standardizing on Noto Fonts

An implementation log of localizing an Android wallpaper app's store screenshots into 16 languages: swapping PSD text layers per language with Python, auto-shrinking overflow, and assigning the right font per script — with the actual code and a font cheat sheet.