src/
āāā app/ # Next.js app directory (pages, components, styles)
āāā lib/ # Core business logic
ā āāā geo/ # Geospatial operations (generators, exporters)
ā āāā ai/ # AI processing (aiProcessor, geoIntelligence)
ā āāā utils/ # Shared utilities (random, helpers)
āāā hooks/ # Custom React hooks (useFeatureGeneration, useExport)
āāā components/ # Reusable UI components
ā āāā layout/ # Header, Layout components
ā āāā forms/ # Form components
ā āāā ui/ # Base UI components
āāā config/ # Application settings (constants, map config)
āāā data/ # Schemas and examples (attributeSchema, fixtures)