Un-Real Chess is an online, free platform where you can play chess against the best chess engines in the world, or with your friends!
It features engines like Stockfish, Leela, and Komodo, among many others, giving you the freedom to fine tune your skills against each one.
Create a game and share the link with your friends to challenge them to a game of chess.
The web frontend is built on top of Next.js, using TailwindCSS for styling. The react-chessboard and chess.js libraries are used for interaction and validation within the game.
The backend is built on top of Django to serve a REST API, which uses the python-chess library to provide the corresponding move for each engine. Django-channels is used for multiplayer games.