Inserloftdocs

Platform

Projects

The core organizational unit on Pixel Platform.

On Pixel, everything is organized into Projects.

A Project is the equivalent of a GitHub repository, but Inserloft intentionally does not call it a "repository." A Project is meant to hold more than code:

  • Model weights and versions
  • Datasets
  • Documentation
  • Model cards
  • Discussions and issues
  • Releases and deployments

Projects support the collaboration primitives developers already expect:

  • Issues — track bugs, requests, and tasks
  • Discussions — open-ended conversation about the project
  • Releases — tagged, versioned snapshots of a project
  • Files — arbitrary project assets, not limited to model weights

Projects can be owned by an individual, an Organization, or a Team, and can be public or private.