# Brand (https://microcharts.dev/brand)

Logos, wordmarks and color for writing about microcharts. The full set, including PNG exports, is on the [brand page](https://microcharts.dev/brand) and in [microcharts-brand-kit.zip](https://microcharts.dev/brand/microcharts-brand-kit.zip).

## Assets

- [Mark](https://microcharts.dev/brand/mark.svg) — the glyph on its own. Adaptive, light, dark and monochrome cuts sit beside it.
- [Wordmark](https://microcharts.dev/brand/wordmark.svg) — the name set as a drawn path, so it needs no font.
- [Lockup](https://microcharts.dev/brand/lockup.svg) — mark and wordmark together, in the fixed relationship.

## Using them

- Use the mark, the lockup and the name to refer to microcharts: a badge, a slide, a post, an integration listing.
- Keep one cell-width of clear space on every side, and don't render the mark below 16 px.
- Take one of the supplied cuts. Don't recolor, rotate, stretch, or redraw the artwork.
- Don't use it as your own product's mark, or in a way that implies microcharts endorses what you ship.
- The name is lowercase, always: microcharts.
- The package is `@microcharts/react`, and the site is https://microcharts.dev.
- The code is MIT. The artwork is not: the terms above are the summary, and [LICENSE.txt](https://microcharts.dev/brand/LICENSE.txt) is the whole of them.

## Machine-readable surfaces

- [https://microcharts.dev/llms.txt](https://microcharts.dev/llms.txt) — index of this site, written for agents.
- [https://microcharts.dev/llms-full.txt](https://microcharts.dev/llms-full.txt) — every documentation page as one file.
- [https://microcharts.dev/catalog.json](https://microcharts.dev/catalog.json) — all 106 chart types with props and data shapes.
- [https://microcharts.dev/api/charts.json](https://microcharts.dev/api/charts.json) — the same catalog as an index, one chart per fetch.
- [https://microcharts.dev/openapi.json](https://microcharts.dev/openapi.json) — OpenAPI 3.1 description of every endpoint here.
- [https://microcharts.dev/agent-setup.md](https://microcharts.dev/agent-setup.md) — paste-and-run setup prompt for a coding agent.

Any page on this site answers `Accept: text/markdown` with its Markdown twin, and every twin is also fetchable by adding `.md` to the URL.
