Project ideas from Hacker News discussions.

Discord will require a face scan or ID for full access next month

📝 Discussion Summary (Click to expand)

Top 9 Themes in the Discord‑ID‑Verification Debate

# Theme Key Points Representative Quote
1 Privacy & data‑collection fears Users worry that uploading IDs gives Discord a permanent record that can be sold or abused. “I’m worried about the government… they can already figure out who you are from what Discord has.” – unethical_ban
2 Government‑driven regulation The move is seen as a response to new age‑verification laws in the EU, UK, and other jurisdictions. “Discord is doing this because enforcement has already started.” – ntoskrnl_exe
3 User experience & social isolation Mandatory ID can cut off access to servers, leading to loss of friends and community. “You get used to it… leaving these platforms shows how few truly deep friendships you have.” – johnnyanmac
4 Alternative platforms & migration Many discuss moving to Matrix, Stoat, IRC, or self‑hosted solutions. “I’m looking at hosting Rocket.chat, Zullip, and Mattermost.” – jszymborski
5 Effectiveness & loopholes Concerns that AI‑based checks can be fooled, and that fake IDs will still slip through. “In practice, nothing will stop it, the tooling will gradually get better at detecting prior fakes.” – 0x_rs
6 Corporate motives (profit, IPO) Some argue the policy is driven by a desire to make Discord more attractive to investors. “Discord is the new Facebook.” – diogenes_atx
7 Child protection vs censorship Debate over whether the measure truly protects minors or simply expands surveillance. “The whole thing is security theater designed to conceal the fact that child security is not the objective.” – idiotsecant
8 Technical feasibility of privacy‑preserving solutions Discussion of zero‑knowledge proofs, government‑issued tokens, and the lack of such options. “There are reasonable‑looking designs for this. But no one’s doing it; they’re just collecting photos and IDs.” – orthogonal_cube
9 Jurisdictional differences & global impact Discord’s policy is global, but laws vary; users in non‑regulated regions still face the same requirement. “Yes, it’s global.” – titaniumtown

These nine themes capture the core concerns, motivations, and proposed responses that dominate the conversation around Discord’s new age‑verification rollout.


🚀 Project Ideas

Privacy‑Proof Age Token Service

Summary

  • Provides a zero‑knowledge proof that a user is over a certain age without revealing any personal data.
  • Solves Discord’s ID‑upload pain point and protects users from data leaks.
  • Core value: privacy‑preserving age verification for any online service.

Details

Key Value
Target Audience Online platforms, gamers, e‑commerce sites, social media
Core Feature Issuance of cryptographic age tokens via government‑signed attestations
Tech Stack Rust (backend), WebAssembly (client), zk‑SNARKs, OAuth2, PostgreSQL
Difficulty High
Monetization Revenue‑ready: subscription for enterprises + freemium for individuals

Notes

  • HN users like “boca_honey” and “johnnyanmac” want to avoid uploading IDs; this service gives them a token instead.
  • Enables seamless migration to any platform that accepts the token, fostering competition.

Self‑Hosted Discord‑Like Platform (E2EE + Screen Share)

Summary

  • A fully open‑source, self‑hosted chat server with voice, video, screen sharing, and end‑to‑end encryption.
  • Addresses frustration with Discord’s data collection and lack of privacy.
  • Core value: control over data, no central authority, low‑latency gaming communication.

Details

Key Value
Target Audience Gaming communities, small teams, privacy‑conscious users
Core Feature Matrix‑based federation + Jitsi‑RTC integration, E2EE, self‑hosted
Tech Stack Docker, Node.js, Matrix Synapse, Jitsi Meet, WebRTC, Rust for E2EE
Difficulty Medium
Monetization Hobby (community hosting) or Revenue‑ready: paid managed hosting

Notes

  • “jszymborski” and “stoat” fans need a platform that works on mobile and desktop with voice + screen share.
  • The open‑source nature invites contributions and rapid feature parity with Discord.

Captcha‑Loop Detector & Bypass Extension

Summary

  • Browser extension that detects persistent captcha loops (e.g., on archive.is) and offers alternative access methods.
  • Solves frustration of EU users stuck in endless captchas.
  • Core value: smoother browsing experience for archival sites.

Details

