## Lighting String Light
This article mainly introduces how to quickly build your own lighting string light panel mini-app based on the Tuya Mini Program framework.

> The difference between this module and [General Lighting](/en/miniapp/solution-ai/ability/lamp-solution/lamp) is that the functions here are more specific and vertical, focusing only on the functional implementation of the light string category.

### Category Introduction

Lighting string lights, also known as LED string lights or decorative string lights, are a lighting category widely used in decoration, landscape lighting, and smart home fields. Lighting string lights are usually composed of multiple LED beads connected in series or parallel to form a continuous string. Lighting string lights have the characteristics of small size, light weight, convenient installation, and strong plasticity, and are widely used in lighting and decoration in places such as homes and shopping malls.

### Function Introduction

Lighting string lights support multiple types of control functions, including:

- String painting/cutting: Allows users to customize coloring and cutting of string lights, enriching the playability of string lights.
- Brightness adjustment: Allows users to adjust the brightness of string lights.
- Color adjustment: Allows users to adjust the color of string lights.
- Scene adjustment: Allows users to adjust the scene of string lights.
- Timer/countdown: Allows users to set timers/countdowns for string lights.
- Music mode: Makes string lights change according to the rhythm and melody of music.
- ...More functions coming soon

You can quickly experience the functions of the lighting string light panel mini-app through the [Quick Start](/en/miniapp/solution-ai/ability/lamp-solution/lampStringLight/quick-start/base) document below.

### Function Definition
The functions of lighting string light products are mainly classified as follows:

Standard features: The platform provides built-in general features, supporting basic attribute configuration and adjustment. For example, brightness adjustment (numeric type), you can expand the numeric range on the basis of supported standard features, implement custom functions, and display and expand them through customized panels.

Custom features: You can define additional feature points (DP points) based on your business needs and control them through the panel to meet more flexible product function design.

Advanced features: The solution has built-in fixed value-added features. You need to check the relevant required features to use them normally.

Product functions are bound to product solutions. Based on product solutions, you can complete product creation, function binding, and panel binding through [IOT](https://platform.tuya.com/pmg/list).

### Panel Creation
- Open IDE, select **Lighting Strip** (similar to string lights) panel template, create a project, and you can create a lighting panel mini-app with relatively complete functions.
- After that, you only need to adjust and modify (if the UI difference is large, create a new project).

