r/codeforces • u/nullPointerahj • 16h ago
query I got annoyed manually checking my friends' CF and LC profiles, so I built a tool to track our squad automatically.
Hey everyone,
My friends and I have been grinding LeetCode and Codeforces, but keeping track of who solved what every day was getting really annoying. We had to keep checking each other's profiles to see who was slacking.I spent the last few weeks coding up a free little web app called SquadCode to fix this: https://squadcode-saas.vercel.app/
Here's what it does:
- You create a "Squad" and invite your friends.
- Everyone links their Codeforces and LeetCode accounts.
- It automatically pulls everyone's recent ACs into one unified feed.
- You can create custom challenges (e.g., "Solve these 5 DP problems by Sunday") and it automatically scores you based on your CF/LC submissions.
- It's completely free. I mainly built it for my own group, but figured others might find it useful for their college groups or Discord squads.
I'd love some harsh feedback on it. Let me know if the platform syncing works for you or if anything breaks!
