···33description: Create minimal reproductions for Den bug reports using nix-unit.
44---
5566+77+import { Aside } from '@astrojs/starlight/components';
88+69<Aside title="Source" icon="github">
710[`templates/bogus`](https://github.com/vic/den/tree/main/templates/bogus)
811</Aside>
+3
docs/src/content/docs/tutorials/ci.md
···33description: Den's own test suite — the definitive reference for every feature.
44---
5566+77+import { Aside } from '@astrojs/starlight/components';
88+69<Aside title="Source" icon="github">
710[`templates/ci`](https://github.com/vic/den/tree/main/templates/ci)
811</Aside>
+3
docs/src/content/docs/tutorials/default.md
···33description: Recommended starting point with flake-parts, Home-Manager, and VM testing.
44---
5566+77+import { Aside } from '@astrojs/starlight/components';
88+69<Aside title="Source" icon="github">
710[`templates/default`](https://github.com/vic/den/tree/main/templates/default)
811</Aside>
+3
docs/src/content/docs/tutorials/example.md
···33description: Feature showcase with namespaces, angle brackets, cross-platform aspects, and providers.
44---
5566+77+import { Aside } from '@astrojs/starlight/components';
88+69<Aside title="Source" icon="github">
710[`templates/example`](https://github.com/vic/den/tree/main/templates/example)
811</Aside>
···33description: Den Forwarding classes for third-party flake-parts perSystem submodules.
44---
5566+77+import { Aside } from '@astrojs/starlight/components';
88+69<Aside title="Source" icon="github">
710[`templates/flake-parts-modules`](https://github.com/vic/den/tree/main/templates/flake-parts-modules)
811</Aside>
+3
docs/src/content/docs/tutorials/microvm.md
···33description: Feature showcase MicroVM integration with custom context pipelines and custom classes.
44---
5566+77+import { Aside } from '@astrojs/starlight/components';
88+69<Aside title="Source" icon="github">
710[`templates/microvm`](https://github.com/vic/den/tree/main/templates/microvm)
811</Aside>
+3
docs/src/content/docs/tutorials/minimal.md
···33description: The smallest possible Den setup — one host, one user, no extra dependencies.
44---
5566+77+import { Aside } from '@astrojs/starlight/components';
88+69<Aside title="Source" icon="github">
710[`templates/minimal`](https://github.com/vic/den/tree/main/templates/minimal)
811</Aside>
+3
docs/src/content/docs/tutorials/noflake.md
···33description: Using Den with stable Nix — no flakes needed.
44---
5566+77+import { Aside } from '@astrojs/starlight/components';
88+69<Aside title="Source" icon="github">
710[`templates/noflake`](https://github.com/vic/den/tree/main/templates/noflake)
811</Aside>