Overview
What you'll find here
apoptoses is the umbrella for everything I build and run publicly. The site
itself is intentionally small, fast, and framework-free — hand-written HTML,
CSS, and JavaScript, served by a Rust + Axum binary on a single Debian VM. The
real work lives in the projects below. Pick whichever rabbit hole interests you.
Discord
apoptotic — the Discord bot
apoptotic is a full-stack Discord bot for community servers:
moderation suite, configurable AutoMod, leveling, channel games, voice playback,
scheduled tasks (Question of the Day, birthdays, reminders), Roblox integration,
and Buy Me a Coffee tier role sync. One Rust binary instead of five separate
bots. Server admins who'd rather click than type can use the
dashboard
— a small website that gives an easy UI for managing the bot.
Roblox
SP-Legends — the Roblox resource hub
SP-Legends
is the resource hub for players of the Roblox game +1 Skill Point Legends.
It bundles a wiki, a damage calculator, a leaderboard, and a live private-server
tracker that polls the Roblox API every fifteen seconds. It's the project most
visitors arrive looking for; it lives on its own subdomain so the Roblox traffic
doesn't slow down anything else.
Windows
Dendrite — Windows disk-usage analyzer
Dendrite is a Windows-native Rust desktop application for
analyzing disk usage on large NTFS volumes. It scans drives via fast low-level
NTFS mechanisms where available, builds a memory-optimized filesystem tree, and
layers on category breakdowns, largest-file lists, cleanup suggestions, exports,
folder comparison, usage history, and live update tracking. Architecture is
cleanly split between orchestration, core data and processing, and UI rendering,
with nearly all expensive work happening asynchronously through channel-based
background tasks. Run it as administrator for the best scan path.
Minecraft
Modded Minecraft servers
Two whitelist-only modded servers — All The Mods 10 at
mc.apoptoses.com and All The Mons (ATM10 +
Cobblemon) at og.apoptoses.com. Both are exposed through a
Cloudflare tunnel, so you'll need the modflared client mod
alongside the matching modpack. Full instructions live on the
servers page.
About
About the developer
Everything on this site is built and operated by a single solo developer
using the handle apoptoses. The stack is Rust on the backend
(Axum 0.8, rustls, SQLite via rusqlite) and hand-written HTML +
CSS + a touch of JavaScript on the front end. No frameworks, no opaque build
pipelines, no analytics tracking pixels. If something here is useful to you,
say hi via the contact form or
buy me a coffee ☕.
More on /about.
Latest from the blog
Recent write-ups
Read all posts →