Merge pull request 'Add various social media-related things' (#135) from Pixelo789/open-slopware:add-social-medias into main

Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/135
Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
This commit is contained in:
JesseBot 2026-03-18 18:35:30 +01:00
commit 6b6183c0b2

View file

@ -47,6 +47,8 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md).
* [Password Management](#password-management)
* [alternatives](#password-manager-alternatives)
* [Social Media](#social-media)
* [Servers](#servers)
* [Clients](#clients)
* [Messaging](#messaging)
* [Budgeting](#budgeting)
* [Virtualization](#virtualization)
@ -340,11 +342,23 @@ Also, there is an advistory database of Rust slopware crates, which you can use
This is for both social media websites and apps.
#### Servers
| Name | Alternative(s) | Evidence |
|---|---|---|
| [Bluesky](https://bsky.app) | [Mastodon](https://joinmastodon.org/), [GoToSocial](https://codeberg.org/superseriousbusiness/gotosocial) | [CTO discusses using Claude in development](https://bsky.app/profile/pfrazee.com/post/3luyb3jcbv52d) |
| [IceCubesApp for iOS](https://github.com/Dimillian/IceCubesApp) | [Feditext](https://github.com/feditext/feditext), an iOS fediverse app in beta | Project uses [Claude](https://github.com/Dimillian/IceCubesApp/blob/main/CLAUDE.md) |
| [Bluesky](https://bsky.app) | [GoToSocial] | [CTO discusses using Claude in development](https://bsky.app/profile/pfrazee.com/post/3luyb3jcbv52d) |
| [`rsky`](https://github.com/blacksky-algorithms/rsky) | [GoToSocial] | Contains commits from Claude (e.g. [1](https://github.com/blacksky-algorithms/rsky/commit/02313d970dc2e1cef0909277b94bbff222dff152), [2](https://github.com/blacksky-algorithms/rsky/commit/fd6063d4e2f0688899faef34e2d3553c36c69d43), [3](https://github.com/blacksky-algorithms/rsky/commit/b7adaa213ca49318de078b82410bf54f828ba0f2))
| [PeerTube](https://joinpeertube.org/) | | [Includes copilot instructions](https://github.com/Chocobozzz/PeerTube/blob/develop/.github/copilot-instructions.md) |
| [Mastodon](https://joinmastodon.org/) | [GoToSocial] | [Allows LLM use](https://github.com/mastodon/.github/blob/49b9c64f3e2b6a459e56a05068c05b3247659bb3/AI_POLICY.md) |
| [Misskey](https://misskey-hub.net/) | [GoToSocial] | Contains [commit from Copilot](https://github.com/misskey-dev/misskey/commit/2fa6ecc7efaaf9b9d189cdd3a3ebbb9171c86078) |
| [Lemmy](https://join-lemmy.org/) | | [Allows LLM use](https://join-lemmy.org/docs/code_of_conduct.html) |
#### Clients
| Name | Alternative(s) | Evidence |
|---|---|---|
| [IceCubesApp for iOS](https://github.com/Dimillian/IceCubesApp) | [Feditext](https://github.com/feditext/feditext), an iOS fediverse app in beta | Project uses [Claude](https://github.com/Dimillian/IceCubesApp/blob/main/CLAUDE.md) |
| [Bluesky Social App](https://github.com/misskey-dev/misskey/commit/2fa6ecc7efaaf9b9d189cdd3a3ebbb9171c86078) | Not using Bluesky | Contains [CLAUDE.md](https://github.com/bluesky-social/social-app/blob/177bdcd2b7807c9980dab32e7a5664fc006df40b/CLAUDE.md) and commits from Claude (e.g. [1](https://github.com/bluesky-social/social-app/commit/8c4fc087f8119de5c007b71baaaf02089a346b38), [2](https://github.com/bluesky-social/social-app/commit/612a778361edc0314f92a0451abb98843e7bef9a), [3](https://github.com/bluesky-social/social-app/commit/1782a65174cbd22f01936f529f954e7a491b3fac)) |
### Messaging
@ -531,3 +545,4 @@ This is a section for repos that are similar to this one either because they are
[WriteFreely]: https://writefreely.org/
[xfce4-terminal]: https://gitlab.xfce.org/apps/xfce4-terminal
[Zen]: https://github.com/zen-browser/desktop
[GoToSocial]: https://codeberg.org/superseriousbusiness/gotosocial