Skip to content

jhangyu/Folo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6,986 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Folo Self-Hosted — a fork of RSSNext/Folo with a self-hosted backend, Docker deployment, and additional view modes.

What's Different in This Fork

  • Self-hosted backend (Forage) — Hono API server with Postgres + Redis, replacing the upstream cloud service; includes auto DB migrations on startup
  • One-click Docker deploymentdocker compose up -d with prebuilt images (jhangyu/forage, jhangyu/folo)
  • Card View & List View — two additional feed view modes with lightbox reader and inline expand
  • Adaptive feed crawl — per-subscription refresh interval settings (manual or auto scheduling)
  • No OPML import quota — unlimited feed import

Self-Hosted Quick Start

  1. Clone the repo:
    git clone https://github.com/jhangyu/Folo.git && cd Folo
  2. Create your .env from the example:
    cp apps/forage/.env.example .env
  3. Edit .env — fill in the required variables below, then start everything:
    docker compose up -d
  4. Open http://localhost:2234

Required Environment Variables

Variable Description
POSTGRES_PASSWORD PostgreSQL password
REDIS_PASSWORD Redis password
BETTER_AUTH_URL Public URL of the Forage server (for auth callbacks)
AUTH_SECRET Random secret, min 32 chars (openssl rand -base64 32)
CORS_ORIGIN Allowed origins, comma-separated

Optional Environment Variables

Variable Default Description
WEB_PORT 2234 Folo web UI port
SERVER_PORT 3000 Forage API port
VITE_WEB_URL http://localhost:2234 Public URL of web UI

Below is the original upstream README from RSSNext/Folo.


Logo

Folo

   




Folo Mobile Folo Desktop

As they say, your thoughts are what you read—and we’ve been consuming noisy feeds for too long! Folo 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, Folo will be your open information playground. Please be aware that Folo is currently under active development, and feedback is welcome for any issue encountered.

Feel free to try it using the following methods:

Operating System Source
Any Browser
iOS App Store
Android Google Play App Store
macOS Mac App Store App Store
Windows Microsoft Store App Store
Linux App Store

You can also install using the following methods maintained by our community:

Discord Join our Discord server to connect with developers, request features, and receive support.
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 ~

Image

Performance Stats of RSSNext/Folo - Last 28 days

✨ 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.

AI At Your Fingertips

A smarter and more efficient browsing with AI-powered features like translation, summary, and more.

Dynamic Content Support

Because we know content is more than just text. From articles to videos, images to audio — Folo gets it all covered.

More Than Just An App

This isn’t just another app. Folo is a community — introducing a new era of openness and community-driven experience.

🤝 Contributing

You are welcome to join the open source community to build together, please check our Contributing Guide for more details.

🔏 Code signing policy

Folo for Windows uses free code signing provided by SignPath.io, a certificate by SignPath Foundation.

Folo for macOS and iOS is signed and notarized by Apple Developer Program.

All released files are verified with GitHub artifact attestations to ensure their provenance and integrity.

📝 License

Folo is licensed under the GNU Affero 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.

About

Folo RSS reader - self-hosted fork

Resources

License

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors