Skip to content

Getting started

This is a starter page to confirm the docs section works. Replace it with real content as the platform takes shape.

Starlight renders standard Markdown and MDX. Code blocks are syntax-highlighted out of the box:

// Example: a worlds entry in the registry
export const world = {
id: "first-light",
title: "First Light",
remixable: true,
};