Skip to content

Instantly share code, notes, and snippets.

@naoyaikeda
Created July 27, 2023 06:02
Show Gist options
  • Save naoyaikeda/75bc702d776f6e4e75a11922ec3462c9 to your computer and use it in GitHub Desktop.
Save naoyaikeda/75bc702d776f6e4e75a11922ec3462c9 to your computer and use it in GitHub Desktop.
SNS Relation
@startuml
folder "Fediverse" {
component "Mastodon" as mastodon
component "Misskey" as misskey
component "Calckey" as calckey
component "Firefish" as firefish
component "Pixelfed" as pixelfed
component "Threads (予定)"
misskey -> calckey : Fork
misskey -> firefish : Fork
rectangle "mstdn.jp" as mjp
rectangle "Pawoo" as pa
rectangle "mastodon.social" as ms
rectangle "fedibird" as fedibird
rectangle "misskey.io" as misskeyio
rectangle "にじみす.moe" as njm
rectangle "misskey.design" as md
mastodon ..> mjp
mastodon ..> pa
mastodon ..> ms
mastodon ..> fedibird
misskey ..> misskeyio
misskey ..> njm
misskey ..> md
}
folder "AT Protocol" {
component "Bluesky"
}
folder "Other" {
component "Twitter(X)"
}
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment