# Overview

- [Crema Overview](/v-4/overview/crema-overview.md): Crema is available in the Next js and CRA(create-react-app).  Crema is also available in both Typescript and Javascript
- [Dependency Graph](/v-4/overview/dependency-graph.md): There are some depenedency of the crema
- [Folder Structure](/v-4/overview/folder-structure.md): Crema has a vast and professional folder structure
- [apps](/v-4/overview/folder-structure/apps.md)
- [source](/v-4/overview/folder-structure/apps/source.md)
- [source-e2e](/v-4/overview/folder-structure/apps/source-e2e.md): Inbuilt Cypress 2e2 Testing
- [libs](/v-4/overview/folder-structure/libs.md)
- [components](/v-4/overview/folder-structure/libs/components.md): Componets is the main library for the Crema Template's components
- [constants](/v-4/overview/folder-structure/libs/constants.md): Its contains all the reusable constants of the app
- [context](/v-4/overview/folder-structure/libs/context.md): It's contains the contexts of the app
- [helpers](/v-4/overview/folder-structure/libs/helpers.md): Its contains all helper functions of the app
- [hooks](/v-4/overview/folder-structure/libs/hooks.md): Its contains all hooks functions of the app
- [mockapi](/v-4/overview/folder-structure/libs/mockapi.md): Its contains the app fake DB and mock APIs of the app
- [modules](/v-4/overview/folder-structure/libs/modules.md): Its contains all the reusable modules of the app
- [services](/v-4/overview/folder-structure/libs/services.md): Its contains all the basic services like auth and localization of the app
- [Package.json](/v-4/overview/package-json.md)
- [MUI+CRA](/v-4/overview/package-json/mui+cra.md): Crema package.json file of the source variant(Context APIs)
- [MUI+Next.js](/v-4/overview/package-json/mui+next.js.md): Crema package.json file of the source variant(Context APIs)
- [MUI+CRA+TS](/v-4/overview/package-json/mui+cra+ts.md): Crema package.json file of the source variant(Context APIs)
- [MUI+Next.js+TS](/v-4/overview/package-json/mui+next.js+ts.md): Crema package.json file of the source variant(Context APIs)
- [Antd+CRA](/v-4/overview/package-json/antd+cra.md): Crema package.json file of the source variant(Context APIs)
- [Antd+Next.js](/v-4/overview/package-json/antd+next.js.md): Crema package.json file of the source variant(Context APIs)
- [Antd+CRA+TS](/v-4/overview/package-json/antd+cra+ts.md): Crema package.json file of the source variant(Context APIs)
- [Antd+Next.js+TS](/v-4/overview/package-json/antd+next.js+ts.md): Crema package.json file of the source variant(Context APIs)
- [GitHub Access](/v-4/overview/github-access.md)
- [Slack Community](/v-4/overview/slack-community.md): Connect with a community of technical professionals working together to ship high-quality. Share your idea and insights, for inspiration collaboration, and great results.
- [Figma File](/v-4/overview/figma-file.md): Crema Free Figma file.
