A decentralized content & social network, self-hosted by everyone.

4 stars 1 forks 4 watchers JavaScript MIT License
6 Open Issues Need Help Last updated: Sep 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes a redesign for `type=FILE` content cards to improve visual distinction and media display. Currently, file content uses the same layout as posts, leading to suboptimal presentation and a dark mode bug where file description text has incorrect colors. The proposed solution involves a new layout with edge-to-edge media at the top, followed by author/profile information and other content.

Complexity: 3/5
enhancement good first issue

A decentralized content & social network, self-hosted by everyone.

JavaScript

AI Summary: The platform currently relies on client-side rendering, which negatively impacts SEO as search engine crawlers may not see the final content, and leads to a slower perceived initial load for users. The proposed improvement is to implement Server-Side Rendering (SSR) for key pages. This will ensure anonymous users and search engines receive server-rendered HTML for better SEO, and all users experience faster, complete initial page loads, including personalized content for logged-in users.

Complexity: 4/5
enhancement good first issue

A decentralized content & social network, self-hosted by everyone.

JavaScript

A decentralized content & social network, self-hosted by everyone.

JavaScript

A decentralized content & social network, self-hosted by everyone.

JavaScript

A decentralized content & social network, self-hosted by everyone.

JavaScript
enhancement good first issue

A decentralized content & social network, self-hosted by everyone.

JavaScript