> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nativecli.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Starter Kits

> Get started quickly with pre-configured NativePHP starter kits

NativeCLI provides starter kits for NativePHP. These kits are designed to help you get started with your project quickly. Each kit is designed to provide a base for your project, with the necessary files and configurations to get you started.

## How to use a Starter Kit

To use a starter kit, you simply invoke the new command with the `--using` flag and specify the kit you want to use.

For example, to create a new project using the NativeCLI `flux` starter kit, you would run:

```bash theme={null}
nativecli new myproject --using=nativecli/starter-desktop-flux
```

## Available Starter Kits

### Flux for NativePHP Desktop

A starter kit featuring Flux UI components for NativePHP Desktop applications.

[View on GitHub](https://github.com/NativeCLI/starter-desktop-flux)

## Contributing

We welcome contributions and additions to this list. If you have created a starter kit for NativePHP, please consider submitting it to be included in our documentation.
