Note: This page refers to our main product repository, not our website.
.├── bin # Shell scripts wrapped by hogli, the unified developer CLI├── common # Shared code: PostHog SQL parser, HogVM, shared UI packages├── tools # Developer/CI tooling (hogli framework, hogli-commands, openapi-codegen, ...)├── ee # Enterprise platform package features (separate license)├── frontend # React/TypeScript frontend application│ └── src│ └── layout # App layout components (navigation, sidebars)│ └── lib # Reusable components and utilities│ └── scenes # Page-specific components│ └── queries # Query builder components