Is there a clone that keeps the old UI and the same answers? (Could possibly scrape the site or twitter posts to determine the answer each day) Wordle isn’t even gone and I already miss it.
It’s a complete clone of the original Wordle site (which is just HTML, CSS and JS, without any server side code), and was posted here [1] a few weeks ago.
Great idea, but this link doesn't really work -- it always has the same secret word, because the Wayback Machine injects some JavaScript to make the Date function return a constant date (try running `console.log(new Date())`).
The link posted by @rossy (with "id_") works fine though.