Skip to content
/ Wordull Public

A lightweight selfhosted Docker Wordle Clone using FastAPI and Uvicorn.

License

Notifications You must be signed in to change notification settings

4rft5/Wordull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordull

A lightweight selfhosted Docker Wordle Clone using FastAPI and Uvicorn.

About

Wordull is a simple clone of Wordle that takes design inspiration from the 2022 version of Wordle from before the New York Times bought it out.

How it Works

Using the configurable TZ environment variable in Docker-Compose, the container gets the word of the day (YYYY-MM-DD) from the NYTimes Wordle json (example for Nov 19, 2025). This ensures that the word each day is the same as the original Wordle while keeping everything else local.

In terms of rules, Wordull is identical to Wordle. It has a list of words in json that can be entered, grey letters mean the letter is not in the puzzle, yellow is right letter, wrong place, and green is correct. You get six tries to enter the correct word, or you lose.

Disclaimer I do not have any affiliation with or connection to The New York Times, The New York Times Company or Josh Wardle. This software is distributed completely free of charge and is not intended to confuse, mislead or otherwise trick the general public. The Wordle logo, name and namesake are owned by the New York Times.

Features

  • Configurable timezone to ensure that the word is updated at midnight each day (from the official NYTimes json).
  • Import statistics from the original NYTimes Wordle in the Settings page (optional).
  • Game State and Statistics are saved to the container, allowing for multiple devices to have the same stats and progress (instead of per-browser)
  • Configurable notifications via Apprise-API for reminders to do the puzzle if it has not been completed that day (optional).
  • Hard Mode - Functions identical to Wordle hard mode, any revealed hints must be used in subsequent guesses.
  • Statistics are saved in json in the data/ folder and update with the guess distribution, amount of games played, win percentage, current and max streak.
  • Share button to copy results of the Wordull to your clipboard to share.

Installation

  1. Download the docker-compose file from this repository
  2. Configure with the Port and TZ of your choosing (default port is 2309)
  3. Run docker compose up -d
  4. Configure Settings
  5. Enjoy!

Screenshots

Main Page

image

Statistics Page

image

Contributions

I don't really see how more features can be added to this, but if you want to add something or clean up code, feel free to open a PR on this repo.

Issues

I have not encountered any issues during my testing, but if you encounter an issue, you can open an issue here. Please provide logs from everything to help me better help you.

About

A lightweight selfhosted Docker Wordle Clone using FastAPI and Uvicorn.

Resources

License

Stars

Watchers

Forks

Packages