> ## Documentation Index
> Fetch the complete documentation index at: https://docs.seemodo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Projects

> Create, organize, share, and manage your Seemodo projects. Use folders, stars, and collaboration features.

# Projects

Every application you build in Seemodo is a project. Projects contain your code, chat history, sandbox state, and deployment configuration.

## Creating projects

### From the Dashboard

1. Click the **+** button
2. Optionally describe what you want to build
3. The Project Editor opens and the AI starts building

### From a template

Click any template on the Dashboard to create a project pre-filled with that structure:

* Admin Dashboard
* E-Commerce Store
* Chat Application
* Blog / CMS
* Portfolio
* Task Manager
* Calendar App
* Image Gallery
* Documentation Site

### From the Visual Designer

Screens generated in the Visual Designer can be saved and converted into full projects.

## Organizing projects

### Folders

Create folders to group related projects:

1. Click the **folder icon** on the Dashboard sidebar
2. Name your folder
3. Drag projects into folders, or use the context menu → **Move to folder**

### Stars

Star your most important projects for quick access:

* Click the **star icon** on any project card
* Access all starred projects from the **Starred** section in the sidebar

### Search

Use the search field at the top of the Dashboard to find projects by name.

## Project settings

Open project settings by clicking the **project name** (with the chevron) in the Project Editor toolbar. This opens the **Project Settings Modal**.

### Overview & Statistics

The modal shows key project stats at a glance:

| Stat             | Description                            |
| ---------------- | -------------------------------------- |
| **Project name** | Editable display name                  |
| **Description**  | Short project description              |
| **Created**      | Creation date                          |
| **Edit count**   | Total AI edits made                    |
| **Messages**     | Total chat messages sent               |
| **Tool calls**   | Number of AI tool executions           |
| **Credits used** | Total credits consumed by this project |
| **Deployed URL** | Link to live deployment (if published) |

### Full project settings

Click **Open full project settings** in the modal to navigate to `/projects/[id]/settings` which includes:

| Section          | Details                                     |
| ---------------- | ------------------------------------------- |
| **General**      | Name, description, custom domain path       |
| **Integrations** | Seemodo Cloud connection, external services |
| **Transfer**     | Transfer project ownership to another user  |
| **Danger Zone**  | Delete the project permanently              |

### Danger Zone

The delete action requires confirmation. Once confirmed, the project and all its data (chat history, sandbox, deployments) are permanently removed.

## Sharing & Collaboration

### Share a project

Click the **Share** button in the Project Editor header:

1. Enter the email of the person you want to invite
2. Choose an access level:
   * **Editor** — Can edit the project
   * **Viewer** — Can view but not modify
3. Click **Add**

### Visibility

Toggle between:

* **Private** — Only you and invited collaborators can access
* **Public** — Anyone with the link can view

### Share link

Copy the project link to share it directly.

## Project status indicators

| Indicator              | Meaning                            |
| ---------------------- | ---------------------------------- |
| Green dot "Synced"     | Project is saved and up to date    |
| Deployed URL badge     | App is published and live          |
| Last updated timestamp | When the project was last modified |

## Deleting projects

From the Dashboard, open the context menu (⋯) on any project card and select **Delete**. This action is permanent.

## Next steps

<CardGroup cols={2}>
  <Card title="Deployment" icon="globe" href="/en/seemodo/deployment">
    Publish your projects
  </Card>

  <Card title="GitHub" icon="code-branch" href="/en/seemodo/github">
    Sync projects with GitHub
  </Card>
</CardGroup>
