Chess.com Stats SVG Generator
This project is a web service that dynamically generates SVG images displaying chess statistics for a given Chess.com user.
Parameters
Click to show/close parameters
Name | Type | Required | Default | Description | More Description |
---|---|---|---|---|---|
username | string | Username registered in Chess.com website | Example: PrathamRex | ||
theme | string | default | Theme color | Supported: default , light , dark , graywhite . | |
borderRadius | number | 10 | Border radius | ||
disableAnimations | boolean | true | Disable animations | Supported: true or false . |
txt
http://your-vercel-url/stats{?username,theme}
Examples
Default theme
markdown
<!-- Chess.com Stats SVG Generator -->

Dark theme
markdown
<!-- PrathamRex -->

Graywhite theme
markdown
<!-- Chess.com Stats SVG Generator -->

Light theme
markdown
<!-- Chess.com Stats SVG Generator -->
