HELIX Guard is a modular Discord bot built for server administrators who need reliability, power and control. Self-hostable, with a full web dashboard — designed to run everything from a small community to a large public guild.
helix-guard // info
Versionv1.0.0
FrameworkDiscord.js v14
RuntimeNode.js 20+
DatabaseSQLite (better-sqlite3)
LicenseMIT
Status● ONLINE
01 — Live Statistics
BOT STATS
Servers
—
Active guilds
Users
—
Total members across all servers
Latency
—
API websocket ping
Uptime
—
Current session uptime
02 — Tech Stack
BUILT WITH
Bot Framework
Discord.js
v14.26
The most widely used Node.js library for the Discord API. Powers slash commands, events, embeds and all bot interactions.
Runtime
Node.js
v20 LTS
JavaScript runtime for the bot process. Native ES modules, async/await throughout, no build step required.
Database
SQLite
better-sqlite3 v12
Synchronous SQLite driver — zero latency for reads, no async overhead. Stores guilds, users, warnings and XP data.
Web Server
Express
v5.2
Lightweight HTTP server for the dashboard and REST API endpoints. Serves static assets and bot stat APIs.
Design
Pure CSS
No framework
Hand-crafted CSS with custom properties. No Tailwind, no bundler — fast load times and full design control.
Typography
Bebas Neue
+ JetBrains Mono
Bebas Neue for display headings, JetBrains Mono for all body text and UI elements. Served via Google Fonts.
03 — Roadmap
WHAT'S NEXT
v1.0
Core bot infrastructure (command + event loader)
Moderation commands: /ban, /kick, /warn, /timeout
Warning system with escalation thresholds
SQLite database with WAL mode and prepared statements