PortfolioAugust 29, 20266 min read

Operating 10+ Apps With a Team of Two: The System That Makes It Work

How two-person teams run 10+ app portfolios: one shared stack, batch maintenance, weekly triage, and the platform deadlines that set the real cost floor.

Can two people really operate a portfolio of ten or more apps? Yes — but only if they stop running apps and start running a system. The portfolios that work share three traits: a single technical stack reused across every app, operations done in batches rather than per app, and a triage discipline that decides — on data, not sentiment — which apps get attention and which get maintenance-only status. Two people cannot give ten apps the care a focused team gives one, so the entire operating model becomes about deciding where care goes.

The math that forces the system

The economics of the app stores in 2026 do not reward the middle. RevenueCat's State of Subscription Apps 2026 — built on data from more than 115,000 apps generating $16 billion in revenue — found that the top quartile of subscription apps grew monthly recurring revenue by 80%+ year over year while the bottom quartile shrank by a third: a 113-point gap, with the middle ground largely gone. The same report counts over 14,000 new apps launching every month.

For a small portfolio operator, that cuts both ways. A single app is one lottery ticket in a market that punishes the median outcome. A portfolio spreads the risk — but only if the cost of carrying each additional app is close to zero. The moment every app demands its own stack, its own dashboard logins, and its own weekly ritual, a two-person team is fully loaded at four or five apps, not ten.

One stack, many apps

Every credible small-team portfolio story converges on the same architecture decision: one codebase pattern, reused relentlessly.

Max Artemov, a solo developer who went from five years on a single failed app to a portfolio of 30+ apps generating $22,000/month, describes his approach on Indie Hackers: Flutter plus Firebase for everything, so each app ships to iOS and Android from one codebase; each new app launches with a single core feature; and validation happens before code is written, by finding keywords with real search demand and low competition. Sebastian Röhl, running a three-app portfolio past $15,000/month solo, uses the same shape: Flutter across the portfolio, minimal or no backend (his flagship stores data locally), and shared subscription and analytics tooling across all apps.

RevenueCat's own analysis of portfolio versus single-app strategies calls this the "one-code-fits-all" model: reusing a codebase across different audiences to cut maintenance and marketing overhead. The same piece is honest about the failure modes, and they are worth taking seriously: technical debt accumulating across many products, focus diffusing until execution quality drops everywhere, and the temptation to abandon promising apps too early because there is always another one to tend.

The practical rule

If adding app number eleven requires learning anything new — a new framework, a new backend, a new payment integration — the portfolio is not ready for app number eleven. Two-person portfolios scale on boredom: the same stack, the same launch checklist, the same paywall logic, stamped out again and again.

The maintenance floor is not optional

Here is the part portfolio math often ignores: every app in the portfolio has a minimum annual cost of ownership set by the platforms, whether it earns or not.

The clearest current example: Google requires existing Play Store apps to target Android 15 (API level 35) by August 31, 2026 — per Google's own policy documentation — or the app stops being available to Play users on newer Android versions, with an extension possible only to November 1, 2026. For a ten-app portfolio, that is ten update-and-resubmit passes this year on Android alone, before a single feature is built.

This is exactly where the single-stack decision pays for itself. If all ten apps share one codebase pattern, a target-SDK migration is one problem solved ten times cheaply. If they are ten snowflakes — some Flutter, some native, two acquired from other developers with their own histories — the same deadline is ten separate projects, and a two-person team loses a quarter to compliance.

Anyone acquiring apps into a portfolio should price this in during diligence: an app's true cost includes every platform deadline it will ever have to meet.

Triage is the actual job

With the stack unified and maintenance batched, the remaining scarce resource is attention — and the operators who survive treat allocation of attention as the core weekly decision.

Artemov's version is explicit: launch minimal, watch what the store's initial exposure does, and only invest further in apps that stabilize at sustainable download rates. Everything else stays alive but frozen. The RevenueCat portfolio analysis frames the alternative failure vividly, quoting founder Nathan Hudson: "If you've built a money printer, I'd just focus on keeping it full of ink." — a reminder that when one app in the portfolio clearly outperforms, the correct portfolio move is often to stop behaving like a portfolio and feed the winner.

A workable two-person cadence looks like this: one short weekly review of the whole portfolio's numbers; a small, fixed list of apps in "active growth" status (two or three at most); everything else in maintenance mode with alerts, not check-ins. The review's only job is to promote and demote apps between those tiers.

What two people delegate

The stories above also agree on what not to do in-house. Artemov delegates ad monetization and user-support handling to third parties. Röhl leans on off-the-shelf subscription and analytics infrastructure instead of building his own. And some revenue recovery is pure configuration: RevenueCat's 2026 report found that on Google Play, billing failures account for 31% of subscription cancellations — roughly double the App Store's 14% — which means payment-retry settings quietly matter as much as features across a portfolio.

Review responses, store metadata refreshes, and screenshot updates are the classic per-app chores that scale linearly with portfolio size; they are the first candidates for tooling or outside help. This is the gap a new generation of indie-focused tools is trying to close — including Kintsu, currently in private beta and built for independent developers — but the principle holds with any toolchain: if a task is O(n) in the number of apps, a two-person team either automates it or drowns in it.

The honest conclusion

A two-person, ten-app portfolio is not a growth strategy; it is a risk-management strategy with a growth option attached. The data says the market punishes unfocused middles, and the practitioner stories say the model works only under strict discipline: one stack, batch everything, triage weekly, and be ready to abandon the portfolio thesis entirely the day one app becomes a money printer.

FAQ

How many apps can a two-person team realistically maintain? There is no fixed number, but the practitioner evidence suggests the limit is set by architecture, not effort: solo operators like Max Artemov run 30+ apps on one shared stack, while teams with heterogeneous codebases struggle at a handful. The ceiling is roughly "as many apps as can share one maintenance pass."

Is a portfolio better than focusing on one app? Neither wins categorically. RevenueCat's comparison of the two strategies documents strong outcomes on both paths and recommends choosing based on team capacity and runway — and switching to single-app focus if one product clearly breaks out.

What's the biggest hidden cost of a large app portfolio? Platform compliance. Requirements like Google Play's target API level policy (Android 15 by August 31, 2026 for existing apps) apply to every app individually, so a portfolio's maintenance floor rises linearly with its size even when revenue doesn't.

Questions, answered.

How many apps can a two-person team realistically maintain?

There is no fixed number; the limit is set by architecture, not effort. Solo operators run 30+ apps on one shared stack, while teams with heterogeneous codebases struggle at a handful. The ceiling is roughly as many apps as can share one maintenance pass.

Is a portfolio better than focusing on one app?

Neither wins categorically. RevenueCat's comparison of the two strategies documents strong outcomes on both paths and recommends choosing based on team capacity and runway - and switching to single-app focus if one product clearly breaks out.

What's the biggest hidden cost of a large app portfolio?

Platform compliance. Requirements like Google Play's target API level policy (Android 15 by August 31, 2026 for existing apps) apply to every app individually, so a portfolio's maintenance floor rises linearly with its size even when revenue doesn't.

Atlas Kane — Kintsu Journal
Atlas Kane

Portfolio notes

Atlas Kane covers portfolio operations: running, buying and sunsetting apps at scale.

Atlas Kane is a pen name of the Kintsu editorial team.

Kintsu is in private beta. 100 founding seats.

Related articles