jbob/rfcsearch — reverse-engineered prompt
Reverse engineered prompt
Build me a simple local web app that lets me search across all RFC documents fast and comfortably. I want to be able to download the full RFC archive from the RFC Editor, extract it, import everything into the search index, then open a browser on localhost and instantly search by RFC number, title, or text content and click into a result to read it.
Please use what is already in this repo and make the setup feel smooth. If possible, make the Docker path the easiest default, but keep the normal Node way working too. I also want the environment setup cleaned up so copying the example env file is enough, and the import step should be clear and reliable even though it may take a while because the data is large.
Basically, I want this repo to feel like a working searchable RFC browser, not just a rough demo. If anything is outdated, look up the current docs online and update it as needed.
Want more depth? Deep Reverse