Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rogeriochaves/feedless
https://github.com/rogeriochaves/feedless
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rogeriochaves/feedless
- Owner: rogeriochaves
- License: agpl-3.0
- Created: 2020-04-04T16:14:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T16:21:52.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T16:45:37.351Z (3 days ago)
- Language: Swift
- Homepage: https://feedless.social/
- Size: 59.5 MB
- Stars: 103
- Watchers: 3
- Forks: 9
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Feedless
The non-addictive social network
![Feedless screenshot](./feedless.png)
## About
Feedless combines the best original ideas of popular social networks without the bad parts
- You have your own wall, but you can only post with 140 characters, like original Twitter
- If you want to check on others you have to go to their profile, like original Facebook or Orkut
- You can send secret messages, like original Snapchat, but there are no stories
- There is no feed to scroll forever, no cassino slot machine addiction
- There are no likes nor any mindless interactions, if you like something, you tell the person, like a humanBecause Feedless is not a business, we don't need to make people addicted just to sell more ads and please shareholders. Feedless is built on top of [SSB], a decentralized social network protocol, which means the community sustains it, not a corporation.
[Read more about the idea here](https://medium.com/@_rchaves_/a-non-addictive-social-network-d0ad3a2204d)
## Getting Started
On desktop, you can:
- Access feedless through our website [feedless.social](https://feedless.social/)
- Install locally on MacOS or Linux using the installers [available on releases page](https://github.com/rogeriochaves/feedless/releases)On mobile you can:
- Access mobile website [feedless.social](https://feedless.social/)
- Install [iOS app](https://apps.apple.com/app/feedless/id1516657382)## Development
Feedless Web uses [NodeJS], you can run it with:
```sh
cd web
npm install
npm start
```Then navigate to `http://localhost:7624/` in your browser.
[ssb]: https://scuttlebutt.nz
[nodejs]: https://nodejs.org/en/