This project is exploratory. The direction evolves as ideas are tested and refined.
The current state of the code can always be inspected directly in the repository.
What this project aims to cover
- Federated professional identity
- Federated resume / CV
- Job scraping into a federated index of open positions
- Federated job search
- Federated search for candidates
- Trustworthy endorsements (similar in spirit to rel=me links)
Current state
- Event-sourced application framework
- Modular deployment (single instance or distributed services)
- ActivityPub: WebFinger
- ActivityPub: Actor endpoint
- ActivityPub: Outbox
- Initial work on profile / CV structure (within Actor representation)
- ActivityPub: Inbox
- Profile Importer as first mechanism to create and manage actors
- First test installation
- Process Follow and FollowUndo activities
- HTTP signatures
- Mastodon API: minimal subset (sufficient for some clients, verified with Tokodon)
- Deliver activities to followers (in progress)
Next planned steps
- Stabilise activity delivery to followers
- Process further activity types received by the inbox
- Expand Mastodon API coverage
Notes
Items may change, be redefined, or removed as the project evolves. This is not a fixed roadmap, but a snapshot of the current state.
Further reading