COMING SOON

mIRCscord Developer Portal

Build bots, integrations, and apps for the mIRCscord platform. Everything you need to extend the community experience.

🤖

Premade Bots

One-click install bots for any server. AutoMod, Welcome Bot, Stats, Polls, Reminders — no coding required.

LIVE NOW
🧠

AI Bots

Connect your OpenRouter, OpenAI, or Anthropic API key to create AI-powered assistants for your server. Pick a personality, set active channels, done.

LIVE NOW
🛠️

Bot SDK

Build custom bots with our TypeScript and Rust SDK. Full access to messages, reactions, voice events, and more.

COMING SOON
🏪

Bot Marketplace

Publish your bots for the community. Browse, install, rate, and review bots built by other developers.

COMING SOON
🔗

Webhooks

Send messages to mIRCscord channels from any external service. GitHub, CI/CD, monitoring — pipe it all in.

COMING SOON
📊

Analytics Dashboard

Track your bot's installs, usage, errors, and user feedback. Optimize your bot with real data.

PLANNED

API Preview

// Install a bot to your server
POST /api/servers/{server_id}/bots
{
  "bot_id": "automod-uuid"
}

// Configure the bot
PATCH /api/servers/{server_id}/bots/{bot_id}
{
  "config": {
    "blocked_words": ["spam", "scam"],
    "block_links": true
  },
  "enabled": true
}

// Set AI API key
POST /api/servers/{server_id}/bots/{bot_id}/key
{
  "provider": "openrouter",
  "api_key": "sk-or-...",
  "model": "anthropic/claude-sonnet-4"
}

Tech Stack

Backend
Rust + Axum
Frontend
React + TypeScript
Real-time
WebSocket
Database
PostgreSQL
Voice/Video
WebRTC
Auth
JWT + bcrypt
AI Providers
OpenRouter / OpenAI
Bot SDK
TypeScript + Rust

Ready to Build?

Join the platform and start adding bots to your server today.

Join mIRCscord