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

{siteShortName} is an independent, privately-run game server built by a small group of long-time players. It is not affiliated with or endorsed by the owners of the game it runs — it is a labor of love for the old worlds and the friendships made in them.

Our aim is a calm, hand-tended world: somewhere worth exploring, somewhere 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 world that is hand-tended rather than left to run itself.
  • Custom content, and changes explained before they land.
  • A small, friendly population and an active wiki.

Get in touch

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

) }