Edge-first on Cloudflare: DNS into a Workers/Pages gateway, KV + D1 for data, shared SSO / mail / payouts behind every product.
All *.elixpo.com hostnames resolve through Cloudflare DNS and route into the edge.
Cloudflare Workers + Pages (with WAF) serve SSR, APIs, and static assets at the edge.
Workers KV holds sessions and cache; D1 is the relational store behind identity and services.
accounts.elixpo (SSO), mails.elixpo (mail), and payouts.elixpo (payments) back every product.
Blogs, Sketch, Search, Art (dev) and Chat (dev) authenticate via SSO and share mail + payouts.
lixrl.com, our URL shortener, uses all three shared services plus KV for hot lookups.
elixpo.com, oreo.elixpo and me.elixpo are public, login-free surfaces.
admin.elixpo is the ops dashboard; status.elixpo monitors the platform.