---
title: "Ecosystem"
description: "Renderers, plugins, integrations and tooling built around Comark by the community and the core team."
canonical_url: "https://comark.dev/ecosystem"
---
# Ecosystem

> Renderers, plugins, integrations and tooling built around Comark by the community and the core team.

::ecosystem-list
```yaml [props]
packages:
  - name: comark-solid
    description: SolidJS renderer for Comark
    author: shiguri-01
    repo: shiguri-01/comark-solid
    category: Renderers
    icon: i-logos-solidjs-icon
    color: '#2c4f7c'
  - name: preact-comark
    description: Preact renderer for Comark
    author: aleclarson
    repo: aleclarson/preact-comark
    category: Renderers
    icon: i-logos-preact
    color: '#673ab8'
  - name: '@comark/markdown-it'
    description: Comark syntax as a markdown-it plugin
    author: comarkdown
    repo: comarkdown/markdown-it-comark
    category: Plugins
    icon: i-simple-icons-markdown
    official: true
  - name: comark-strip
    description: Strips Markdown and Comark syntax to plain text
    author: aa900031
    repo: aa900031/comark-strip
    category: Plugins
    icon: i-lucide-eraser
  - name: comark-toml
    description: TOML frontmatter and block props
    author: caelyreth
    repo: caelyreth/comark-toml
    category: Plugins
    icon: i-vscode-icons-file-type-toml
    color: '#9c4221'
  - name: comark-knap
    description: Renders Knap templates before parsing
    author: atinux
    repo: atinux/comark-knap
    category: Plugins
    icon: i-lucide-zap
    color: '#f59e0b'
  - name: '@leandown/comark'
    description: Lean 4 highlighting via the language server
    author: mzhang28
    repo: mzhang28/leandown
    category: Plugins
    icon: i-lucide-sigma
    color: '#0ea5e9'
  - name: comark-etiket
    description: Barcode and QR directives as inline SVG or PNG
    author: miguelrk
    repo: miguelrk/comark-etiket
    category: Plugins
    icon: i-lucide-qr-code
    color: '#f0db4f'
  - name: '@red-glare/astro'
    description: Astro integration for USWDS documentation sites
    author: IHIutch
    repo: IHIutch/red-glare
    category: Integrations
    icon: i-simple-icons-astro
    color: '#bc52ee'
  - name: '@sit-onyx/comark'
    description: Comark wrapped in the Onyx design system
    author: SchwarzIT
    repo: SchwarzIT/onyx
    category: Tooling
    subcategory: UI
    icon: i-lucide-component
  - name: vue-stream-markdown
    description: Vue components for streaming LLM output
    author: jinghaihan
    repo: jinghaihan/vue-stream-markdown
    category: Tooling
    subcategory: UI
    icon: i-logos-vue
    color: '#42b883'
  - name: comark-tiptap
    description: Lossless TipTap, Comark AST and Markdown round-trip
    author: sandros94
    repo: sandros94/comark-tiptap
    category: Tooling
    subcategory: UI
    icon: i-lucide-pen-tool
    color: '#6a00f5'
  - name: vscode-comark
    description: Syntax highlighting and colon matching in VS Code
    author: comarkdown
    repo: comarkdown/vscode-comark
    category: Tooling
    subcategory: Extensions
    icon: i-vscode-icons-file-type-vscode
    color: '#007acc'
    official: true
  - name: comark-webext
    description: Renders Comark syntax on GitHub and GitLab
    author: comarkdown
    repo: comarkdown/comark-webext
    category: Tooling
    subcategory: Extensions
    icon: i-simple-icons-googlechrome
    color: '#4285f4'
    official: true
  - name: comark-docs
    description: The Nuxt docs layer powering comark.dev
    author: comarkdown
    repo: comarkdown/comark-docs
    category: Tooling
    subcategory: Templates
    icon: i-lucide-book-open
    color: '#eab308'
    official: true
  - name: comark-plugin-template
    description: Starter repo for building a Comark plugin
    author: comarkdown
    repo: comarkdown/comark-plugin-template
    category: Tooling
    subcategory: Templates
    icon: i-lucide-blocks
    official: true
  - name: comark-cat
    description: Renders Markdown in the terminal, like bat
    author: Norbiros
    repo: Norbiros/comark-cat
    category: Tooling
    subcategory: CLI
    icon: i-lucide-cat
    color: '#f97316'
  - name: docster
    description: Agent skill for writing Comark documentation
    author: atinux
    repo: atinux/docster
    category: Tooling
    subcategory: Agents
    icon: i-lucide-graduation-cap
    color: '#eab308'
  - name: comark-seo
    description: Find SEO issues for Comark
    author: d3ller
    repo: d3ller/comark-seo
    category: Plugins
    icon: i-lucide-search-check
    color: '#3f49ed'
```
::

::ecosystem-showcase
```yaml [props]
sites:
  - name: comark.dev
    description: This documentation site, built with the comark-docs Nuxt layer.
    author: comarkdown
    url: https://comark.dev
    screenshot: /ecosystem-images/comark-dev.webp
  - name: unifont.dev
    description: 'Font metadata from every CDN in one lookup: catalogue, specimens, and a public HTTP API, all rendered with Comark.'
    author: danielroe
    url: https://unifont.dev
    screenshot: /ecosystem-images/unifont-dev.webp
  - name: Graphs demo
    description: 'Markdown as a templating engine: a component block resolves to a live chart at render time.'
    author: atinux
    url: https://comark-graphs-demo.vercel.app
    screenshot: /ecosystem-images/graphs-demo.webp
  - name: Kitchen sink
    description: Next.js reference implementation covering every Comark component, prop, and slot pattern.
    author: remiconnesson
    url: https://v0-kitchen-sink-demo.vercel.app
    screenshot: /ecosystem-images/kitchen-sink.webp
  - name: roe.dev
    description: 'Daniel Roe''s personal site: notes stored as markdown records in his own AT Protocol repo, parsed with Comark via airspace''s markdown plugin.'
    author: danielroe
    url: https://roe.dev
    screenshot: /ecosystem-images/roe-dev.webp
```
#title
Built with Comark

#description
Sites and demos running Comark in production
::

::ecosystem-cta
#title
Add your project

#description
Building on Comark? Open a pull request adding a card, or open an issue first if you aren't sure it fits.

#ctas
  :::u-button
  ```yaml [props]
  to: https://github.com/comarkdown/comark/edit/main/docs/content/9.ecosystem.md
  icon: i-lucide-plus
  target: _blank
  color: neutral
  ```
  Add your project
  :::

  :::u-button
  ```yaml [props]
  to: https://github.com/comarkdown/comark/issues/new
  target: _blank
  color: neutral
  variant: outline
  ```
  Open an issue
  :::
::


## Sitemap

See the full [sitemap](https://comark.dev/sitemap.md) for all pages.
