diff --git a/src/content/docs/Services/redlib.mdx b/src/content/docs/Services/redlib.mdx new file mode 100644 index 0000000..9dcd485 --- /dev/null +++ b/src/content/docs/Services/redlib.mdx @@ -0,0 +1,20 @@ +--- +title: Redlib +--- + +Redlib is a fast, open source, privacy respecting frontend for Reddit. It lets you browse subreddits, view posts, and read comments—all without JavaScript, tracking, or ads. Unlike the official Reddit site, Redlib doesn't nag you to log in, install an app, or accept cookies. You can access our instance at https://redlib.federated.nexus. + +![Redlib homepage showing trending posts and a clean, distraction-free interface](../../../images/redlib/post.png) + +## Features + +Redlib provides a clean, fast, and private way to browse Reddit. It supports many themes and settings, works well on both desktop and mobile, and makes it easy to view posts, preview media, and read comment threads without any ads, tracking, or JavaScript. + +![Redlib post view, showing comments in a lightweight and readable format](../../../images/redlib/home.png) + +## Automatic Redirection + +If you'd like to automatically use Redlib whenever you visit Reddit, you can install the [LibRedirect](https://libredirect.github.io) browser extension. LibRedirect detects when you open a site like reddit.com and redirects you to a privacy-respecting alternative, which in this case is our Redlib instance. + +Once installed, just open the LibRedirect settings, select "Reddit" in the Service dropdown, and select **Redlib** in the "Frontend" dropdown. Then, under "Add your favorite instances", enter `https://redlib.federated.nexus`, and hit "+". That's it, you're done! +![Properly configured LibRedirect](../../../images/redlib/libredirect.png) diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 4b6c8a0..8773a36 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -19,12 +19,13 @@ hero: import { CardGrid, Card } from "@astrojs/starlight/components" + Federated Nexus hosts a free [Matrix](https://matrix.org) instance, using the [Grapevine](https://grapevine.computer.surgery/) software. Matrix is an open-source communications platform, allowing you to chat to communities of your choice. We also host multiple matrix bridges, including a Discord bridge, a WhatsApp puppet, and even an SMS puppet! [Learn More...](/services/matrix) - LaSuite Docs is a free and open source alternative to Google Docs, designed for seamless real-time collaboration. You can compose documents in a GUI similar to Google Docs, and export as DocX or PDF. You can also add subdocuments, and share links to others, even those without an account. [Learn More...](/services/docs) + We host LaSuite Docs, a free and open source alternative to Google Docs, designed for seamless real-time collaboration. You can compose documents in a GUI similar to Google Docs, and export as DocX or PDF. You can also add subdocuments, and share links to others, even those without an account. [Learn More...](/services/docs) @@ -35,6 +36,10 @@ import { CardGrid, Card } from "@astrojs/starlight/components" We host a free instance of [Forgejo](https://forgejo.org) at [git.federated.nexus](https://git.federated.nexus)! Forgejo is an open source git forge, that (unlike GitHub) will never train an AI on your code 🙃. [Learn More...](/services/forgejo) + + Redlib is a free and open source alternative frontend for Reddit, designed to strip out tracking, ads, and distractions. You can browse posts, read comments, and subscribe to subreddits—without the bloat or spyware. [Learn More...](/services/redlib) + + We aim to maintain a friendly, diverse, and inclusive community. As part of this I'm not afraid to hoist the ban hammer against any bigoted, homophobic, or otherwise unfriendly people. We follow the [Contributor Covenant](/code). diff --git a/src/images/redlib/home.png b/src/images/redlib/home.png new file mode 100644 index 0000000..f31a9a4 Binary files /dev/null and b/src/images/redlib/home.png differ diff --git a/src/images/redlib/libredirect.png b/src/images/redlib/libredirect.png new file mode 100644 index 0000000..07783a5 Binary files /dev/null and b/src/images/redlib/libredirect.png differ diff --git a/src/images/redlib/post.png b/src/images/redlib/post.png new file mode 100644 index 0000000..567cf83 Binary files /dev/null and b/src/images/redlib/post.png differ