> Documentation index: [Saleor](/llms.txt) · [This section](/developer/llms.txt)
> Source: https://docs.saleor.io/developer/extending/apps/developing-apps/app-template

# App Template

[

![](/assets/images/app-template-155785b75232bf8592bfab800902c973.png)

### Saleor App Template

Minimalistic boilerplate for building apps with Next.js and app-sdk.

Next.js



](https://github.com/saleor/saleor-app-template)  

[Saleor App Template](https://github.com/saleor/saleor-app-template) is a minimalistic boilerplate that provides a working example of a Saleor app.

We recommend using the Saleor App Template since it is always up-to-date with best practices and the latest features.

If you want to explore implementations of the Saleor App Template, head over to the [App Examples](https://github.com/saleor/app-examples/tree/main/examples) repository.

<a id="installation"></a>

## Installation

info

`saleor-app-template` repository requires you to install [`pnpm`](https://pnpm.io/). If you haven't already, please do so by running:

```bash
npm install -g pnpm
```

Clone the `saleor-app-template` repository, please run:

```shell
git clone https://github.com/saleor/saleor-app-template.git
```
