Skip to main content

Projects

Projects are the core of Casagbic. Each project is an isolated workspace where the AI builds and runs your app.

Creating a project

Click New Project from the dashboard. You'll need to provide:

  • Name: a short name for your project.
  • App type: Web App or Mobile App.
  • Description (optional): a brief summary of what you're building.

You can also create projects by importing from GitHub or uploading a ZIP archive. See GitHub Integration for details.

The dashboard

Your dashboard shows all projects as cards. Each card displays:

  • The project name and app type
  • Container status (running, stopped, restoring)
  • Total prompts sent and credits used
  • When the project was last updated

Use the search bar to find projects by name, and sort by last updated, name, or creation date.

Managing projects

Click the menu on any project card to access these actions:

ActionWhat it does
RenameChange the project name
DuplicateCreate a full copy of the project
ExportDownload the project as a ZIP file
DeletePermanently remove the project
note

You can only export a project after a successful build. If a build is still in progress, wait for it to finish first.

Project limits

  • Each workspace can run a limited number of active builds at the same time.
  • Project names must be unique within your workspace.
  • File uploads in conversations are limited to 5 files per message, 5 MB each.