Privacy choices

This site may send the owner a minimal page-visit notice with page, browser, device type, and resolution. If you accept analytics, it can also remember an anonymous visit/session ID and collect richer engagement signals.

Read the privacy notice
SignalJuly 12, 2026

MySQL (mysql2)

The CMS's only database — deliberately kept as the single system of record instead of splitting state across multiple stores.

Every CMS table — content types, items, journeys, navigation, relationships, scores — lives in one MySQL database, accessed via the mysql2/promise driver directly (no ORM).


mysqldatabasecms

Explore with Alex OS

Alex's CMS keeps all state — content types, items, journeys, navigation, relationships, scores — in one MySQL database, accessed directly via mysql2/promise wi…

One Database, No ORM

Every table in the Alex CMS lives in a single MySQL instance. Rather than splitting state across multiple stores, the decision was to keep one system of record. Access goes through the mysql2/promise driver directly — no abstraction layer between the queries and the data.