> For the complete documentation index, see [llms.txt](https://www.electronforge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.electronforge.io/guides.md).

# Guides

- [Code Signing](https://www.electronforge.io/guides/code-signing.md): Configure Code Signing with Electron Forge
- [Signing a Windows app](https://www.electronforge.io/guides/code-signing/code-signing-windows.md): Code signing is a security technology that you use to certify that an app was created by you.
- [Signing a macOS app](https://www.electronforge.io/guides/code-signing/code-signing-macos.md): Code signing is a security technology that you use to certify that an app was created by you.
- [Custom App Icons](https://www.electronforge.io/guides/create-and-add-icons.md): The purpose of this guide is to walk through the process of generating and setting an app icon, as well as setting installer and setup icons.
- [Framework Integration](https://www.electronforge.io/guides/framework-integration.md): Use various frontend frameworks with Electron Forge
- [Parcel](https://www.electronforge.io/guides/framework-integration/parcel.md): How to create an Electron app with the Parcel bundler and Electron Forge
- [React](https://www.electronforge.io/guides/framework-integration/react.md): How to create an Electron app with React and Electron Forge
- [React with TypeScript](https://www.electronforge.io/guides/framework-integration/react-with-typescript.md): How to create an Electron app with React, TypeScript, and Electron Forge
- [Vue 3](https://www.electronforge.io/guides/framework-integration/vue-3.md): How to create an Electron app with Vue and Electron Forge
- [Developing with WSL](https://www.electronforge.io/guides/developing-with-wsl.md): Developing with Windows Subsystem for Linux, on Windows
