A searchable archive of declassified UAP/UFO files, news, and analysis
Hey HN! Y’all are great. It is so fun to build things these days. I wanna show off this archive that I conjured to run at home for consuming the recently releases of UFO files from the US government. This started as a Mac Mini-hosted project that I executed with my OpenClaw over Discord. After showing this to a few friends, I decided to get it online and find a catchy domain. Cloudflare was the perfect hosting choice. There’s a lot of bonkers things out there going on, so I added human curated “Signals” - news, analysis and discussion of UFO and adjacent news. The backlog of signals was informed by the links shared between myself and my first tech boss. We have both seen things that these files help confirm. As part of a reason to bring people back, I asked my assistant to do some digging into the data and come up with “Insights”, a dedicated section on the site that includes the responsible LLM in the byline. There a media pipeline for these insights using Remotion to generate social-media ready videos that I can upload to TT, IG, and YouTube. I built this for fun. Mostly with Ollama-powered GLM 5.1. Runs on Cloudflare Workers, D1, R2. Keyboard navigation within the doc viewer is blazing fast. OpenClaw is my CMS. Eventually, I hope to find some passive revenue through ethical ads if I get enough traffic. I think there is an audience for this. Right now, this is helpful with sharing the WTFs (and psyops) of the world with friends. Hit me up with questions! Stay rad, HN!
AI Analysis
Analysis coming soon.
Similar Products
The Daily Set
We used to play at setgame.com daily as a team, but their SSL certificate expired. So we rebuilt it, but with more features: daily leaderboards, achievements system, worldwide ELO rankings, progress tracking, different modes (Diablo, Training), and an iOS app!
HN Match Maker
Hi! Every month the "Who Wants to Be Hired?" and "Who's Hiring?" Threads come through I would think to myself, "there should be a match maker for these two threads". So I had abacus.ai whip one up. The methodology is pretty simple, data is extracted from posts using an LLM, score matches based on salary, domain experience, remote/onsite, etc., and then eliminate incompatible postings, like 'looking for remote work' and 'onsite only'. The result is two views: jobs-by-user and user-by-jobs. If you've submitted a post to this month's 'Who Wants to Be Hired?", you can find your matching job listings at https://hnmatchmaker.com/user/:user_name, for example https://hnmatchmaker.com/user/G4Vi --- Some observations when looking at the matches pair up right now: Poke around, let me know what you think! Ultimately, I hope this is actually helpful to some folks.
Supafork
Hey HN! I built Supafork, one place to store and share AI agent sessions. After using Claude Code, Codex, Gemini CLI, OpenCode, Pi, and other coding agents daily, I realized these sessions lived only on my machine. There wasn't a simple way to access, reuse, or share them with others. With Supafork, you can save complete agent sessions, organize them into collections, make them public or private, and fork other people's sessions to build on their workflows. You can also import sessions from one harness into another, or invite friends to a session to get visibility into what your agent is doing. Think GitHub, but for agents. Try it at beta.supafork.com and install the CLI. I'd love to hear how the user experience feels and where it can be improved. Happy to answer any questions or hear your feedback!
Markdown Viewer and Editor
I built an online viewer and editor for .md files where the file stays on your machine. Free to use and code is available under MIT License here: https://github.com/hattray/markdown-editor You can also install it as a Chrome/Edge app so that it works for files on your desktop by double-clicking. Supports standard .md files with formatting, syntax-highlighting for code, table of contents, Mermaid diagrams, LaTeX via KaTex. Also supports exporting to .html, .pdf and .png. Please give it a try and share your feedback for improvements.
Academa
Hi HN, we are Sina Atalay and Abdullah Geduk, co-founders of Academa. We are both PhD students. We thought: what if lecture videos were written as code and compiled into video using computer graphics and TTS? Then LLMs could write them, and lectures could be fixed with code edits instead of video production. On correctness: LLMs may make mistakes. But these videos are code sitting in our repository, and we can maintain them. Every report and review becomes a fix in the source, and everyone who watches after that gets the corrected lecture. Every recorded lecture on the internet is stuck with its mistakes. Ours will continuously improve. Each video also comes with an AI chat that understands everything said and shown in the lecture. There is a longer write-up at the bottom of the page. Happy to answer any questions.