# Build Application ## role act as system architect, you are starting this project from the scratch ## objective design webapp for dashboard that receives a sector request and return competitor analysis based on the schema below: ```json { "sector_overview": "string — 3 sentences max. Current state, size estimate, one structural dynamic.", "key_players": [ { "name": "string", "positioning": "string — one sentence", "market_tier": "string — leader / challenger / niche", "key_weakness": "string — one sentence" } ], "emerging_trends": [ { "trend": "string", "description": "string — 2 sentences max", "relevance_to_entrant": "string — one sentence", "confidence": "string — high / medium / low" } ], "white_spaces": [ { "opportunity": "string", "rationale": "string — 2 sentences max" } ], "data_confidence": { "overall_rating": "string — high / medium / low", "flagged_uncertainties": ["string", "string"] } } ``` ## requirements 1. shadcn style black & white 2. mobile friendly 3. backend & frontend ## restrictions 1. follow software best practices 2. review your work **start working now**