https://github.com/mediaformat/c2s
An ActivityPub client (PWA)
https://github.com/mediaformat/c2s
activitypub activitypub-client
Last synced: about 1 month ago
JSON representation
An ActivityPub client (PWA)
- Host: GitHub
- URL: https://github.com/mediaformat/c2s
- Owner: mediaformat
- License: agpl-3.0
- Created: 2025-11-30T04:55:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-15T16:39:12.000Z (5 months ago)
- Last Synced: 2026-01-15T19:44:04.350Z (5 months ago)
- Topics: activitypub, activitypub-client
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# c2s-pwa
A Progressive Web App (PWA) for the ActivityPub API (Client-to-Server API)
## Features
- [x] Login via OAuth ([RFC7591](https://datatracker.ietf.org/doc/html/rfc7591), [RFC8414](https://datatracker.ietf.org/doc/html/rfc8414), Actor Endpoints)
- [X] Fetch from Inbox
- [X] Fetch from SharedInbox
- [x] Post to Outbox
- [x] Fetch remote `Object` via [proxyURL](https://www.w3.org/TR/activitypub/#proxyUrl)
- [ ] [CIMD](https://datatracker.ietf.org/doc/draft-ietf-oauth-client-id-metadata-document/)
- [ ] ...Stay tuned!
## Tracking Support
`☑` supported,
`~` partial support,
`x` unsupported,
`-` untested
| Software | RFC7591 | RFC8414 | CORS | Actor oauth endpoints | proxyURL | sharedInbox |
| :---------- | :-----: | :-----: | :--: | :-------------------: | :------: | :---------: |
| [Pleroma](https://git.pleroma.social/pleroma/pleroma/) | ☑ | [x](https://git.pleroma.social/pleroma/pleroma/-/issues/3395) | [~](https://git.pleroma.social/pleroma/pleroma/-/issues/3395) | ☑ | [x](https://git.pleroma.social/pleroma/pleroma/-/issues/3382) | [x](https://git.pleroma.social/pleroma/pleroma/-/issues/3384) |
| [FedBox](https://github.com/go-ap/fedbox) | ☑ | ☑ | ~ | ~ | [x](https://todo.sr.ht/~mariusor/go-activitypub/409) | [x](https://lists.sr.ht/~mariusor/go-activitypub-dev/%3C13D93DB4-A3C9-4451-8E6A-78158C93A198@mediaformat.org%3E) |
| [Bonfire](https://github.com/bonfire-networks/bonfire-app/issues/917) | ☑ | ☑ | - | ☑ | - | - |
| [Friendica](https://github.com/friendica/friendica/) | ☑ | ☑ | [x](https://github.com/friendica/friendica/issues/15404) | ☑ | - | - |
| [Onepage.pub](https://github.com/evanp/onepage.pub) | ☑ | ☑ | ☑ | ☑ | - | - |
## Circlebuilder's Delightful extensive c2s support list
https://codeberg.org/fediverse/delightful-fediverse-experience/issues/130
## Implementation Report
Official, historic report (last updated 2021)
https://activitypub.rocks/implementation-report/