Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 21 additions & 19 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,30 @@

## Repositories

Maintainers are listed here: https://outline.stoatinternal.com/s/287f53bd-9ba4-4e95-9716-4f2aa84d93f2

### Clients

Here are clients being maintained under Stoat's organisation:

| Repository | Description | Maintainer(s) | Fit For Use |
| ---------------------------------------------------------------------- | ----------------------------------- | :----------------------------------------: | :---------: |
| [for-web](https://github.com/stoatchat/for-web) | Solid.js Progressive Web App | [@insertish](https://github.com/insertish) | ✅ |
| [for-desktop](https://github.com/stoatchat/for-desktop) | Electron desktop wrapper for Revite | | ✅ |
| [for-android](https://github.com/stoatchat/for-android) | Native Android App | [@infi](https://github.com/infi) | ✅ |
| [for-ios](https://github.com/stoatchat/for-ios) | Native iOS App | [@zomatree](https://github.com/zomatree) | |
| [for-legacy-web (revite)](https://github.com/stoatchat/for-legacy-web) | Legacy Preact Progressive Web App | [@insertish](https://github.com/insertish) | ✅ |
| Repository | Description | Fit For Use |
| ---------------------------------------------------------------------- | ----------------------------------- | :---------: |
| [for-web](https://github.com/stoatchat/for-web) | Solid.js Progressive Web App | ✅ |
| [for-desktop](https://github.com/stoatchat/for-desktop) | Electron desktop wrapper for Revite | ✅ |
| [for-android](https://github.com/stoatchat/for-android) | Native Android App | ✅ |
| [for-ios](https://github.com/stoatchat/for-ios) | Native iOS App | |
| [for-legacy-web (revite)](https://github.com/stoatchat/for-legacy-web) | Legacy Preact Progressive Web App | ✅ |

You can find additional third-party clients [on the community wiki](https://wiki.stt.gg/index.php/Clients).
Copy link
Copy Markdown

@ivangabriele ivangabriele Feb 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
You can find additional third-party clients [on the community wiki](https://wiki.stt.gg/index.php/Clients).
You can find additional third-party clients [on the Awesome Stoat list](https://github.com/stoatchat/awesome-stoat?tab=readme-ov-file#-third-party-clients).


### Server Software

Below is a list of all the repositories relevant to developing the core Stoat service.

| Repository | Description | Maintainer(s) |
| --------------------------------------------------------------------------- | --------------------------------------------- | :----------------------------------------: |
| [backend](https://github.com/stoatchat/stoatchat) | Rust core libraries and backend services | [@insertish](https://github.com/insertish) |
| [javascript-client-sdk](https://github.com/stoatchat/javascript-client-sdk) | Typescript library for interacting with Stoat | [@insertish](https://github.com/insertish) |
| Repository | Description |
| --------------------------------------------------------------------------- | --------------------------------------------- |
| [backend](https://github.com/stoatchat/stoatchat) | Rust core libraries and backend services |
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| [backend](https://github.com/stoatchat/stoatchat) | Rust core libraries and backend services |
| [stoatchat](https://github.com/stoatchat/stoatchat) | Rust core libraries and backend services |

| [javascript-client-sdk](https://github.com/stoatchat/javascript-client-sdk) | Typescript library for interacting with Stoat |

<!-- | [rfcs](https://github.com/stoatchat/rfcs) | RFCs for changes to Stoat | [@insertish](https://github.com/insertish) | -->
<!-- | [api](https://github.com/stoatchat/api) | JavaScript API library | [@insertish](https://github.com/insertish) | -->
Expand All @@ -49,14 +51,14 @@ Below is a list of all the repositories relevant to developing the core Stoat se

Here is a list of important repositories and who is managing each.

| Repository | Description | Maintainer(s) |
| ----------------------------------------------------------------------- | ------------------------------------------ | :------------------------------------------------: |
| [developer-wiki](https://github.com/stoatchat/developer-wiki) | Developers site and knowledge base | |
| [stoat.chat](https://github.com/stoatchat/stoat.chat) | Landing page | [@infi](https://github.com/infi) |
| [service-admin-panel](https://github.com/stoatchat/service-admin-panel) | Service administration tool | |
| [self-hosted](https://github.com/stoatchat/self-hosted) | Docker Compose Configuration | [@DeclanChidlow](https://github.com/DeclanChidlow) |
| [translations](https://github.com/stoatchat/translations) | Client translations | [@DeclanChidlow](https://github.com/DeclanChidlow) |
| [javascript-genemoji](https://github.com/stoatchat/javascript-genemoji) | Emoji pack structure unification toolchain | [@infi](https://github.com/infi) |
| Repository | Description |
| ----------------------------------------------------------------------- | ------------------------------------------ |
| [developer-wiki](https://github.com/stoatchat/developer-wiki) | Developers site and knowledge base |
| [stoat.chat](https://github.com/stoatchat/stoat.chat) | Landing page |
| [service-admin-panel](https://github.com/stoatchat/service-admin-panel) | Service administration tool |
| [self-hosted](https://github.com/stoatchat/self-hosted) | Docker Compose Configuration |
| [translations](https://github.com/stoatchat/translations) | Client translations |
| [javascript-genemoji](https://github.com/stoatchat/javascript-genemoji) | Emoji pack structure unification toolchain |

<!-- | [legal](https://github.com/stoatchat/legal) | Legal documents | [@insertish](https://github.com/insertish) | -->
<!-- | [revolt.py](https://github.com/stoatchat/revolt.py) | Python wrapper | | -->