> For the complete documentation index, see [llms.txt](https://docs.cremawork.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cremawork.com/v-3/overview/crema-overview.md).

# Crema Overview

When you get the Crema template from Themeforest, you will get a zip folder from Themeforest. Upon extracting the content of the zip folder, you will get the following content in Crema 3.x.x<br>

**1. MUI :-**  In this folder, you will get the [MUI](https://mui.com/) based template with the [nextjs ](https://nextjs.org/)and [cra](https://reactjs.org/docs/create-a-new-react-app.html). This folder contains the following subfolders. Check out the demo [here](https://cra.cremawork.com/).

* **source-context:** In this folder, you will get the source code of **CRA** version purely context API based.
* **nextjs-context:** In this folder, you will get the source code of **next-js** version purely context API based.
* **source:** In this folder, you will get the source code of **CRA** version.&#x20;
* **source-ts:** In this folder, you will get the **TypeScript** code of **CRA** version.
* **nextjs:** In this folder, you will get the source code of **next-js** version.&#x20;
* **nextjs-ts:** In this branch, you will get the **TypeScript** code of **next-js** version.
* **starter-kit-source-ts:** In this folder, you will get the **TypeScript starter-kit** of **CRA** version.
* **starter-kit-source:** In this folder, you will get the **starter-kit** of **CRA** version.
* **starter-kit-nextjs:** In this folder, you will get the **starter-kit** of **next-js** version.

**2. ANT:-**  In this folder, you will get the [Ant Design ](https://ant.design/)based template with the [cra](https://reactjs.org/docs/create-a-new-react-app.html).This folder contains the following subfolders.  Check out the demo [here](https://ant-cra.cremawork.com/).

* **source-styled:** In this folder, you will get the source code with **antd 5 +Context API**.
* **source:** In this folder, you will get the source code.
* **starter-kit-source:** In this folder, you will get the **starter-kit**.<br>

**3. BS5:-**  In this folder, you will get the [React bootstrap](https://react-bootstrap.github.io/) based template with the [cra](https://reactjs.org/docs/create-a-new-react-app.html).This folder contains the following subfolders. Check out the demo [here](https://bs-cra.cremawork.com/)

* **source:** In this folder, you will get the source code, here is the [demo](https://bs-cra.cremawork.com/)

**4. servers:-** In this directory, you will found the following backend servers, These sever has auth APIs .

* **Mongoose**
* **Laravel**
* **Python**

**5.  build:-** this folder contains the offline demo of Crema MUI. You can check this by using the following commands&#x20;

```
yarn global add serve
serve -s build
```
