Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RSSNext/Follow
🧡 Next generation information browser.
https://github.com/RSSNext/Follow
ai blockchain reader rss rss-reader
Last synced: 11 days ago
JSON representation
🧡 Next generation information browser.
- Host: GitHub
- URL: https://github.com/RSSNext/Follow
- Owner: RSSNext
- License: gpl-3.0
- Created: 2024-04-08T03:23:35.000Z (8 months ago)
- Default Branch: dev
- Last Pushed: 2024-10-29T09:36:02.000Z (about 1 month ago)
- Last Synced: 2024-10-29T09:44:08.027Z (about 1 month ago)
- Topics: ai, blockchain, reader, rss, rss-reader
- Language: TypeScript
- Homepage: https://follow.is
- Size: 12.9 MB
- Stars: 15,120
- Watchers: 73
- Forks: 644
- Open Issues: 135
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- my-awesome - RSSNext/Follow - reader pushed_at:2024-12 star:19.4k fork:0.8k 🧡 Follow your favorites in one inbox (TypeScript)
- awesome-repositories - RSSNext/Follow - 🧡 Next generation information browser. (TypeScript)
- awesome - RSSNext/Follow - 🧡 Follow your favorites in one inbox (TypeScript)
- awesome - RSSNext/Follow - 🧡 Next generation information browser. (TypeScript)
README
![](https://github.com/user-attachments/assets/80cc7a6d-5044-44a5-ae00-2a29b7e936a2)
As they say, your thoughts are what you read—and we’ve been consuming noisy feeds for too long! Follow organizes content into one timeline, keeping you updated on what matters, noise-free. Share lists, explore collections, and enjoy distraction-free browsing.
## 👋🏻 Getting Started & Join Our Community
Whether for users or professional developers, Follow will be your open information playground. Please be aware that Follow is currently under active development, and feedback is welcome for any [issue](https://github.com/RSSNext/Follow/issues) encountered.
Feel free to try it using the following methods:
| [![](https://img.shields.io/badge/Try%20Web%20App-Online-55b467?labelColor=black&logo=vercel&style=flat-square)](https://app.follow.is) | No installation necessary! Visit our web app to experience it firsthand. |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------- |
| [![](https://img.shields.io/github/v/release/RSSNext/Follow?color=369eff&labelColor=black&logo=github&style=flat-square&label=Releases)](https://github.com/RSSNext/Follow/releases/latest) [![](https://img.shields.io/github/downloads/RSSNext/Follow/total?color=369eff&labelColor=black&logo=github&style=flat-square&label=Downloads)](https://github.com/RSSNext/Follow/releases/latest) | Download and install the desktop client for a smoother experience and enhanced features. |You can also install using the following methods maintained by our community:
- If you are using Arch Linux, you can install package [follow-appimage](https://aur.archlinux.org/packages/follow-appimage) that maintained by [timochan](https://github.com/ttimochan).
- If you are using Nix, you can install package [follow](https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/fo/follow/package.nix) that maintained by [iosmanthus](https://github.com/iosmanthus).
- If you are using macOS with [Homebrew](https://brew.sh), you can install cask [follow](https://formulae.brew.sh/cask/follow) (also [@alpha](https://formulae.brew.sh/cask/follow@alpha) and [@nightly](https://formulae.brew.sh/cask/follow@nightly)) that maintained by [realSunyz](https://github.com/realSunyz).| [![Discord](https://img.shields.io/discord/1243823539426033696?color=5865F2&label=Discord&labelColor=black&logo=discord&logoColor=white&style=flat-square)](https://discord.gg/followapp) | Join our Discord server to connect with developers, request features, and receive support. |
| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------- |
| [![](https://img.shields.io/badge/any_text-Follow-blue?color=2CA5E0&label=_&logo=x&labelColor=black&style=flat-square)](https://x.com/intent/follow?screen_name=follow_app_) | Follow us on X/Twitter for product updates and to join in on reward activities. |> \[!IMPORTANT]
>
> **Star Us**, You will receive all release notifications from GitHub without any delay \~## ✨ Features
### Customized Information Hub
Subscribe to a vast range of feeds and curated lists. Curate your favorites and keep track of what matters most to you.
![](https://github.com/user-attachments/assets/11dc7d21-f5d8-4e41-9269-24fc352aa02b)
### AI At Your Fingertips
A smarter and more efficient browsing with AI-powered features like translation, summary, and more.
![](https://github.com/user-attachments/assets/37cf4f2f-4c5e-4775-86e8-2fa1a1b2ecf5)
### Dynamic Content Support
Because we know content is more than just text. From articles to videos, images to audio — Follow gets it all covered.
![](https://github.com/user-attachments/assets/d1379fd6-8767-476e-b0dc-d61753715e26)
### $POWER An Ownership Economy
Tip creators across instantly with $POWER, support content you love, and unlock value in your own work. Your content, your power.
![](https://github.com/user-attachments/assets/23bbcd63-45ca-40c8-83ef-96bd1100b701)
### More Than Just An App
This isn’t just another app. Follow is a community — introducing a new era of openness and community-driven experience.
![](https://github.com/user-attachments/assets/62004a04-eaea-4f5d-bfbf-4e68b6b90286)
## 🤝 Contributing
If you are eligible to use Follow, you are welcome to join the open source community to build together.
Before you start, make sure you have enabled [Corepack](https://nodejs.org/api/corepack.html). Corepack makes sure you are using the correct version (`packageManager` field in `package.json`) for package manager when you run corresponding commands.
```sh
corepack enable
```Install dependencies.
```sh
pnpm install
```### Develop in the browser
```sh
pnpm run dev:web
```Then the browser opens `https://app.follow.is/__debug_proxy`,you can access the online API environment to development and debugging.
### Develop in the electron
You need to fill in the required environment variables first.
```sh
cp .env.example .env
```Then set `VITE_API_URL` to `https://api.follow.is` and run:
```sh
pnpm run dev
```Since it is not very convenient to develop in Electron, the first way to develop and contribute is recommended at this stage.
> [!TIP]
> If you can't log in to the app, copy the `authjs.session-token` in the cookie from your browser into the app.## 📝 License
Follow is licensed under the GNU General Public License version 3 with the addition of the following special exception:
All content in the `icons/mgc` directory is copyrighted by https://mgc.mingcute.com/ and cannot be redistributed.
All content in the `lottie` directory is distributed under the [Lottie Simple License](https://lottiefiles.com/page/license).