I created a Peerlist like Badge for submito.

I also created a Badge for Submito
I will try to explain how to create a Badge for your website as well
1. Design the Badge, using Sketch or any design tool you're familiar with (e.g., Figma)

2. Export the Badge as SVG code from the design software

3. Return the SVG code from your server (you can include status information: e.g., current vote count)
for me in svelteKit, `src/routes/badge/listed-[theme].svg/+server.ts`

4. Display it directly to the user using the img tag
<img src="/badge/listed-light.svg"/>0
7
0