Project ideas from Hacker News discussions.

An update on how we confirm your age group on Discord

📝 Discussion Summary (Click to expand)

Theme 1 – Approval of the implementation

“I actually like their implementation.” – Foskya

Theme 2 – Skepticism about suitability for government use

“I'm curious if it will be enough for governments…” – Foskya

Theme 3 – Praise for avoiding ID checks

“…but it is nice that they are trying to pursue a path without id checks.” – Foskya


🚀 Project Ideas

Generating project ideas…

ZK-ID-Verify

Summary

  • A zero‑knowledge proof based identity verification service that lets users prove attributes (age, residency, citizenship) without revealing or storing personal ID data, addressing the frustration of ID‑check‑heavy systems.
  • Core value proposition: privacy‑preserving, government‑grade assurance that satisfies compliance while eliminating the need to collect or store sensitive documents.

Details

Key Value
Target Audience Government agencies, fintech firms, privacy‑focused platforms needing KYC/AML compliance
Core Feature ZK‑proof generation/verification for attribute attestation (e.g., age > 18, residency) using user‑provided documents only locally
Tech Stack Rust (backend), SnarkJS/Circom for ZK circuits, WebAssembly for client-side proof generation, PostgreSQL for audit logs, Docker/K8s for deployment
Difficulty High
Monetization Revenue‑ready: Subscription tiered by verification volume (e.g., $0.005 per proof)

Notes

  • HN commenters appreciated attempts to pursue solutions “without id checks”; ZK-ID‑Verify directly enables that while still meeting government trust requirements.
  • Potential for discussion: open‑sourcing the circuit designs invites community audits, increasing trust and adoption.
  • Practical utility: reduces data breach risk and storage costs for organizations handling sensitive identity proofs.

GovCheck Compliance Hub

Summary

  • A SaaS platform that automatically evaluates identity‑verification solutions against government standards (eIDAS, NIST 800‑63, GDPR) and generates compliance reports, easing the uncertainty expressed about whether a solution will be “enough for governments”.
  • Core value proposition: Turn‑key compliance validation that saves engineering time and reduces risk of non‑adoption by public sector clients.

Details

Key Value
Target Audience Startups and vendors selling identity or auth products to government entities
Core Feature Automated test suite and policy engine that runs against APIs/SDKs and outputs readiness scores and remediation steps
Tech Stack Python (FastAPI), Pytest‑based test framework, OpenAPI validator, Redis for job queue, React dashboard, hosted on AWS/GCP
Difficulty Medium
Monetization Revenue‑ready: SaaS pricing ($199/mo base + $0.01 per API call evaluated)

Notes

  • HN users wondered if a novel “no‑ID‑check” approach would satisfy regulators; GovCheck provides concrete evidence to answer that question.
  • Encourages discussion: public leaderboards of verified tools could become a community resource on HN.
  • Practical utility: accelerates sales cycles by giving vendors a ready‑to‑show compliance artifact for procurement officers.

OpenID-Lite SDK

Summary

  • An open‑source lightweight SDK that enables developers to add “ID‑check‑free” authentication using device attestation, behavioral biometrics, and short‑lived tokens, targeting the desire for frictionless yet trustworthy login methods.
  • Core value proposition: Drop‑in library that improves UX while providing auditable security proofs suitable for government‑facing applications.

Details

Key Value
Target Audience Web and mobile app developers seeking privacy‑first auth, especially those building for gov‑tech or health‑tech sectors
Core Feature SDK that performs device integrity checks (SafetyNet/DeviceCheck), collects non‑privacy‑violating behavioral signals, and issues signed JWTs verifiable by a backend verifier
Tech Stack TypeScript/JavaScript (web), Kotlin/Swift (mobile), Rust core for cryptographic signatures, WebAuthn integration, CI/CD via GitHub Actions
Difficulty Medium
Monetization Hobby (open‑source MIT license; optional paid support/consulting)

Notes

  • Commenters liked efforts to avoid ID checks; OpenID‑Lite gives developers a concrete tool to implement that philosophy.
  • Sparks discussion: community can contribute new attestation methods, improving the ecosystem.
  • Practical utility: reduces reliance on passwords and invasive ID uploads, lowering friction and improving user satisfaction while keeping audit trails for government auditors.

Read Later