# Core
A project generator converts a ProjectUIDL into an in-memory structure of files and folders. The core package that implements the project generation algorithm is teleport-project-generator
. This section of the docs is dedicated to explaining the project generation flow and specifying the interface of the project generator object.
UNDER CONSTRUCTION