# Create Your First Plugin
Build your first Lottie Creator Plugin using HTML + JavaScript or React.

Choose the starter that fits your workflow. Both tutorials build the same plugin end to end.

## Tutorials

- [With HTML and JavaScript](/en/creator-plugins/01_getting-started/create-your-first-plugin/with-html-and-js) - The simplest path. No build tools, no framework — just plugin files you can zip and submit.
- [With React](/en/creator-plugins/01_getting-started/create-your-first-plugin/with-react) - Use the React starter template with Vite for hot reload and TypeScript support.

## Which one should I pick?

- **New to plugin development?** Start with [HTML and JS](/en/creator-plugins/01_getting-started/create-your-first-plugin/with-html-and-js) to learn the core plugin model.
- **Building something complex?** Use the [React template](/en/creator-plugins/01_getting-started/create-your-first-plugin/with-react) for component-based UI and fast iteration.
