# Project Template

## Overview

The project template is designed to reduce the difficulty of setting up a project for developers by organizing common capabilities and providing corresponding project source code.

- [WiFi Lighting Source Template](https://developer.tuya.com/en/miniapp-codelabs/codelabs/panel-lamp/index.html#0)
- [WiFi Lighting Strip Template](https://developer.tuya.com/en/miniapp-codelabs/codelabs/panel-lamp-strip/index.html#0)
- [WiFi Lighting String Template](https://developer.tuya.com/en/miniapp-codelabs/codelabs/panel-lamp-string/index.html#0)

> ✅ **Recommended to use the template as a starting point for development** to avoid reinventing the wheel and improve development efficiency.

## Covered Features

The project template includes multiple pages and functional modules, covering most common lighting panel development needs.

### Home Page

- [Switch](/en/miniapp/solution-ai/ability/lamp-solution/lamp/module-set/common-switch)
- Light String [Custom Painting](/en/miniapp/solution-ai/ability/lamp-solution/lamp/module-set/special-light-dimmer)
- Music Mode
  - [App Music](/en/miniapp/solution-ai/ability/lamp-solution/lamp/module-set/common-music) - Color changes following the phone's microphone input
  - [Device Music](/en/miniapp/solution-ai/ability/lamp-solution/lamp/module-set/common-music) - Device microphone captures sound, light string colors change accordingly
- Scenes
  - Supports 49 default scenes, also supports custom scenes. See [Scenes](/en/miniapp/solution-ai/ability/lamp-solution/lamp/module-set/common-scene) documentation

### More

- [Timer](/en/miniapp/solution-ai/ability/lamp-solution/lamp/module-set/common-timing)
- [Countdown](/en/miniapp/solution-ai/ability/lamp-solution/lamp/module-set/common-countdown)
- ...More capabilities, see [Module Set](/en/miniapp/solution-ai/ability/lamp-solution/lamp/module-set/common-switch) documentation
