Luau compiler · Fumadocs UI · Roblox tooling

Docs that compile from your game code.

Fumablox builds a semantic model of your Luau project, then renders it as a Fumadocs site. Moonwave comments still work. Writing the same API twice does not.

Luau is the source of truth

export type, methods, properties, and require() graphs become API pages. Comments add flavor, not duplicates.

Fumadocs is the stage

Generated MDX sits next to handwritten guides. Search, llms.txt, and theming come for free.

Toolchain, not a script

check, coverage, graph, search, and diff all read the same semantic model.

Roblox-aware

Services, remotes, Explorer paths from Rojo, and links into the engine reference.

Go to definition

Every symbol keeps its source path. Click through from the docs like you would in an IDE.

See the module graph

FlightController → Aircraft → Engine, plus circular-require warnings in CI.