Skip to content
VORQUL
About

Vorqul: built by people who run the servers

Vorqul is not a startup with a roadmap deck. It is infrastructure software written because it needed to exist, hardened by running on production servers that other people depend on.

·

Vorqul is a self-hosted infrastructure software ecosystem consisting of two products: VorqulBOT, a modular Discord bot written in TypeScript, and VorqulPanel, a server administration panel written in Java. Both are designed to run on hardware the operator controls.

01 One brand, two layers

VorqulBOT covers community infrastructure and VorqulPanel covers server infrastructure. They share a brand and a design language, not a technical dependency - either runs perfectly well without the other.

  • VorqulBOT - Discord bot, TypeScript, discord.js 14, self-hosted, modular architecture
  • VorqulPanel - server control panel, Java, web hosting, game hosting, DNS, mail, security

02 Why it exists

Both products started as private tools. Five single-purpose Discord bots on one server had become five separate outages waiting to happen. On the server side the situation mirrored it: a web panel that could not touch game servers, and a game panel that could not touch DNS or mail.

Nothing here was designed in a workshop. Every feature exists because something broke without it.

03 How it is built

Deliberately conventional where convention helps, and deliberately boring where boring is safer. The panel is a thin JAR with SQLite so it needs no external database. The bot uses one shared module registry, so a toggle in the dashboard cannot exist without the bot honouring it.

04 Where it goes next

The brand is built so more products can join it without changing the identity of the site. What ships next depends on what breaks next - which is a less impressive answer than a roadmap, and a more honest one.