diff --git a/src/stores/useTaskStore.ts b/src/stores/useTaskStore.ts index 54cc4ad..f3301f9 100644 --- a/src/stores/useTaskStore.ts +++ b/src/stores/useTaskStore.ts @@ -261,6 +261,24 @@ const defaultTasks: Task[] = [ { id: 'c47', text: 'COMPLETED: Playwright installed globally. Screenshots now work anytime without setup.', createdAt: new Date().toISOString(), author: 'assistant' } ], tags: ['research', 'screenshot', 'macos', 'openclaw', 'investigation'] + }, + { + id: '11', + title: 'RESEARCH: Find iOS side projects with MRR potential', + description: 'Research and identify iOS app ideas that have strong Monthly Recurring Revenue (MRR) opportunities. Focus on apps that are well-designed, multi-screen experiences (not single-screen utilities), and have viral potential. Look at current App Store trends, successful indie apps, and underserved niches. Consider: subscription models, freemium tiers, in-app purchases. Target ideas that leverage iOS-specific features (widgets, Live Activities, Siri, CoreML, etc.) and could generate $1K-$10K+ MRR.', + type: 'research', + status: 'backlog', + priority: 'low', + projectId: '3', + createdAt: new Date().toISOString(), + updatedAt: new Date().toISOString(), + comments: [ + { id: 'c48', text: 'Focus: iOS apps with MRR potential (subscriptions, recurring revenue)', createdAt: new Date().toISOString(), author: 'user' }, + { id: 'c49', text: 'Requirements: Well-thought-out, multi-screen, viral potential', createdAt: new Date().toISOString(), author: 'user' }, + { id: 'c50', text: 'Target: $1K-$10K+ MRR opportunities', createdAt: new Date().toISOString(), author: 'user' }, + { id: 'c51', text: 'Research areas: App Store trends, indie success stories, underserved niches', createdAt: new Date().toISOString(), author: 'assistant' } + ], + tags: ['ios', 'mrr', 'research', 'side-project', 'entrepreneurship', 'app-ideas'] } ]