> For the complete documentation index, see [llms.txt](https://superfluid.gitbook.io/superfluid/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://superfluid.gitbook.io/superfluid/developers/super-apps/super-app-examples.md).

# Super App Examples

## Flow Splitter 🪓

{% embed url="<https://github.com/superfluid-finance/super-examples/tree/main/projects/flow-splitter>" %}

The Flow Splitter is a Super App that reacts to an incoming money stream by splitting it into two outgoing money streams between two receiver accounts.

<figure><img src="/files/qCsYAx8C4NuaveYk4xbZ" alt="" width="563"><figcaption></figcaption></figure>

## Growing NFT 🌼

{% embed url="<https://github.com/superfluid-finance/super-examples/tree/main/projects/growing-nft>" %}

The Growing NFT example demonstrates the Flower NFT Contract, an ERC721 contract that is also a Super App. As the amount of Super Tokens you stream to it crosses certain thresholds, the NFT's metadata will progressively graduate.

<figure><img src="/files/hzM0F0tQ7NeRWEfEyyxV" alt="" width="508"><figcaption></figcaption></figure>

## Tradeable Cashflow 🚰

{% embed url="<https://github.com/superfluid-finance/super-examples/tree/main/projects/tradeable-cashflow>" %}

The Tradeable Cashflow provides the deployer with an NFT. Whoever is the owner of the NFT will receive a consolidated stream for all the streams the contract receives.

<figure><img src="/files/R7GNYWlntcBskvXFAzCw" alt="" width="563"><figcaption></figcaption></figure>
