> 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/v2.0/product-overview.md).

# Product Overview

Upon downloading the zip folder from the ThemeForest, you will get the following content:-\
\
All folders have a **readme.md** file. this file contains all information about how to start that particular project&#x20;

**1. source**

It contains the source code of the template. This is purely bases on CRA based template.&#x20;

**2. crema-ant**

It contains the source code of the template based on the Ant Design . This is purely bases on **CRA**+**craco-less** template. **(Document is coming soon...)**

**3. source-ts**

In this folder, you will get CRA based template of the Crema with TypeScript.&#x20;

**4. build**

It contains the offline demo of Crama. You can check this by using the following commands

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

**5. starter-template**

This can be used as the starting point of a new project. This is the ideal place to kickstart the project with all the necessary settings already done. It is based on CRA

**6. starter-template-ts**

This can be used as the starting point of a new project. This is the ideal place to kickstart the project with all the necessary settings already done. It is based on CRA with typescript

**7. Nextjs**

In this folder, you will get Next.js based template of the Crema.

**8. starter-template-nextjs**

In this folder, you will get Next.js based starter-template of the Crema.

**9. starter-template-context-api**

In this folder, you will get CRA based starter template of the Crema with the context API(without redux)**.**&#x20;

**10.starter-template-context-api-ts**

In this folder, you will get CRA based starter template of the Crema with TypeScript and Context API(without redux).

**11.starter-template-context-apits-auth0**

In this folder, you will get CRA based starter template of the Crema with TypeScript+Auth-0 and Context API(without redux).

**12. nextjs-ts**

In this folder, you will get a Typescript-based Next.js template of the Crema.

**13. servers**

In this directory, you will found the following backend servers, These sever has auth APIs &#x20;

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

**14. Readme**

It is the pdf of the online documentation of the template.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cremawork.com/v2.0/product-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
