# Welcome to Siemens Industrial Experience

> Siemens Industrial Experience is an open-source design system for designers and developers to consistently create the perfect digital experience for partners and customers within industrial contexts. It gives you access to a broad range of UI patterns, web-based code implementations, design tools, resources and content guidelines to accelerate collaboration between designers, developers and writers, helping to build efficient and consistent products.

import { GuidingLinks, DevelopmentFrameworks } from '@site/src/components/GuidingPrinciples';
import {Card, CardList} from '@site/src/components/Card';
import GitHubIcon from '@site/static/img/github.svg';
import './card-with-icon.css';

<GuidingLinks></GuidingLinks>

## Figma library

Our Figma library contains all tokens, components and blueprints ready for app design.

- **Access:** We maintain the primary library in the [Siemens AG Global Figma account](https://siemens-ix.code.siemens.io/ix-brand-theme/). Siemens employees with a Figma license can search for "iX Design System".
- **Guest access and classic theme:** Guest access and the classic (open-source) library are available upon request — please [contact us](support/contact-us).
- **Brand and variables:** The library includes Siemens brand assets and Figma variables for easy theming. See [Designing with themes](../styles/theming/usage-designers.md) for details.

## Development frameworks

Choose a framework to add iX components to your project. Each link includes installation steps and integration notes.

<DevelopmentFrameworks></DevelopmentFrameworks>

**IDE editor theme**: We provide a Visual Studio Code theme for Siemens employees and partners to preview the iX look and feel while coding (download available [here](https://code.siemens.com/siemens-ix/ix-for-vs-code/ix-theme-for-vs-code/-/releases) within Siemens).

## Contribute

We welcome contributions from the community, as Siemens Industrial Experience is continuously being improved. Send all your feedback, questions and contributions via GitHub.

<CardList>
  <Card link="https://www.github.com/siemens/ix"><GitHubIcon className="Card_Icon"/>Contribute</Card>
</CardList>

If you are unsure where to start, check the repository issues or open a discussion.
