Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions packages/content/data/websites/sourcey-llms-txt.mdx
Original file line number Diff line number Diff line change
@@ -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
Loading