Skip to content
Andrei Anastasiu
← All projects

Loki

A general-purpose Discord bot with a companion web dashboard, built in a TypeScript monorepo.

Status
In progress
Year
2024
Links
Source code ↗

A custom Discord bot and configuration dashboard that consolidates several third-party community-management tools into one system, so server admins have a single place to manage them.

Backend built with Express.js and TypeORM on PostgreSQL, with Redis caching on key API routes that cut response times by over 50%. Frontend dashboard built with Next.js and Tailwind CSS.

  • TypeScript
  • Discord.js
  • Next.js
  • Express.js
  • PostgreSQL
  • Redis