RORK LABJP
PLAY — Google Play's target API level 36 requirement took effect yesterday, August 31. From today, new apps and updates must target Android 16VISIBILITY — Apps still on API 35 stay listed but disappear for users on newer Android versions. No error is raised; new installs simply fade, which makes the change easy to missEXTENSION — If you missed the deadline, an extension through November 1, 2026 can be requested in Play Console — best filed alongside a concrete migration planAPPLE — On the Apple side, the event lands September 9 and iOS 27 is reported to ship September 14. Testing generated apps on iOS 27 hardware before release week is time well spentEXPO — Expo released expo-paste-input on August 28, a native module that brings image, GIF, and sticker paste to React Native TextInputEAS — EAS Observe reached general availability on August 20, putting crash and performance monitoring on the same EAS platform as builds and updatesPLAY — Google Play's target API level 36 requirement took effect yesterday, August 31. From today, new apps and updates must target Android 16VISIBILITY — Apps still on API 35 stay listed but disappear for users on newer Android versions. No error is raised; new installs simply fade, which makes the change easy to missEXTENSION — If you missed the deadline, an extension through November 1, 2026 can be requested in Play Console — best filed alongside a concrete migration planAPPLE — On the Apple side, the event lands September 9 and iOS 27 is reported to ship September 14. Testing generated apps on iOS 27 hardware before release week is time well spentEXPO — Expo released expo-paste-input on August 28, a native module that brings image, GIF, and sticker paste to React Native TextInputEAS — EAS Observe reached general availability on August 20, putting crash and performance monitoring on the same EAS platform as builds and updates
Articles/Getting Started
Getting Started/2026-06-19Intermediate

How to Write Prompts for Rork — Tips for Creating Apps Exactly As You Envision

Practical techniques for writing Rork prompts: specifying UI design, describing features, and requesting revisions so the app you get matches the app you imagined.

Rork547Prompts2Writing TipsTips2App Design2UI10Instructions

Premium Article

Building apps on my own, I noticed something odd about Rork: the same kind of request would return a screen close to what I pictured one day, and something strangely ordinary the next. While building a medication-tracker screen, I once asked for the exact same feature twice and got two different results, and for a while I couldn't see why.

The answer turned out to be simple. Rork fills the gaps in your instructions with its own judgment. The more gaps you leave, the more generic and safe the result becomes.

The flip side is encouraging: learn to write in a way that closes those gaps, and the output gets remarkably consistent. What follows is how I actually assemble prompts in my day-to-day indie development, with concrete examples and the mistakes that taught me each lesson.

The Basic Prompt Structure

Good prompts have structure.

Template:

# Overall App Concept
[Concise description]

## Feature Requirements
- [Feature 1]
- [Feature 2]
- [Feature 3]

## Design
- [UI Style]
- [Color Scheme]
- [Layout]

## Technical Requirements
- [Technology]
- [Special Needs]

## Detailed Instructions
[Critical specifics]

Let's see real examples.

Example 1: Budget Management App

Weak Prompt

Build a budget management app.

Problems:

  • No visual direction
  • Features aren't defined
  • Rork makes a generic budget app

Strong Prompt

# Budget Management App "My Budget"

Simple, intuitive budget app for daily expense tracking and monthly budgeting.

## Main Features
- Record expenses (amount, category, date, notes)
- Display category totals
- Monthly expense graphs
- Budget goals with overspend warnings

## Screen Layouts

### Home Screen
- Current month total (large display)
- Budget vs actual (progress bar)
- Recent 5 expenses

### Expense Entry Screen
- Amount input
- Category selection (Food, Transport, Entertainment, Other)
- Date picker
- Notes field
- Save button

### Analysis Screen
- Pie chart (spending by category)
- Bar chart (monthly trends)
- Category breakdown details

## Design Requirements
- Color scheme: Blue and white with green accents
- Clean, readable typography
- Rounded buttons, easy to tap
- Intuitive layout

## Critical Details
- Users log expenses frequently, so 3 taps to complete
- Warn clearly when over budget (bright red)
- Mobile-first design

Strengths:

  • Screen layouts are clear
  • Each screen's elements are specific
  • Design tone is explicit
  • User behavior is considered

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 mental model for Rork's output variance—four questions (state, order, result, edges) to close gaps before you prompt
The 'one concern per instruction' scoping habit, and how to fence off what Rork must not touch
A voice-input workflow (Typeless) with a personal dictionary to cut the time spent writing long prompts
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-04-23
Adding Features to an Existing Rork App Without Breaking It
When you add a new feature to an app you already built in Rork, the AI often rewrites code it shouldn't touch. Here's the prompt pattern I arrived at after many failed attempts — five practical moves for steering Rork's AI precisely.
Getting Started2026-04-18
Why Your Rork App Looks 'Cheap' — And How One Prompt Change Fixed It
If your Rork app looks generic or amateurish, the problem isn't the tool — it's the prompt. Here's how separating design instructions from feature instructions transforms your UI quality.
Getting Started2026-08-30
expo-doctor passes on API level 35. Here is what its 22 checks actually cover
I opened the expo-doctor 1.20.4 bundle and listed every check it registers. Only one looks at store requirements, and its threshold is still API level 34.
📚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
See all →