High-level design

Architecture

Edge-first on Cloudflare: DNS into a Workers/Pages gateway, KV + D1 for data, shared SSO / mail / payouts behind every product.

elixpo · system topology
Rendering topology

Cloudflare DNS

All *.elixpo.com hostnames resolve through Cloudflare DNS and route into the edge.

Edge gateway

Cloudflare Workers + Pages (with WAF) serve SSR, APIs, and static assets at the edge.

Data layer

Workers KV holds sessions and cache; D1 is the relational store behind identity and services.

Identity & shared

accounts.elixpo (SSO), mails.elixpo (mail), and payouts.elixpo (payments) back every product.

SaaS products

Blogs, Sketch, Search, Art (dev) and Chat (dev) authenticate via SSO and share mail + payouts.

Flagship

lixrl.com, our URL shortener, uses all three shared services plus KV for hot lookups.

Standalone

elixpo.com, oreo.elixpo and me.elixpo are public, login-free surfaces.

Operations

admin.elixpo is the ops dashboard; status.elixpo monitors the platform.