Key Value
Target Audience Researchers, archivists, EU users
Core Feature Machine‑learning captcha detection, automated bypass via proxy rotation
Tech Stack TypeScript, Chrome/Firefox APIs, TensorFlow.js, Node.js backend
Difficulty Medium
Monetization Hobby (open source)

Notes

  • “deanc” and “Rooster61” complained about infinite captchas; this tool directly addresses that pain.

Data‑Deletion Audit Service

Summary

  • Audits third‑party services (e.g., Discord, Airbnb) to verify that uploaded IDs are truly deleted after verification.
  • Gives users confidence that their data isn’t stored indefinitely.
  • Core value: transparency and accountability.

Details

Key Value
Target Audience Privacy advocates, regulators, concerned users
Core Feature Automated API checks, manual verification, public audit reports
Tech Stack Python, Selenium, Flask, PostgreSQL
Difficulty Medium
Monetization Revenue‑ready: subscription for enterprises + public reports

Notes

  • “pavel_lishin” and “palata” worry about data retention; this service provides evidence and pressure.

Discord Migration Assistant

Summary

  • Tool that exports Discord chat history, invites, and media, then imports them into alternative platforms (Matrix, Zulip, etc.).
  • Reduces friction for users leaving Discord due to privacy concerns.
  • Core value: seamless transition, preserving community continuity.

Details

Key Value
Target Audience Discord users, community admins
Core Feature API‑driven export/import, media hosting, user mapping
Tech Stack Go, Discord API, Matrix SDK, Zulip API, S3 for media
Difficulty Medium
Monetization Hobby (open source)

Notes

  • “boca_honey” and “johnnyanmac” want to leave Discord; this tool makes it practical.

Privacy‑First Messaging App (No Data Collection)

Summary

  • End‑to‑end encrypted messaging app that never stores user data on servers.
  • Uses peer‑to‑peer networking and optional age‑token verification.
  • Core value: maximum privacy for everyday communication.

Details

Key Value
Target Audience Privacy‑conscious individuals, activists
Core Feature P2P messaging, optional age‑token, no central logs
Tech Stack Rust, libp2p, WebRTC, Signal protocol
Difficulty High
Monetization Hobby (open source)

Notes

  • “ozlikethewizard” and “joquarky” want a secure alternative to Discord; this app delivers.

Low‑Latency Voice + Screen Share for Gamers

Summary

  • Dedicated service that offers ultra‑low latency voice chat and screen sharing for gaming groups.
  • Competes with Discord’s voice features but with open protocols and no data collection.
  • Core value: high‑quality, privacy‑friendly gaming communication.

Details

Key Value
Target Audience Gaming communities, e‑sports teams
Core Feature WebRTC‑based voice, screen share, low‑latency relay servers
Tech Stack C++, WebRTC, Go, Kubernetes, TURN/STUN
Difficulty Medium
Monetization Revenue‑ready: paid relay servers for large teams

Notes

  • “joks” and “joshTriplett” need better voice + screen share; this fills that niche.

Token‑Based Age Verification for Online Services

Summary

  • Service that issues age tokens from government‑issued digital IDs, usable across multiple platforms.
  • Eliminates the need for each service to collect IDs separately.
  • Core value: single, privacy‑preserving age check for all services.

Details

Key Value
Target Audience Online retailers, streaming services, social platforms
Core Feature Government‑signed age attestations, JWT tokens, revocation list
Tech Stack Node.js, OpenID Connect, PKI, PostgreSQL
Difficulty High
Monetization Revenue‑ready: licensing to enterprises

Notes

  • “triceratops” and “frumplestlatz” want a unified age verification; this solves it.

Community Moderation Toolkit (AI + Local Filtering)

Summary

  • Toolkit for server admins to enforce age restrictions and content moderation without collecting user IDs.
  • Uses AI for content classification and local filtering rules.
  • Core value: privacy‑friendly moderation.

Details

Key Value
Target Audience Discord/Matrix server admins
Core Feature AI‑based image/text classification, rule engine, local enforcement
Tech Stack Python, TensorFlow, Docker, Matrix SDK
Difficulty Medium
Monetization Hobby (open source)

Notes

  • “accrual” and “pavel_lishin” want moderation without data collection; this tool empowers admins.

Read Later