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

# Community Examples

<a id="built-by-saleor"></a>

## Built by Saleor

These apps were built by Saleor team using [Saleor App Template](/developer/extending/apps/developing-apps/app-template.md), however, they are not currently available in the [App Store](https://apps.saleor.io) and may not be maintained. You can use them as a reference for building your own apps.

tip

Built an app and want to share it? Submit a pull request to the [Awesome Saleor](https://github.com/saleor/awesome-saleor) repository.

[

### Invoicing

Example app for invoice generation directly in Saleor Dashboard.

Next.js



](https://github.com/saleor/examples/tree/main/example-app-invoices)[

![](/assets/images/app-klarna-4fdbf29f23e2557cd22d7584596836c8.png)

### Klarna

Example implementation of Klarna integration using Transaction API.

Next.js



](https://github.com/saleor/examples/tree/main/example-app-klarna)[

### Dummy Payment App

Bare bones app for testing Saleor Transaction API.

Next.js



](https://github.com/saleor/dummy-payment-app)[

### Slack

Example app: connect Saleor to send Slack messages.

Next.js



](https://github.com/saleor/examples/tree/main/example-app-slack)[

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

### Authorize.net

Example implementation of Authorize.net integration.

Next.js



](https://github.com/saleor/examples/tree/main/example-app-authorize.net)[

### TaxJar

Example app: connect Saleor to calculate taxes with TaxJar.

Next.js



](https://github.com/saleor/examples/tree/main/example-app-taxjar)[

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

### Checkout Prices

Example app: set custom prices for checkout lines.

Next.js



](https://github.com/saleor/examples/tree/main/example-app-checkout-prices)[

### Mailchimp

Example app: create targeted campaigns using Mailchimp.

Next.js



](https://github.com/saleor/examples/tree/main/example-app-crm)[

### SendGrid

Example app: connect Saleor to Sendgrid.

Next.js



](https://github.com/saleor/examples/tree/main/example-app-sendgrid)[

### Saleor App AWS Lambda

Boilerplate for building Saleor Apps in TypeScript on AWS Lambda with AWS CDK deployment

TypeScript



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

### Saleor App Hono + Deno

Boilterplate for building Saleor Apps in Hono + Deno

TypeScript, Deno



](https://github.com/witoszekdev/saleor-app-hono-deno-template)[

### Saleor App Hono + Cloudflare Pages

Boilterplate for building Saleor Apps using Hono + Cloudflare Pages / Workers

TypeScript, Cloudflare Workers



](https://github.com/witoszekdev/saleor-app-hono-cf-pages-template)

<a id="built-by-the-community"></a>

## Built by the community

These examples can be useful if you want to build a service without the use of the App Template in tech stack other than Next.js.

[

### AWS Serverless

Implementation of a Saleor app using AWS Lambda

Python



](https://github.com/mirumee/serverless-saleor-app-example)[

### Python App Template

Boilerplate for building Saleor apps in Python

Python



](https://github.com/mirumee/saleor-app-framework-python)[

### Saleor App Rust Axum

A template for creating Saleor apps in Rust using axum, featuring HTMX.

Rust



](https://github.com/cozyGalvinism/saleor-app-rust-axum)
