Back to Features

SMP-GPT

From a Minecraft prompt to a running Paper server

2026

Built in less than 10 hours at DDCx

SMP-GPT turns a plain-English server idea into a generated, configured, launch-ready local Minecraft server. Built it in under 10 hours at DDCx. A Fabric mod replaces the Realms entry point with the SMP-GPT flow. An AI Architect proposes plugins and explains its decisions. An Electron dashboard takes over for launch, logs, plugin review, and AI-assisted admin commands.

Stack

Fabric (Java)Client-side Minecraft mod that replaces the Realms entry point with the SMP-GPT creation flow
Bun + HonoBackend that runs the AI pipeline, Modrinth search, dependency reasoning, and server provisioning
OpenAIAI Architect that proposes plugins, resolves dependencies, and explains its decisions
ModrinthPlugin search and metadata source for the curated proposal stage
SQLiteProgress state polled by the mod so loading screens show live updates instead of a dead spinner
Electron + Next.jsDesktop dashboard registered as the smpgpt:// protocol handler for logs, controls, and AI commands

Architecture

Links