Project ideas from Hacker News discussions.

A searchable library of forgotten public-domain film clips from 1915 onward

📝 Discussion Summary (Click to expand)

Theme 1 – Search usability
Users noted the search function was hard to find at first, but once pointed out it was readily available.
- pmdulaney: "I don't see how to access the search function. All I see are example videos."
- jolmg: "Right above the thumbnails is a search input. On the top right is also a link that says 'Search' that takes you to it."

Theme 2 – Source verification and public‑domain status
Commenters discussed where the clips come from and how their public‑domain nature is confirmed.
- USeyller: "Sounds rally cool. How and where are the movie clips collected, and how is it verified that they are in public domain?"
- mocheeze: "Many of these are sourced from the US Government, which means public domain. They also have links to the sources below so you can verify source and copyright."
- Animats: "This looks like a collection of clips from the Internet Archive... At least they don't slap their logo on public domain material, like Periscope Films does."

Theme 3 – Value proposition, sustainability, and business model
Several participants questioned whether the site offers enough added value to survive long‑term.
- paweladamczuk: "I just wonder if it can survive - is there a business model here? If not, it's just a tech demo..."
- bryanrasmussen: "Depending on how they serve these clips... the point could be to take load off the internet archive... providing better search capabilities than IA."
- tomalbrc: "This is a much worse version of destockd."


🚀 Project Ideas

Generating project ideas…

Public Domain Video Verifier & Attribution Tool

Summary

  • A browser extension and lightweight web app that automatically checks any video on a page against public‑domain sources (Internet Archive, LOC, etc.) and displays its PD status with source links.
  • Core value: one‑click verification eliminates guesswork about copyright, letting creators, educators, and journalists confidently reuse footage.

Details

Key Value
Target Audience Content creators, educators, journalists, hobbyists needing PD footage
Core Feature Detects video element, queries IA/LOC APIs for metadata, shows PD badge, source URL, and attribution text
Tech Stack TypeScript/WebExtension API, Node.js Express backend, Redis cache, optional Elasticsearch for metadata lookup
Difficulty Medium
Monetization Revenue-ready: subscription ($5/mo per user) for higher‑volume verification and API access

Notes

  • Addresses USeyller’s concern: “How and where are the movie clips collected, and how is it verified that they are in public domain?” and mocheeze’s note about source links.
  • Provides the transparent attribution that commenters wished for, reducing the manual work of checking PD status on IA.

Open‑Source Self‑Hosted Public Domain Video Search Engine

Summary

  • An open‑source stack (crawler, metadata pipeline, search UI) that lets anyone deploy their own searchable library of public‑domain video clips, mirroring the functionality of destockd but with full transparency.
  • Core value: empowers communities to host and improve PD video discovery without relying on a single proprietary service.

Details

Key Value
Target Audience Developers, archivists, hobbyists who want to run their own PD video archive
Core Feature Crawls IA, LOC, and other PD repositories, extracts metadata, generates thumbnails, provides a React/ElasticSearch search interface
Tech Stack Python (Scrapy/PyFFmpeg), PostgreSQL, Elasticsearch, React, Docker Compose for deployment
Difficulty High
Monetization Hobby (fully open source; optional paid hosting or support could be added later)

Notes

  • Directly answers paweladamczuk’s request: “if the whole processing/indexing pipeline was open sourced so that anyone can host it themselves.”
  • Matches bryanrasmussen’s observation about taking load off IA and offering better search capabilities than the archive.

Public Domain Video Aggregation API

Summary

  • A unified API that aggregates metadata and direct links to public‑domain video clips from multiple archives (Internet Archive, Library of Congress, Prelinger, etc.), enriched with licensing verification and attribution data.
  • Core value: gives developers a simple, reliable way to source PD footage for apps, games, or media projects without navigating each archive separately.

Details

Key Value
Target Audience Startups, media agencies, app developers needing PD video for products
Core Feature Search/filter by keyword, duration, resolution, collection; returns video URL, PD proof, source citation, and optional transcoded preview
Tech Stack Go (or Node.js) microservices, IA & LOC APIs, AWS S3 for caching thumbnails, PostgreSQL, GraphQL/REST interface
Difficulty Medium
Monetization Revenue-ready: usage‑based pricing ($0.001 per clip request) with free tier for low volume

Notes

  • Responds to the comment about search being hard to find (pmdulaney/jolmg) by offering a dedicated search API.
  • Provides the licensing clarity that mocheeze and USeyller wanted, making it easy to verify PD status programmatically.

Read Later