> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wazoo.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Wiki templates

> Starter repositories for the Wiki toolchain, semantic docs, and graph-backed publishing.

Wazoo maintains Wiki templates that make the toolchain easier to try without assembling every piece by hand.

## Available templates

| Template                                                                        | Description                                                  |
| ------------------------------------------------------------------------------- | ------------------------------------------------------------ |
| [wiki-template](https://github.com/wazootech/wiki-template)                     | Generic Wiki workspace starter                               |
| [llm-wiki-template](https://github.com/wazootech/llm-wiki-template)             | Agent-oriented wiki with shapes and SPARQL-backed indexes    |
| [wiki-mintlify-template](https://github.com/wazootech/wiki-mintlify-template)   | Mintlify docs site from a Wiki vault                         |
| [wiki-holocron-template](https://github.com/wazootech/wiki-holocron-template)   | Holocron docs site from a Wiki-compatible vault              |
| [wiki-nextjs-template](https://github.com/wazootech/wiki-nextjs-template)       | Next.js static site consuming exported JSON-LD               |
| [wiki-astro-template](https://github.com/wazootech/wiki-astro-template)         | Astro static site consuming exported JSON-LD                 |
| [wiki-quartz-template](https://github.com/wazootech/wiki-quartz-template)       | Quartz publish workflow with Wiki checks                     |
| [wiki-yasgui-template](https://github.com/wazootech/wiki-yasgui-template)       | SPARQL explorer over exported wiki RDF                       |
| [wiki-wikipedia-template](https://github.com/wazootech/wiki-wikipedia-template) | Wikipedia-style static layout powered by the Wiki Python API |

## Which template should you choose?

* Choose **wiki-template** for a normal semantic wiki.
* Choose **llm-wiki-template** for agent-maintained knowledge bases.
* Choose **wiki-mintlify-template** if you want docs hosted on Mintlify.
* Choose **wiki-yasgui-template** if you want to inspect wiki RDF with SPARQL.

## Related

* [Wiki toolchain](/projects/wiki)
* [Linked Markdown](/projects/linked-markdown)
* [Worlds](/projects/worlds)
