Skip to content
İbrahim edited this page Nov 26, 2025 · 4 revisions

Mini Interaction

Tip

We recommend you to use TypeScript. For template, use our this repository: Mini App

mini-interaction is a lightweight toolkit that helps you ship Discord HTTP interaction handlers with almost zero setup. It takes care of:

  • Loading slash-command definitions from your project (e.g. src/commands/**, src/components/**)
  • Registering your commands and linked-role metadata with Discord
  • Validating Discord signatures
  • Creating ready-to-use request handlers for Vercel (or any other Fetch/Node runtime)

Clone this wiki locally