DevPanel
Documentation
Core Concepts

Projects

Projects are logical containers for your services. Think of a project as a single application — e.g. my-blog or api-gateway — that may be composed of multiple services.

Creating a project

  1. 1Click Projects in the sidebar.
  2. 2Click New Project.
  3. 3Enter a name and optional description.
  4. 4Click Create.

Project dashboard

Inside a project you can:

  • Create and manage services
  • See overall deployment status across all services at a glance
  • View combined resource usage (CPU, memory) for the project
  • Access logs for any service in the project

Project settings

Each project can have a name, description, and a default server. The default server is pre-selected when creating new services inside that project — useful when all your services for a project run on the same machine.

Deleting a project

⚠ Irreversible action

Deleting a project stops and removes all of its services and containers. Back up any persistent Docker volumes before proceeding.