eleventy-edge-wordle icon indicating copy to clipboard operation
eleventy-edge-wordle copied to clipboard

Zero clientside JavaScript Wordle clone, using Eleventy Edge

Eleventy Edge Wordle

Yet another Wordle clone

Play the hosted Wordle game!


Recently, the Eleventy started unveiling its Eleventy Edge plugin, which allows you to leverage Netlify's Edge Functions to - among other things - customize the site to individual users by their location or by way of web APIs such as cookies.

This repo leverages Eleventy and cookie-powered Edge Functions to create a Wordle clone that serves zero clientside JavaScript. It's crude in many ways, but it served as an interesting proof of concept.


Setup & Running

git clone https://github.com/BenDMyers/eleventy-edge-wordle.git
cd eleventy-edge-wordle
npm install
npx netlify dev