---
title: "Showcase"
description: "What OrchestKit produces — pipeline runs and generated visual experiments."
canonical: "https://orchestkit.yonyon.ai/docs/showcase"
---

# Showcase

What OrchestKit produces — pipeline runs and generated visual experiments.

import { Card, Cards } from 'fumadocs-ui/components/card';

Output from the plugin running on real work, rather than descriptions of it.

<Cards>
  <Card
    title="Pipeline"
    description="An end-to-end run, from goal to shipped pull request."
    href="/docs/showcase/pipeline"
  />
  <Card
    title="Lab"
    description="Generated visual experiments and interactive playgrounds."
    href="/docs/showcase/lab"
  />
</Cards>
