| .vscode | ||
| assets | ||
| src | ||
| styling | ||
| .envrc | ||
| .eslintrc.js | ||
| .gitignore | ||
| CODE_OF_CONDUCT.md | ||
| index.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| release.sh | ||
| shell.nix | ||
| yarn.lock | ||
Fedifox
Warning: this project is in very early stage, it might not go anywhere (or break your stuff)
Prototyping a new standalone Fediverse/ActivityPub client, designed around my experiences with current options, and community feedback.
Designed for GoToSocial first and foremost, but compatible with Mastodon where possible.
Funding
I work on a lot of different things, and you can support me through my Liberapay
This project has also received funding through the NGI0 Entrust Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet programme, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
Code of Conduct
In the repository is a copy of Rust's Code of Conduct. Please refer to this before interacting with the project or it's spaces.
Roadmap
In no particular order:
- posting
- privacy level
- CW
- media posting
- caption
- focus point
- polls
- (custom) emoji picker
- timeline
- better fetching
- fetch older toots
- handle gappy timeline
- reconnect websocket
- filtering
- media
- sensitive media, blur
- handle loading failure?
- better handling of video (photoswipe)
- thread view (sidebar)
- fetch context toots
- better way to display threading?
- other timelines
- hashtags
- federated
- local
- lists
- DM's
- toot interaction
- boost
- fav
- reply (posting)
- quote/boost with CW?
- interaction from other account
- settings
- FediFox settings
- logout
- customize interface
- themes
- merge/include GoToSocial settings
- account
- admin
- FediFox settings
- mobile
- install as PWA
- notifications/serviceworker stuff??
- notifications
- view notifications
- sound
- filtering
- other stuff also
- profile views
- hashtag view
- instance info view??
- todo list with update posting
- offline use
- serviceworker thing to serve assets locally https://github.com/aohua/redux-state-sync/blob/master/example_immutable/src/registerServiceWorker.js