This commit introduces a new "profile-v2" edge function and deprecates the "profile-v1" edge function. We decided to provide a new edge function for all profile related operation to improve the handling of the different operation the edge function is responsible for. The main differences to the "profile-v1" functions are: - Pass the operation id within the request url instead of the body of the request. - Move the operations for accounts (e.g. GitHub) to seperate files, to improve the readability of the function. - Do not require the "sourceType" anymore, instead we are using the operation id and request method to determine the operation which should be executed - The request body is now only used for the data of the corresponding account and not for any other information like the operation id and source information.
FeedDeck is an open source RSS and social media feed reader, inspired by TweetDeck. FeedDeck allows you to follow your favorite feeds in one place on all platforms.
FeedDeck is an open source RSS and social media feed reader, inspired by TweetDeck. FeedDeck allows you to follow your favorite feeds in one place on all platforms. FeedDeck is written in Flutter and uses Supabase and Deno as it's backend.
Features
- Available for mobile and desktop: FeedDeck provides the same experience for mobile and desktop with nearly 100% code sharing.
- RSS and Social Media Feeds: Follow your favorite RSS and social media feeds.
- News: Get the latest news from your favorite RSS feeds and Google News.
- Social Media: Follow your friends and favorite topics on Medium, Nitter, Reddit, Tumblr and X.
- GitHub: Get your GitHub notifications and follow your repository activities.
- Podcasts: Follow and listen to your favorite podcasts, via the built-in podcast player.
- YouTube: Follow and view your favorite YouTube channels.
Usage
The mobile version of FeedDeck can be downloaded from the App Store or Google Play. The desktop version for macOS, Linux and Windows can be downloaded from the downloads page. If you do not want to download the app you can also use the web version of FeedDeck.
If you want to self host FeedDeck you can find the instructions in the contributing guidelines of the project.


