_project.md

 1## Project Plan
 2
 3- Port existing UI to GPUI2
 4- Update UI in places that GPUI1 was limiting us*
 5- Understand the needs &/|| struggles the engineers have been having with building UI in the past and address as many of those as possible as we go
 6- Ship a simple, straightforward system with documentation that is easy to use to build UI
 7
 8## Component Classification
 9
10To simplify the understanding of components and minimize unnecessary cognitive load, let's categorize components into two types:
11
12- An element refers to a standalone component that doesn't import any other 'ui' components.
13- A component indicates a component that utilizes or imports other 'ui' components.