New updates to my CF duel app (chat + some changes)
Use it here: https://cf-1v1.vercel.app/dashboard
A small web app where you can do 1v1 duels with other CF users. You can also duel with friends and even do team battles using codes. Built mainly to make practice a bit more interactive.
I’ve been working on my duel app for a while and pushed a few updates recently.
Global chat
Added a simple global chat. Idea was just to make it easier to find people to duel instead of waiting or pinging randomly.
You can:
- talk to others
- ask for duels
- discuss problems (or anything tbh)
Not super fancy, but works fine for now.
Routing change
Earlier it was more like a single page setup, now moved to proper routing.
Main reason:
- in SPA, when users swipe back, the whole site was getting closed
- this was pretty annoying during usage
Now navigation behaves more normally.
Change username
You can now update your username. Small thing, but was annoying earlier.
Why I’m building this
Mostly because I wanted something where:
- starting a duel is quick
- people are actually active
- feels a bit more interactive than just sending requests
If you try it and something breaks / feels off, comment here. Also open to suggestions.







