Skip to content

SynqedE-Sports Team Management

Discord bot & web dashboard for serious Valorant team scheduling.

Synqed Logo

At a glance

Synqed is an all-in-one management tool for E-sports teams. It bundles a Discord bot, a REST API, and a Next.js dashboard into a single Node.js process.

Three components

ComponentStackPortRole
Discord Botdiscord.js v14Slash commands, buttons, polls
API ServerExpress v5:3001REST API with JWT auth
DashboardNext.js v16:3000Admin panel & user portal

Tech stack

  • Backend — TypeScript, Node.js, Express, discord.js
  • Frontend — Next.js 16, React 19, Tailwind CSS 4, Radix UI
  • Database — PostgreSQL with Prisma 7
  • Scheduling — node-cron with timezone-aware crons
  • Auth — JWT + bcrypt + Discord OAuth

MIT License