Summary
Make vutuv speak ActivityPub (AP), the W3C protocol behind Mastodon and the rest of the Fediverse, so that:
- independent vutuv instances can connect into one shared professional social graph, and
- vutuv profiles, follows/connections, and posts can interoperate with other ActivityPub apps (Mastodon, and the emerging federated professional networks).
The goal is a federated, open-source alternative to LinkedIn/XING — a niche the Fediverse repeatedly asks for and does not yet have a strong answer to.
This supersedes #657. That issue is kept open/closed only for its community discussion; this one is the canonical, self-contained version.
Motivation
vutuv is already self-hostable, so federation is not about self-hosting. It is about network effects. Unfederated professional networks derive their value from being the only place your contacts are; that lock-in is their moat. If vutuv federates, every vutuv instance — plus compatible Fediverse software — becomes part of one graph, so a single small instance is still useful on day one. This is the same reason Threads added AP federation to bootstrap reach.
Scope — what "support ActivityPub" means concretely for vutuv
This is a large feature; it should land incrementally. A rough order:
- Discovery — WebFinger (
/.well-known/webfinger) so profiles resolve as @user@instance, and AP Actor documents for each profile.
- HTTP Signatures — sign and verify server-to-server requests.
- Inbox/outbox — per-actor
inbox/outbox endpoints and the shared inbox.
- Social graph — map vutuv's existing
follows and mutual connections onto AP Follow / Accept / Undo activities (the data model already has these primitives).
- Content — federate profile data and posts as AP objects; receive remote ones.
- Moderation — instance/user blocks, report handling, allow/deny-listing.
Benefits
- Defeats the network-effect lock-in of incumbents; small instances are useful immediately.
- Interop with other in-progress federated professional networks (see prior art) and with microblogging (e.g. posting a job opening that's discoverable via
#fossjobs / #GetFediHired).
- Strengthens vutuv's positioning and could open non-dilutive funding (e.g. NLnet).
Costs / risks / open questions
- Maintenance & spec complexity — AP is a moving target; federation is ongoing work.
- Moderation & spam — federation imports the whole Fediverse's abuse surface.
- Privacy — professional data is sensitive; what federates by default, and what stays instance-local, needs an explicit policy.
- Open questions: build on top of an existing Elixir AP library or implement directly? Which objects federate vs. stay private? How do connection requests (vutuv's mutual, approval-based model) map onto AP semantics?
Prior art & resources
bonfire-networks/activity_pub — a maintained ActivityPub library in Elixir (most relevant starting point).
Haui1112/FediWork — demonstrates a federated professional network is feasible.
- Flockingbird (NLnet-funded federated-LinkedIn attempt) and ProFed — adjacent efforts; interop with them is a bonus goal.
- Recurring demand on the Fediverse for a "federated LinkedIn."
Status
Not currently on the roadmap ("bigger fish to fry"), kept open for community interest and periodic re-evaluation. Contributions and design proposals welcome. See #657 for the original 2019 request and the community discussion that shaped this issue.
Summary
Make vutuv speak ActivityPub (AP), the W3C protocol behind Mastodon and the rest of the Fediverse, so that:
The goal is a federated, open-source alternative to LinkedIn/XING — a niche the Fediverse repeatedly asks for and does not yet have a strong answer to.
Motivation
vutuv is already self-hostable, so federation is not about self-hosting. It is about network effects. Unfederated professional networks derive their value from being the only place your contacts are; that lock-in is their moat. If vutuv federates, every vutuv instance — plus compatible Fediverse software — becomes part of one graph, so a single small instance is still useful on day one. This is the same reason Threads added AP federation to bootstrap reach.
Scope — what "support ActivityPub" means concretely for vutuv
This is a large feature; it should land incrementally. A rough order:
/.well-known/webfinger) so profiles resolve as@user@instance, and AP Actor documents for each profile.inbox/outboxendpoints and the shared inbox.followsand mutualconnectionsonto APFollow/Accept/Undoactivities (the data model already has these primitives).Benefits
#fossjobs/#GetFediHired).Costs / risks / open questions
Prior art & resources
bonfire-networks/activity_pub— a maintained ActivityPub library in Elixir (most relevant starting point).Haui1112/FediWork— demonstrates a federated professional network is feasible.Status
Not currently on the roadmap ("bigger fish to fry"), kept open for community interest and periodic re-evaluation. Contributions and design proposals welcome. See #657 for the original 2019 request and the community discussion that shaped this issue.