← Home

The madLadsLab Stack

This is the madlads stack — the real one, built and run in production by Scott long before "AI coding" was a phrase anyone used. It did not come out of a generator. It was designed, shipped, broken, fixed, and hardened the hard way: in production, under load, by one engineer who owns every layer.

The V in this MEVN stack is Vanilla JS — no Vue, no React, no framework runtime shipped to the browser. Every service is server-rendered with EJS and driven by hand-written JavaScript. That was a deliberate call years ago, and it still pays off every day: fast pages, less to break, and nothing between the engineer and the machine.

What we work with
Linux
Express
MongoDB
Three.js
Node.js

Open-source, all the way down — the tools the madlads stack is built on.

The layers, and what each one does

A fleet, not a monolith

madLadsLab runs as a constellation of independent Express services on a single VPS, each in its own tmux session on its own port. That buys isolation without the operational weight of containers everywhere.

Security, layered in by default

Security here is not bolted on at the end — it is wired into the middleware stack of every service, the way years of running real sites teaches you to build.

Built by discipline, not by autopilot

This stack is the product of production discipline, not autocomplete. Schema design, middleware, auth, real-time rendering — all of it was built and proven by Scott across real deployments serving real businesses. The conventions baked in here — surgical restarts, secrets that never touch a commit, tenant data that never bleeds across boundaries — were earned in production, not handed over by a tool.

AI rides along as a support tool. It speeds up the typing, drafts the boilerplate, and rubber-ducks the edge cases — under Scott's direction, against his standards, on a stack and a set of production disciplines that existed long before it showed up. The judgment, the architecture, and the accountability stay human. AI supports the madlad; it is not the madlad.

Why it matters

The stack is a bet that fundamentals beat fashion. Server-rendered pages and vanilla JavaScript mean less to break and nothing between the engineer and the browser. A fleet of small Express services keeps problems contained. A security model baked into the middleware means safety is never optional. And a single owner who has run this in production for years means the whole thing moves fast without falling apart. MongoDB, Express, Vanilla JS, Node — this is the madlads stack, proven long before the hype, with AI now along for the ride. That is madLadsLab.