# Parser Rules templates

## Ready-to-use configuration templates for your next project

This section will help you get started with ready-to-use configuration template. Each configuration file will be filled by one or several configuration rules.

{% hint style="info" %}
Make sure to read the [Parsers Engine](https://docs.specifyapp.com/concepts/parsers-engine) concept to better understand how configuration file works with Specify.
{% endhint %}

<table><thead><tr><th width="232">Template</th><th>Description </th></tr></thead><tbody><tr><td><a href="parser-rules-templates/css-custom-properties">CSS Custom Properties</a></td><td>This template is dedicated for Web developers using CSS. It helps you generate all types of design tokens as CSS Custom Properties in their respective CSS file.</td></tr><tr><td><a href="parser-rules-templates/tailwind">Tailwind</a></td><td>This template is dedicated for Web developers using Tailwind theme.</td></tr><tr><td><a href="parser-rules-templates/flutter">Flutter</a></td><td>This template helps you generate your design tokens in a dart file and icons as SVG files.</td></tr><tr><td><a href="parser-rules-templates/sdtf">SDTF</a></td><td>This template helps you pull your design tokens in the SDTF format in a JSON file.</td></tr><tr><td><a href="parser-rules-templates/json">JSON</a></td><td>This template helps you pull your design tokens in JSON.</td></tr></tbody></table>
