From 1f48aba6352d7f2b32d9a8c243773228b4ccaec0 Mon Sep 17 00:00:00 2001 From: Kam Date: Fri, 15 May 2026 13:38:45 +1000 Subject: [PATCH] add Sourcey: multi-source docs generator emitting llms.txt natively --- .../data/websites/sourcey-llms-txt.mdx | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 packages/content/data/websites/sourcey-llms-txt.mdx diff --git a/packages/content/data/websites/sourcey-llms-txt.mdx b/packages/content/data/websites/sourcey-llms-txt.mdx new file mode 100644 index 000000000..801ce101a --- /dev/null +++ b/packages/content/data/websites/sourcey-llms-txt.mdx @@ -0,0 +1,20 @@ +--- +name: 'Sourcey' +description: 'Multi-source documentation generator. Turns OpenAPI, MCP, Doxygen XML, godoc, and Markdown into one static HTML site. Open source, self-hosted, emits llms.txt and llms-full.txt natively.' +website: 'https://sourcey.com' +llmsUrl: 'https://sourcey.com/docs/llms.txt' +llmsFullUrl: 'https://sourcey.com/docs/llms-full.txt' +category: 'developer-tools' +publishedAt: '2026-05-15' +--- + +# Sourcey + +Open-source documentation generator that produces a single static HTML site +from OpenAPI, MCP server manifests, Doxygen XML, godoc, and Markdown. + +Every Sourcey-built site ships llms.txt and llms-full.txt as first-class +build artefacts alongside the HTML output, so the same source produces +docs for humans and structured context for AI agents in one build. + +AGPL-3.0 on the CLI. Self-host anywhere. https://github.com/sourcey/sourcey