# 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. build**

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

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

**3. starter-template ( with Laravel-server)**

This can be used as the starting point of a new project. It is integrated with **jwt-auth with Laravel-server APIs** for authentication. This is the ideal place to kickstart the project with all the necessary settings already done. It is based on CRA

**4. starter-template-aws**

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

**5. starter-template-firebase**

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

**6. starter-template-auth0**

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

#### 7. cra-ssr-starter-template

This can be used as the starting point of the new project with CRA + SSR.  It is integrated with **firebase** for authentication. This is starter kit is purely based on [**cra-ssr**](https://medium.com/@cereallarceny/server-side-rendering-in-create-react-app-with-all-the-goodies-without-ejecting-4c889d7db25e).&#x20;

**8. nextjs**

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

**9. nextjs-typescript**

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

**10. source-ts**

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

**11. tailwind-css**

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

**12. styled-component**

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

**13. servers**

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

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

**14. document**

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


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
