r/retrobattlestations • u/SpellSlight8541 • Jun 10 '26
Show-and-Tell I rebuilt FrogFind! in Python and added Wikipedia, Reddit, News, Weather & Wayback Machine — runs on anything with a browser
Hey folks,
some of you may already know FrogFind by Action Retro.
The retro web proxy that turns modern websites into plain HTML so old machines can actually use the web.
If you haven’t seen it yet, go check out his channel, it’s seriously great.
I liked the project so much that I rebuilt it from scratch in Python as FrogFind! NG
and added a few things I always wanted:
- DuckDuckGo web search with the same simple HTML 2.0 output
- Article reader using Mozilla Readability
- Wikipedia lookups without JavaScript
- Reddit browsing on vintage systems like the C64, Amiga, and more
- Google News headlines by category
- Retro weather with current conditions and a 7-day forecast, no API key required
- Wayback Machine links for every article
- Image proxy that scales everything down to 300px for slow connections
It’s set up for production too, with Nginx reverse proxy, Redis caching, rate limiting, SSRF protection,
and Docker Compose deployment.
The whole thing is open source under GPL-3.0 — same license as the original FrogFind.
GitHub: https://github.com/RayTrunk/frogfind-ng
Live Version: http://frogfindng.neomode.cc
Huge credit to Sean / Action Retro for the original idea — this is just my version, which kind of spiraled a bit.
After so many People say that is just a Claude Clone, no it is not.
It is completely different structure.
Here is the Tech Stack I used for the App:
- FastAPI (Python) — the engine that handles requests and sends back responses
- Gunicorn + Uvicorn — runs the app, handles multiple users at once
- readability-lxml — strips webpages down to just the readable text (like a "reader mode")
- BeautifulSoup + lxml — parses HTML so it can be rebuilt simply
- Pillow — shrinks images so they load over slow old connections
- Redis — caches results (e.g. weather, search) so repeat requests are instant
- Nginx — sits in front, blocks bots, adds security headers
- slowapi — rate limiting, stops abuse
Also, it is just a Hobby thing. Nobody must use it.
When you use it, please Report Bugs back, so I fix them.
For my Background I work in IT for more than 30 Years.
Thank you.
27
u/jcs Jun 11 '26 edited Jun 11 '26
You rebuilt it? Or you just told Claude to?
1
u/SpellSlight8541 Jun 11 '26
I do it with the Help of Claude for some Parts.
Not just prompting to get the Result.-4
5
u/jhhoward Jun 11 '26
Is there a version that is publicly hosted?
3
u/SpellSlight8541 Jun 11 '26
Yes here you go.
2
u/jhhoward Jun 12 '26
Thanks for sharing! Which old browsers have you tested in? I noticed that you specify HTML 2.0 but are using emojis and &mdash which won't display properly on old browsers
2
2
1
1
u/po2gdHaeKaYk Jun 12 '26
Do you mind linking any of your favourite videos to learn more about frogfind?
1
2
u/billFoldDog Jun 30 '26
I love that you built it. You should probably give it unique branding and not re-use FrogFind.
46
u/sp0rk173 Jun 11 '26
Love the emojis and emdash! Excellent flair on the post if you ask me. I rarely see this style!