{"id":13622534,"url":"https://github.com/afk-mario/federike","last_synced_at":"2026-02-21T13:38:36.211Z","repository":{"id":64411179,"uuid":"569844221","full_name":"afk-mario/federike","owner":"afk-mario","description":"Web app to manage your mastodon account","archived":false,"fork":false,"pushed_at":"2023-02-08T15:09:53.000Z","size":9781,"stargazers_count":19,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-06T21:05:08.099Z","etag":null,"topics":["mastodon","mastodon-app","mastodon-client"],"latest_commit_sha":null,"homepage":"https://federike.social/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/afk-mario.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-11-23T18:38:50.000Z","updated_at":"2024-12-12T19:15:03.000Z","dependencies_parsed_at":"2023-02-19T10:31:24.386Z","dependency_job_id":null,"html_url":"https://github.com/afk-mario/federike","commit_stats":{"total_commits":62,"total_committers":1,"mean_commits":62.0,"dds":0.0,"last_synced_commit":"4d8cfc40d2e4791b96b943a66b2954b6e41fd2c3"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/afk-mario/federike","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afk-mario%2Ffederike","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afk-mario%2Ffederike/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afk-mario%2Ffederike/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afk-mario%2Ffederike/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afk-mario","download_url":"https://codeload.github.com/afk-mario/federike/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afk-mario%2Ffederike/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29452582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mastodon","mastodon-app","mastodon-client"],"created_at":"2024-08-01T21:01:20.787Z","updated_at":"2026-02-21T13:38:36.180Z","avatar_url":"https://github.com/afk-mario.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Federike\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://federike.social\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/afk-mario/federike/main/public/favicon.svg\" width=\"400\" alt=\"Federike app logo\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nWeb app to help you organize your [Mastodon](https://joinmastodon.org) using lists.\n\nFederike is available at [federike.social](https://federike.social).\n\nSee the [help guide](https://federike.social/help) for basic usage.\n\nFor updates and support, follow [@mario_afk@merveilles.town](https://merveilles.town/@mario_afk).\n\n![Screenshot of the federike app](https://raw.githubusercontent.com/afk-mario/federike/main/screenshots/federike.png)\n\nFor more [screenshots](https://github.com/afk-mario/federike/blob/main/screenshots) with different themes check out the screenshots folder\n\n## Browser support\n\nFederike supports the latest versions of the following browsers:\n\n- Chrome\n- Edge\n- Firefox\n- Safari\n\nCompatible versions of each (Opera, Brave, Samsung, etc.) should be fine.\n\n## Goals and non-goals\n\n### Goals\n\n- Make it easy to manage mastodon lists\n- Fast and easy to use\n- Accessibility\n- Progressive Web App features\n- Support latest versions of Chrome, Edge, Firefox, and Safari\n- Support non-Mastodon instances (e.g. Pleroma, Hometown) as well as possible\n- Internationalization\n\n### Secondary / possible future goals\n\n- Help you manage your following/followers account\n\n### Non-goals\n\n- Give tools for data-based account management, batch follow/unfollow, actions that feed unhealthy social media behaviour.\n- Supporting old browsers, proxy browsers, or text-based browsers\n- React Native / NativeScript / hybrid-native version\n- Android/iOS apps (using Cordova or similar)\n- Full functionality with JavaScript disabled\n- Offline support\n\n## Running locally\n\nFederike requires [Node.js](https://nodejs.org/en/) and [Yarn](https://yarnpkg.com).\n\nTo start Federike, first install dependencies:\n\n    yarn\n\nThen start the project:\n\n    yarn start\n\nThen open your browser with the following address:\n\n    http://localhost:3000/\n\n## Developing and testing\n\nSee [CONTRIBUTING.md](https://github.com/afk-mario/federike/blob/main/CONTRIBUTING.md) for\nmore detailed instructions on developing new features in Federike.\n\n## Changelog\n\nFor a changelog, see the [CHANGELOG.md](https://github.com/afk-mario/federike/blob/main/CHANGELOG.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafk-mario%2Ffederike","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafk-mario%2Ffederike","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafk-mario%2Ffederike/lists"}