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

# Showcase

<CardGroup cols={2}>
  <Card title="open-typeless" icon="microphone" href="/use-cases/open-typeless">
    macOS voice input app, built in 1 day. Shows the full workflow: spec organization, task breakdown,
    parallel development.
  </Card>

  <Card title="Trellis for Cursor" icon="cursor" href="/showcase/trellis-cursor">
    Community fork optimized for Cursor with Chinese subagents and MCP integration.
  </Card>
</CardGroup>

***

## Add your project

1. Fork the [docs repo](https://github.com/mindfold-ai/docs)
2. Copy `showcase/template.mdx` and `zh/showcase/template.mdx` to create bilingual pages
3. Add page paths to both EN and ZH showcase pages arrays in `docs.json`
4. Add Card to both `showcase/index.mdx` and `zh/showcase/index.mdx`
5. Open a PR

Use `/contribute` skill in Claude Code for assistance.
