From d0848f868d9d7b50748c6e2dcbec695214577ab2 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Sun, 14 Jun 2026 01:28:42 -0700 Subject: [PATCH] [eric] onboarding: Build chips lead with live-app wow only OpenSwarm gives instantly (Minecraft, beat-maker, live data dashboard, persistent tracker), drop Snake/expense-tracker --- frontend/src/shared/starterCategories.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/shared/starterCategories.ts b/frontend/src/shared/starterCategories.ts index 565c4bf8..6226e09f 100644 --- a/frontend/src/shared/starterCategories.ts +++ b/frontend/src/shared/starterCategories.ts @@ -30,10 +30,10 @@ export const STARTER_CATEGORIES: StarterCategory[] = [ // The App Builder is a full app (logic + data + live preview), not a toy snippet. id: 'build', label: 'Build an app', Icon: Hammer, target: 'app-builder', prompts: [ - 'Build a working expense tracker app with live charts', - 'Make a Snake game I can actually play right now', - 'Build a habit tracker that remembers my streaks between visits', 'Build a mini Minecraft I can walk around in', + 'Build a drum machine I can actually make beats on', + 'Build a live dashboard that pulls real weather and news', + 'Build a habit tracker that remembers my streaks between visits', ], }, {