Project ideas from Hacker News discussions.

Dropbox's Jan 1st 2027 terms of service

📝 Discussion Summary (Click to expand)

Theme 1 – Concerns about the new Terms of Service
Users highlighted the tighter age rule, shorter inactivity grace period, and automatic acceptance of updates as worrisome.
- “You must be 18 to use Dropbox. Previously, you had to be 13 if in the United States… Your account may be terminated if you don’t have a Paid account and haven’t accessed for 6 months. Previously, it was 12 months.” – big85
- “You automatically agree to the new terms if you continue to have an account. I would really love to see courts throw this BS out.” – applfanboysbgon
- “I guess teenagers don’t have any need to sync files, eh? Hate to see this gradual erosion of internet access for young people…” – swiftcoder

Theme 2 – Split views on Dropbox’s reliability and service quality
Some longtime users praise its sync performance, while others feel the service has deteriorated.
- “Long time Dropbox user here… they still have the best file sync platform of the big providers, easily beating OneDrive and Google Drive for reliability…” – adrithmetiqa
- “Good services make change explicit. Dropbox seems to have degraded into incompetence. Unable to provide good services.” – GuestFAUniverse
- “Amazing Dropbox went from a brilliantly simple service to this stagnating corporate swamp of ooze.” – lukeify

Theme 3 – Alternatives and migration strategies
Commenters suggested other sync tools, self‑hosted solutions, or platform‑specific options.
- “I switched to Sync last year. Much cheaper, better quality.” – drgo
- “Self‑hosted Seafile + Tailscale works great for me.” – simongray
- “If you only have iOS and mac clients why not iCloud?” – NietTim
- “What’s a good Dropbox alternative? Especially for Macs…” – hjkl0


🚀 Project Ideas

ToS Diff Watcher

Summary

  • Automatically scans Terms of Service pages for changes and alerts users via email/Slack with an inline diff.
  • Provides continuous, transparent awareness of policy shifts that affect user rights.

Details

Key Value
Target Audience Privacy‑conscious users, developers, legal/compliance teams who rely on SaaS services
Core Feature Scheduled checks, diff generation, change notifications
Tech Stack Python (FastAPI/Flask), APScheduler, requests, BeautifulSoup/difflib, SQLite/PostgreSQL, Docker
Difficulty Low
Monetization Hobby

Notes

  • HN users asked for open‑source diff tools: “aurareturn: Super useful. Any open source tools like this?” and “haunter: Diffchecker for the save”.
  • Addresses the frustration expressed by commenters who want a simple way to see ToS changes without manual effort.

GitSync Desktop Client

Summary

  • Cross‑platform desktop app that syncs a local folder using automatic Git commits, delivering versioned file sync without vendor lock‑in.
  • Removes upsells, inactivity deletions, and puts users in full control of where their data lives.

Details

Key Value
Target Audience Developers, power users, and teams wanting self‑hosted sync with minimal setup
Core Feature Folder watcher → automatic Git commit & push/pull at a user‑defined interval
Tech Stack Tauri (Rust) + libgit2 (or Electron + nodegit), uses GitHub/GitLab/Gitea as remote; optional self‑hosted Gitea
Difficulty Medium
Monetization Hobby

Notes

  • Directly echoes the request: “ak39: Why hasn't anyone created a windows and mac client that git pushes changes to remote after file activities… I'd gladly pay for that.”
  • Provides the control and transparency that commenters crave when discussing Dropbox’s upsells and ToS changes.

SimpleSync Hosted File Sync

Summary

  • Privacy‑first file sync service with transparent pricing, no age restriction, no inactivity‑based account deletion, and open‑source clients.
  • Offers simple flat‑rate plans and guarantees that terms won’t change without clear notice and user consent.

Details

Key Value
Target Audience Consumers and small businesses frustrated with Dropbox’s ToS changes, upsells, and inactivity policies
Core Feature Sync folder across devices using an open‑source protocol (based on MinIO/Syncthing) with web UI, Tauri desktop clients, and mobile apps
Tech Stack Backend: Go + MinIO (object storage), API: Gin/Gorilla, Frontend: React, Clients: Tauri (Windows/macOS/Linux), optional mobile via Flutter
Difficulty Medium‑High
Monetization Revenue-ready: Subscription tier (e.g., $5/mo for 100 GB, $10/mo for 1 TB)

Notes

  • Commenters praised alternatives: “drgo: I switched to Sync last year. Much cheaper, better quality.” and highlighted the need for explicit ToS: “applfanboysbgon: > 5. You automatically agree to the new terms if you continue to have an account.”
  • Addresses the core desire for a trustworthy, transparent sync service that respects user rights and avoids surprise policy shifts.

Read Later