import PublicLayout from '../../components/PublicLayout.jsx' import PageHeader from '../../components/PageHeader.jsx' import { useSite } from '../../contexts/SiteContext.jsx' export default function About() { const { contactEmail } = useSite() return (

Mysticmoon is an independent, privately-run Ultima Online shard built by a small group of long-time players. It is not affiliated with or endorsed by the owners of Ultima Online — it is a labor of love for the old worlds and the friendships made in them.

Our aim is a calm, hand-tended world: a contested wilderness worth exploring, safe towns worth living in, and systems that reward curiosity over grind. We are building slowly and in the open, sharing news, screenshots, and guides as the world comes online.

What to expect

  • A hybrid ruleset — safe towns, a dangerous wild.
  • Custom crafting, housing, and exploration content.
  • A small, friendly population and an active wiki.

Get in touch

Questions, ideas, or want to help build? Reach us at{' '} {contactEmail} .

) }