nowfound

Alternatives

Products that do what Epsteinweb does

Browse and Search The Epstein Files

  1. 1JG

    Hi everyone! My name's Luke and I made the original Jmail here alongside Riley Walz. We had a ton of friends collaborate on building out more of the app suite last night in lieue of DOJ's "Epstein files" release. Please AMA!

    Dec 2025 · jmail.world

  2. 2OA

    Hi HN, I built an open-source AI agent that has already indexed and can search the entire Epstein files, roughly 100M words of publicly released documents. The goal was simple: make a large, messy corpus of PDFs and text files immediately searchable in a precise way, without relying on keyword search or bloated prompts. What it does: - The full dataset is already indexed - You can ask natural language questions - Answers are grounded and include direct references to source documents - Supports both exact text lookup and semantic search Discussion around these files is often fragmented. This…

    Jan 2026 · epstein.trynia.ai

  3. 3EF

    Hey all, Throwaway in case this is assumed to be politcally motivated. I spent some time organizing the Eptstein files to make transparency a little clearer. I need to tighten the data for organizations and people a bit more, but hopeful this is helpful in research in the interim.

    Nov 2025 · searchepsteinfiles.com

  4. 4

    ChatGPT connected to the Epstein Files

    Dec 2025

  5. 5HN

    I saw this [0] pretty cool thread by user revskill, and wanted a quicker way to search through it, but also to keep them all in one place so I can read them at my leisure whenever I get time. Right now is like 60 lines of Ruby using Nokogiri, but I will certainly look into it further down the line and improve the list. There's a cronjob checking the thread every 12 hours but I will eventually shut that down and it will become static after that. There are some really awesome blogs in there. I really recommend going through the list, it made my day. [0] "Could you share your personal blog…

    2023 · dm.hn

  6. 6

    Every Epstein file and image, indexed and searchable.

    Nov 2025

  7. 72G

    Community, All the HN belong to you. This is an archive of hacker news that fits in your browser. When I made HN Made of Primes I realized I could probably do this offline sqlite/wasm thing with the whole GBs of archive. The whole dataset. So I tried it, and this is it. Have Hacker News on your device. Go to this repo (https://github.com/DOSAYGO-STUDIO/HackerBook): you can download it. Big Query -> ETL -> npx serve docs - that's it. 20 years of HN arguments and beauty, can be yours forever. So they'll never die. Ever. It's the unkillable static archive of HN and it's…

    Dec 2025 · hackerbook.dosaygo.com

  8. 8SH

    Reddit's API is effectively dead for archival. Third-party apps are gone. Reddit has threatened to cut off access to the Pushshift dataset multiple times. But 3.28TB of Reddit history exists as a torrent right now, and I built a tool to turn it into something you can browse on your own hardware. The key point: This doesn't touch Reddit's servers. Ever. Download the Pushshift dataset, run my tool locally, get a fully browsable archive. Works on an air-gapped machine. Works on a Raspberry Pi serving your LAN. Works on a USB drive you hand to someone. What it does: Takes compressed data dumps…

    Jan 2026 · github.com

  9. 9IM

    Hey HN, Recently, a friend introduced me to the Bluesky platform, and I found it intriguing—especially its focus on decentralization. I believe it has the potential to become the next Twitter, and it already has over 13 million users. Today, as I was browsing the platform, I came across a video in one of the posts that I found really interesting and wanted to download to my local drive. However, after searching for a while, I couldn’t find a suitable tool for this purpose. So, I thought, why not create a tool to meet this need? All it should require is the link to a post, and it would allow…

    2024 · blueskyvideodownloader.org

  10. 10
    ragobble124

    Upload videos, links, files, PDFs and search through them

    2025

  11. 11

    1.4M Epstein files — instant semantic & fuzzy search

    Feb 2026 · epstein.lasearch.app

  12. 12IB

    I’ve been messing around with Bluesky for a while, and one thing I really missed was a proper way to browse discussions in a structured, Reddit-like way specially myself being daily reddit user. So, I ended up building a Reddit-like client for Bluesky that scratches that itch: Threadsky.app It pulls in trending topics, lets you explore conversations with a threaded view (so no more getting lost in replies), and even allows users to create channels with customizations, basically, like subreddits but on Bluesky. That said, this is still pretty barebones, and there’s a lot to improve. I really…

    2025 · threadsky.app

  13. 13EF

    credit to @RhysSullivan on github for creating this

    Dec 2025 · epstein-files-browser.vercel.app

  14. 14

    Live Google Trends battle — Epstein Files vs Alien Files

    Jun 2026

  15. 15DT

    Magnet link: magnet:?xt=urn:btih:44c65b5779d9d8021e002584fa73740f36d052a6&dn=10m_hn_comments_sorted Go to https://hn-archive.appspot.com/ for the torrent file / source code. I'll be semi-frequently checking the story and answering any questions which may come up.

    2015

  16. 16IO

    I’ve curated and organized Bluesky feeds into 50+ categories, now with growth rankings for the past day and week! Check it out and share your thoughts!

    2025 · bskyinfo.com

  17. 17II

    The DOJ released ~3.5M pages of Epstein documents across 12 datasets. Buried in them are 207 academic papers and 14 books that nobody was really talking about. From what I understand these papers aren't usually freely accesible, but since they are public documents, now they are. I don't know, thought it was interesting to see what this dude was reading. You can check it out at jeescholar.com Pipeline: 1. Downloaded all 12 DOJ datasets + House Oversight Committee release 2. Heuristic pre-filter (abstract detection, DOI regex, citation block patterns, affiliation strings) to cut noise 3. LLM…

    Feb 2026 · jeescholar.com

  18. 18

    Schedule your posts on BlueSky!

    2024

  19. 19SH

    I built this tool to help me find interesting discussions on Hacker News. I love reading HN discussions almost more than the articles themselves. However, I found that full text search, although highly performant, is not always good at surfacing interesting discussions on a certain topic -- especially if you don't know what to search for exactly. I built this by scraping the most recent ~6 million posts (that's about 2 years of history) and putting the resulting posts and their vector embeddings into Postgres. Let me know what could be improved, and if you'd like a more detailed writeup of…

    2024 · searchhacker.news

  20. 20ES

    This project reconstructs the Epstein email records from the recent U.S. House Oversight Committee releases using only public-domain documents (23,124 image files + 2,800 OCR text files). Most email pages contain only one real message, buried under layers of repeated headers/footers. I wanted to rebuild the conversations without all the surrounding noise. I used an OCR + vision-LLM pipeline to extract individual messages from the email screenshots, normalize senders/recipients, rebuild timestamps, detect duplicates, and map threads. The output is a structured SQLite database that…

    Dec 2025 · github.com

  21. 21FS

    It's ugly, but hey! It serves its purpose, and you can't get stuck in the polishing nest after all! New design/features will come as they are requested by the community. Keep em' coming!

    2012 · file.st

  22. 22

    Search & analyze TikTok & Instagram influencers worldwide

    2020

  23. 23

    AI search through millions of declassified Epstein documents

    Feb 2026 · epstein-gpt.com

  24. 24

    Find accounts, track growth, sort followers & schedule posts

    2025

Ranked by how close each launch is in meaning, then by votes. Refine with a description →