Pixelfed client employing ethical anti design
Go to file
Nat 54ccb41443 Improve the look of Publish 2021-07-09 20:06:03 -03:00
assets Replace Eva icons with Expo's vector icons 2021-07-09 11:06:11 -03:00
src Improve the look of Publish 2021-07-09 20:06:03 -03:00
.gitignore Update gitignore to include Vim swap files 2021-02-28 11:31:46 -04:00
CODE_OF_CONDUCT.md Added meta documents 2021-02-26 13:35:34 -04:00
LICENSE Added meta documents 2021-02-26 13:35:34 -04:00
README.md Update README with new screenshots 2021-04-15 15:56:16 -03:00
app.json Enable deep linking for authenticate.js 2021-04-19 11:55:17 -03:00
babel.config.js init 2021-02-26 12:05:46 -04:00
package-lock.json Fix issue with multipart data in Publish 2021-07-01 17:44:48 -03:00
package.json Fix issue with multipart data in Publish 2021-07-01 17:44:48 -03:00

README.md

A screenshot of the timeline

Resin is a Pixelfed client designed to minimize the chance the user will use it unhealthily. In other words, this app practices ethical anti-design. The way it does this is by avoiding dark patterns like infinite scrolling and putting obstacles in place to minimize the risk of the user taking unhealthy actions that are otherwise unavoidable.

Goal

The goal of this project is to create a model for what social media could look like were it not designed to be addictive. The Fediverse, not being dependent on ad revenue, shouldn't need to capitalize on people's attention. Still, many of the apps we use to interact with the Fediverse use the same dark patterns developed by companies that do. While these dark patterns may seem like industry standards, we have no need to follow them. This project seeks to demonstrate the different ways to go about doing that.

Screenshots

The Resin UI is fully implemented but incomplete; there are some components, like the interface for posting new content, that'll be implemented along side the API integration. Besides much needed polishing and some consistency improvements, the UI likely won't change too drastically from this point forward.

A screenshot of the login interface A screenshot of the followers feed A screenshot of the comments page A screenshot of the moderation menu on a post A screenshot of the discover page A screenshot of the search interface

A screenshot of the profile page A screenshot of the notifications page A screenshot of the settings page A screenshot of the list of direct message conversations A screenshot of a conversation over direct messaging

Building

This project is written in React Native and built using Expo.

Here are the steps to build it yourself:

$ git clone https://github.com/natjms/resin # Clone the repository
$ npm install # Install the dependencies
$ expo start # start the development server

Contributing

This project is still extremely early in development; however, contributions are still more than welcome. If you're interested in helping out, the easiest way to get started would be to contact the project maintainer who would be more than happy to talk to you about it.