Project ideas from Hacker News discussions.

Fujifilm X RAW STUDIO webapp clone

📝 Discussion Summary (Click to expand)

1. User‑built solutionreplaces flawed official app

"Wanted to edit camera profiles on Linux, couldn't get the official app to run in Wine, so I built my own https://filmkit.eggrice.soy" – notcodingtoday

2. Client‑side WebUSB/PTP approach enables direct camera control > "FilmKit uses WebUSB to connect directly to your camera, your camera's own image processor handles the conversion. FilmKit is a static client‑side app, hosted on Github Pages" – zx8080 3. Debate over capitalising “RAW”

"The mistake of “shouting” raw is perpetuated in the wild even by serious companies, but let’s not let Apple degrade our literacy" – strogonoff


🚀 Project Ideas

Generating project ideas…

FilmKit Desktop

Summary

  • Solves inability to edit Fuji X RAW camera profiles offline on Linux where official X‑Raw Studio fails or crashes in Wine.
  • Core value: Full offline control of film simulations with an Electron‑based GUI that works on Windows, macOS, and Linux.

Details

Key Value
Target Audience Fuji X‑series owners using Linux/macOS who want to tweak simulations without browser or Wine.
Core Feature Desktop GUI to adjust Fuji film‑simulation parameters (color, tone, grain) and export JPEGs via libraw, plus import/export of JSON profiles.
Tech Stack Electron (React), libraw (rawpy), PTP/SMART, SQLite for profile storage.
Difficulty Medium
Monetization Hobby

Notes- HN users explicitly called the official app “infuriating” and painful to click‑through; they need a non‑browser solution.

  • Potential for community plug‑ins (e.g., new simulation packs) and integration with RawTherapee.

FujiSimHub

Summary

  • Provides a community‑driven marketplace of Fuji film‑simulation profiles, letting users share, rate, and download presets that are otherwise locked in Fujifilm’s ecosystem.
  • Core value: Centralized, searchable library of user‑created Fuji simulations with version control and export to industry‑standard formats.

Details

Key Value
Target Audience Photographers seeking alternative Fuji looks and developers building third‑party tools.
Core Feature Web UI for uploading, tagging, rating, and downloading profiles; API to fetch JSON/ZIP packages; preview generator using RAW processing engine.
Tech Stack Next.js (React), PostgreSQL, Docker containers, Cloudflare R2 for storage.
Difficulty High
Monetization Revenue-ready: Subscription $5/mo for premium profile packs and API access.

Notes

  • Quote from comment: “I was about to mention the Fudge app… but its already listed as a reference, nice!” – shows demand for shared tools.
  • Encourages discussion on licensing, open‑source alternatives, and could spark collaboration among HN photographers.

FujiAIProfile

Summary- Uses AI to reverse‑engineer Fujifilm film‑simulation parameters from a few example JPEGs, generating new custom profiles for RAW processing.

  • Core value: Enables creation of unique Fuji looks without manual trial‑and‑error, turning user‑provided sample images into usable RAW presets.

Details

Key Value
Target Audience Creative photographers and content creators who want personalized Fuji aesthetics.
Core Feature Upload 3–5 JPEGs processed with any Fuji simulation; AI model learns mapping to RAW parameters and outputs JSON profile ready for import into Fuji cameras or third‑party editors.
Tech Stack Python (PyTorch), HuggingFace transformers, FastAPI backend, S3 storage for user uploads.
Difficulty High
Monetization Revenue-ready: $0.02 per generated profile or $4.99/month for unlimited profile generation.

Notes

  • “Smart move of Fujifilm… AI will push us further into an age of cloud, software DRM and software patents.” – indicates future relevance of AI‑driven profile generation.
  • Could spark discussion on ethical AI use and open‑source alternatives, fitting HN’s interest in tech debates.

Read Later