Pixelfed client employing ethical anti design
Go to file
Nat ae2fff8547 Remove the line that logs the settings.js state to the console 2021-03-27 14:42:09 -03:00
assets Add settings page 2021-03-27 09:16:35 -03:00
src Remove the line that logs the settings.js state to the console 2021-03-27 14:42:09 -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 Improve README 2021-02-27 18:57:45 -04:00
app.json Convert html to xml, fix css 2021-03-06 23:29:57 -05:00
babel.config.js init 2021-02-26 12:05:46 -04:00
package-lock.json Add a context menu for posts 2021-03-01 10:24:20 -04:00
package.json Add a context menu for posts 2021-03-01 10:24:20 -04: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

As of late February, the UI of Resin is still ACTIVELY under development and will likely change quite a bit. These screenshots probably won't be up to date most of the time.

A screenshot of the timeline A screenshot of the search menu A screenshot of the profile page

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.