# UI Kit

### Support iOS with your Android app codebase

Learn things you can share with iOS that you usually do in the Android platform

Use this UI Kit to craft stunning and user-friendly app interfaces. Our UI Kit follows the Atomic Design principles and is built on top of Material 3 to offer you the flexibility to use it as building blocks to create customized solutions. Powered by Jetbrain Compose, this UI Kit supports Android and desktop (macOS, Windows, Linux) platforms, providing a seamless experience across devices.

### Theming <a href="#theming" id="theming"></a>

#### Pre-built Theming <a href="#pre-built-theming" id="pre-built-theming"></a>

AppKickstarter comes with pre-built themes featuring ready-to-use color schemes, fonts, and in-app theming management. Our UI Kit provides effortless customization options, allowing users to switch between themes (colors, fonts) and adjust brightness settings (dark, light, or system colors) with ease.

![AppKickstarter theming](https://appkickstarter.com/images/theming.gif)

Customization

While AppKickstarter offers a range of pre-built themes, you can easily customize the palette colors to suit your unique preferences. Our UI Kit provides an effortless customization experience, allowing users to seamlessly modify the palette colors to their liking.

```
CustomColors(
    background = color1,
    textOnBackground = color2, 
    buttonBackground = color3,
    textOnButton = color4,
    ...
)
```

### Storybook organized by atoms, molecules, organisms and templates <a href="#storybook-organized-by-atoms-molecules-organisms-and-templates" id="storybook-organized-by-atoms-molecules-organisms-and-templates"></a>

AppKickstarter includes a storybook that simplifies the process of selecting the desired components. You can easily choose the components you need, thanks to the storybook that showcases all the available options.

<div align="center"><img src="https://appkickstarter.com/images/uikit-ios.gif" alt="Atoms &#x26; Molecules in AppKickstarter UIKit"></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.appkickstarter.com/features/ui-kit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
