Online multiplayer chess website that lets you build custom pieces/boards. Written in Svelte + Rust.
Protochess is an innovative online chess platform that allows users to customize their chess boards and pieces, offering unique features like creating pieces with combined movements and playing on non-traditional board sizes. The platform is built with Rust for the backend and Svelte for the frontend, making it a robust and engaging online chess experience.
Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.