🚀 Project Ideas
Generating project ideas…
Summary
- Forces chronological ordering and hides algorithmic recommendations on Facebook, Instagram, Twitter/X, YouTube, and TikTok via a browser extension.
- Core value: Gives users a deterministic feed of only the accounts they follow, restoring control over what they see.
Details
| Key |
Value |
| Target Audience |
Users frustrated with algorithmic feeds who want a simple chronological view of friends/followed accounts |
| Core Feature |
Client‑side rewriting of feed requests to sort by timestamp and strip recommended content; optional whitelist/blacklist |
| Tech Stack |
JavaScript/TypeScript, WebExtensions API, React for options page |
| Difficulty |
Low/Medium |
| Monetization |
Hobby |
Notes
- Quote: “I would probably start using Facebook again if I could get a consistent, strictly chronological feed of friends’ updates.” – petesergeant
- Potential for discussion: Demonstrates a client‑side solution that could inform platform‑level opt‑out features and be cited in regulatory compliance debates.
Summary
- Self‑hosted aggregator that merges RSS feeds, ActivityPub (federated) posts, and external sources into a single chronological timeline with community blocklists.
- Core value: Enables users to curate their own information diet without opaque algorithms while providing discovery via shared feed lists.
Details
| Key |
Value |
| Target Audience |
Power users, privacy‑conscious individuals, and communities wanting a Facebook‑like feed fully under their control |
| Core Feature |
Unified timeline view, subscription management, blocklist import/export, and optional “friend‑roll” sharing for discovery |
| Tech Stack |
Backend: Python (FastAPI) or Node.js; Frontend: Svelte/Vue; DB: SQLite/Postgres; ActivityPub library; Docker |
| Difficulty |
Medium |
| Monetization |
Hobby |
Notes
- Quote: “With RSS I already do feeds my way.” – rambambram; “Bluesky levels of feed customization, with a choice of blocklists.” – aussieguy1234
- Potential for discussion: Solves the discovery gap in RSS‑based solutions and could become a hub for feed sharing similar to blogrolls.
Summary
- Open‑source SDK/widget that social platforms can embed to provide a regulated, one‑click toggle between algorithmic and chronological feeds, compliant with emerging legislation.
- Core value: Reduces implementation effort for platforms while giving users a trustworthy, transparent way to escape algorithmic slop.
Details
| Key |
Value |
| Target Audience |
Social media product teams, compliance officers, and open‑source frontend alternatives |
| Core Feature |
Configurable feed switcher that fetches chronological posts via platform APIs (or falls back to client‑side sorting) and persists user preference; includes audit logging |
| Tech Stack |
TypeScript library (npm), optional React component; reference backend in Node/Go |
| Difficulty |
Medium |
| Monetization |
Revenue-ready: B2B SaaS licensing or support contracts |
Notes
- Quote: “The feed options sound good in principle, although I expect the implementation to be deliberately hobbled.” – RobotToaster; “Scraping and republishing … explicitly legal, then alternate frontends may appear with their own algorithms.” – armchairhacker
- Potential for discussion: Provides a concrete tool regulators can point to as a viable compliance mechanism, fostering debate on enforceability.