Project ideas from Hacker News discussions.

Has_not_been_viewed_much

📝 Discussion Summary (Click to expand)

1. Metric integrity & API reliance

Many commenters worry that the site could invalidate its own view counts by pulling low‑view items into visibility.

“The site calls the API directly (www.artic.edu), so yeah, probably it will ruin^W change the metric.” – netsharc
“If they're using a static threshold of 200 views and there aren't many of these left it could pull them all out of that category.” – Klathmon

2. Appreciation for obscure/unfinished art

The discussion repeatedly highlights delight at seeing “least‑viewed” masterpieces and the intrinsic interest in unfinished works.

“Gauguin, Manet, Rembrandt and Whistler sketches, Weston nudes, Harry Callahan photos, amazing things indeed.” – dfom
“People generally seem quite uninterested in preparatory sketches/studies/maquettes … Unfinished and transitory work is much more interesting to me.” – dfom
“Cool project, it's actually a shame if it gets popular enough then it won't return anything.” – jofzar

3. Technical glitches & UI frustrations

Users report broken image loads, Cloudflare turnstile hurdles, VPN dependencies, and a desire for better interaction (e.g., full‑size view).

“the actual image requests are not… overzealous Cloudflare turnstile … if i turn off my vpn, it works, but the vpn is Cloudflare's own WARP.” – peesem
“I wish I could click the picture to pop out scale to full 1x.” – functionmouse
“I often find myself drowning in things like the Qld state library photo archives … I’m just pulling the lever on the slot machine.” – kreelman (comment on addictive UI)

These three themes capture the core of the Hacker News conversation.


🚀 Project Ideas

ArtPeek: Low‑View Art Explorer

Summary

  • Curates museum artworks that have fewer than 200 views since 2010 and presents them in a clean, scrollable feed.
  • Core value: lets HN‑style explorers discover hidden gems without artificially inflating view counts.

Details

Key Value
Target Audience Art enthusiasts, HN browsers, casual museum-goers
Core Feature Interactive feed with search, filter, bookmark, and full‑screen view
Tech Stack React (frontend), Node.js/Express (backend), PostgreSQL, Art Institute & MoMA APIs, Cloudflare Workers for caching
Difficulty Medium
Monetization Revenue-ready: Freemium $5/mo premium

Notes

  • HN users repeatedly asked for “click to pop out scale to full 1x” – this app would support native fullscreen.
  • Addresses concerns about static thresholds pulling all low‑view items out of rotation, keeping the pool fresh.

ViewCount Guardian

Summary

  • Provides server‑side, privacy‑preserving view‑count tracking for low‑view artworks, preventing accidental metric inflation.
  • Core value: gives curators and developers accurate analytics to manage “has_not_been_viewed_much” filters.

Details

Key Value
Target Audience Museum digital teams, API integrators, data analysts
Core Feature Real‑time view logging, dashboard alerts when thresholds are crossed, exportable reports
Tech Stack Python FastAPI, SQLite, Grafana, Docker, OAuth2 for secure museum API access
Difficulty High
Monetization Revenue-ready: SaaS $15/mo per user

Notes

  • Directly tackles the “static threshold” worry from the discussion (“If they're using a static threshold of 200 views… could pull them all out of that category”).
  • Solves the Cloudflare turnstile issue by handling image fetches server‑side, avoiding VPN‑related load failures.

Undiscovered Artifier

Summary

  • Community‑driven platform where users collectively vote on low‑view artworks to surface them in a rotating “spotlight” feed.
  • Core value: democratic discovery keeps the low‑view pool fresh and prevents it from drying up.

Details

Key Value
Target Audience Curators, collectors, HN hobbyists, artist advocacy groups
Core Feature Weekly rotating spotlight, user voting, profile collections, embeddable widget for external sites
Tech Stack Next.js, Supabase, Redis, ElasticSearch, Stripe for micro‑transactions
Difficulty Medium
Monetization Revenue-ready: Marketplace 5% commission on any premium badge purchases

Notes

  • Echoes HN sentiment like “It's more that they then go to the ‘low view’ threshold then are no longer viewed… it's a shame someone could go to the site and see no art.”
  • Incorporates the desire for “click the picture to pop out scale to full 1x” with a modal viewer, addressing the “functionmouse” comment.

Read Later