RORK LABJP
SEED — Rork closed a $15M seed round led by Left Lane Capital, a sign of how much capital is flowing into prompt-to-mobile-app toolingPAPER — Rork acquired the app builder Paperline and says it will stay acquisitive, largely as a way to bring in engineering talentMAXSWIFT — Rork Max is a separate line that generates native Swift rather than React Native, covering iPhone, iPad, Apple Watch, Apple TV, Vision Pro, and iMessageSCALE — Rork reports roughly 743,000 monthly visits and 85% growth, putting no-code app builders squarely into production-tool territoryEXPOAI — Expo pairs Claude Code, Expo Skills, Expo MCP, Argent, and AI-readable docs to hand agents the framework context that general-purpose models lackAGENT — Expo Agent runs in the browser, letting you generate and modify an app from prompts while working directly against a project or repositorySEED — Rork closed a $15M seed round led by Left Lane Capital, a sign of how much capital is flowing into prompt-to-mobile-app toolingPAPER — Rork acquired the app builder Paperline and says it will stay acquisitive, largely as a way to bring in engineering talentMAXSWIFT — Rork Max is a separate line that generates native Swift rather than React Native, covering iPhone, iPad, Apple Watch, Apple TV, Vision Pro, and iMessageSCALE — Rork reports roughly 743,000 monthly visits and 85% growth, putting no-code app builders squarely into production-tool territoryEXPOAI — Expo pairs Claude Code, Expo Skills, Expo MCP, Argent, and AI-readable docs to hand agents the framework context that general-purpose models lackAGENT — Expo Agent runs in the browser, letting you generate and modify an app from prompts while working directly against a project or repository
TAG

feature flags

4 articles
Back to all tags
Related:
A/B Testing3Rork2Firebase2React Native1Architecture1remote config1operations1governance1GrowthBook1PostHog1Cloudflare Workers1Experimentation1
Rork Dev/2026-08-01Advanced

Every Experiment Kept Landing on the Same Devices: Hash Choice and Salt Position, Measured Across a Million IDs

On-device experiment assignment looked fine in isolation, then collapsed the moment two experiments ran side by side. Here is what one million IDs revealed about four hash functions, why the culprit was the concatenation order rather than hash quality, and the implementation I settled on, with the measured numbers.

Rork Dev/2026-06-13Advanced

Before Your Feature Flags Turn Into a Junkyard — Governing Naming, Staged Rollout, and Kill Switches Across Six Apps

Keep adding remote-config flags and within six months you have keys nobody remembers the meaning of. Here is a governance system — naming conventions, safe defaults, staged rollout, kill switches, and monthly cleanup — with the implementation from running six apps in parallel.

Rork Dev/2026-05-09Advanced

Building a Rork A/B Testing Platform with GrowthBook and PostHog from Scratch

Drop Firebase and pair GrowthBook with PostHog to ship a production-grade A/B testing stack for your Rork apps. SDK wiring, edge evaluation on Cloudflare Workers, Bayesian statistics interpretation, and the operational pitfalls I learned the hard way.

Rork Dev/2026-03-22Advanced

Making Feature Flags Survive Production: Kill Switches and Gradual Rollouts in Rork Max

Wire Firebase Remote Config into a Rork Max app, then harden it: kill switches that work offline, stable bucket assignment for gradual rollouts, and a registry that keeps flags from turning into debt.