solar-intelligence/
├── src/ # React app source
├── public/ # Static assets
├── business/
│ ├── legal/ # EPC, PPA, legal contracts
│ ├── finance/ # P&L, financial dashboard, business plan
│ ├── research/ # 12 Thailand market research reports
│ └── strategy/ # Strategy, planning tracker, value chain
├── marketing/
│ ├── ads/ # 20 PNG creatives + 8 HTML ads
│ ├── brand/ # 18 mockups, logo variants, print templates
│ └── content/ # 10 podcast episodes (MP3)
├── sales/
│ ├── proposals/ # Beamtech proposal (EN/TH/HE) + renders
│ ├── presentations/ # (empty — add decks here)
│ └── playbooks/ # Sales process, customer avatars
├── tools/
│ ├── bill-scanner/ # Electricity bill analyzer
│ ├── drone/ # Drone flight plans + guides
│ ├── solar-atlas/ # Solar farm atlas + scout tools
│ └── crm-steps/ # 10-step CRM workflow (HTML)
├── data/
│ └── gis/ # 14 GeoJSON layers + grid scripts
├── pea-docs/ # PEA permit documents (Beamtech 32.5kWp)
├── legacy/
│ ├── roof-scanner-v1/ # Original roof scanner app
│ ├── tm-energy-landing/ # Original landing page
│ └── utils/ # Legacy utility scripts
└── scripts/ # Python pipeline scripts