> ## Documentation Index
> Fetch the complete documentation index at: https://developers.strawberryfoundations.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Our creations

> What we and others have created with SCAPI ✨

# What is this?

This documentation page shows you what we have already done with SCAPI, and what is and will soon be possible!

# Discord Chat Bridge

The Discord Chat Bridge is a communication bridge between Strawberry Chat & Discord.
With the help of [scapi](https://raw.githubusercontent.com/Strawberry-Foundations/strawberry-chat/main/bot/scapi.py) & [discord.py](https://github.com/Rapptz/discord.py).
It also supports the new chat protocol (`stbmv2`)

### Images

**A message sent through the webhook in Discord looks like this:**
![](https://media.discordapp.net/attachments/880513737948270642/1175920307203215520/image.png)

**A message received through Discord and sent in Strawberry Chat looks like this:**
![](https://media.discordapp.net/attachments/880513737948270642/1175921076119814254/image.png)
Images will be formatted like this: ![](https://media.discordapp.net/attachments/880513737948270642/1175921507231338548/image.png)

### Supported versions

|                                                                                         | v1.8.3 or below ![](https://img.shields.io/badge/Legacy-gray) | v1.9.0 or higher ![](https://img.shields.io/badge/Stable-success) |
| --------------------------------------------------------------------------------------- | ------------------------------------------------------------- | ----------------------------------------------------------------- |
| [Legacy](https://github.com/Strawberry-Foundations/strawberry-chat/tree/legacy/discord) | ✅                                                             | ❌                                                                 |
| [Stable](https://github.com/Strawberry-Foundations/strawberry-chat/tree/main/discord)   | ❌                                                             | ✅                                                                 |
