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

# DEVELOPER GUIDE

- [BetterBugs Web SDK](https://docs.betterbugs.io/developer-guide/betterbugs-web-sdk.md): Integrate a custom bug reporting/feedback widget into your web apps using the BetterBugs Web SDK.
- [Quick overview](https://docs.betterbugs.io/developer-guide/betterbugs-web-sdk/quick-overview.md): Simplify bug reporting within your web apps with the BetterBugs Web SDK.
- [Installation](https://docs.betterbugs.io/developer-guide/betterbugs-web-sdk/installation.md): Check out the steps to install the BetterBugs Web SDK widget for your web apps.
- [Start widget with CDN Script](https://docs.betterbugs.io/developer-guide/betterbugs-web-sdk/installation/start-widget-with-cdn-script.md): Quick installation guide to start the BetterBugs Web SDK widget with a CDN script.
- [Start widget with npm or yarn](https://docs.betterbugs.io/developer-guide/betterbugs-web-sdk/installation/start-widget-with-npm-or-yarn.md): Quick installation guide to start the BetterBugs Web SDK widget with npm or yarn.
- [React app example](https://docs.betterbugs.io/developer-guide/betterbugs-web-sdk/installation/react-app-example.md): Quick installation guide to setup the BetterBugs Web SDK widget for your React applications.
- [Vue app example](https://docs.betterbugs.io/developer-guide/betterbugs-web-sdk/installation/vue-app-example.md): Quick installation guide to setup the BetterBugs Web SDK widget for your Vue applications.
- [Svelte app example](https://docs.betterbugs.io/developer-guide/betterbugs-web-sdk/installation/svelte-app-example.md): Quick installation guide to setup the BetterBugs Web SDK widget for your Svelte applications.
- [Electron app example](https://docs.betterbugs.io/developer-guide/betterbugs-web-sdk/installation/electron-app-example.md): Quick installation guide to setup the BetterBugs Web SDK widget for your Electron applications.
- [Troubleshooting issues](https://docs.betterbugs.io/developer-guide/betterbugs-web-sdk/installation/troubleshooting-issues.md): In case you’re stuck or face any issues with the SDK installation, please refer here.
- [Using Web SDK](https://docs.betterbugs.io/developer-guide/using-web-sdk.md): Check out the steps for using the Web SDK widget in your apps.
- [Development mode](https://docs.betterbugs.io/developer-guide/using-web-sdk/development-mode.md): Check the complete flow for using the SDK widget in “development” mode.
- [Production mode](https://docs.betterbugs.io/developer-guide/using-web-sdk/production-mode.md): Check the complete flow for using the SDK widget in “production” mode..
- [Configuration options](https://docs.betterbugs.io/developer-guide/configuration-options.md): Configure the Web SDK with customization options for UI and also tweak settings to control its behavior programmatically.
- [Methods and Event hooks](https://docs.betterbugs.io/developer-guide/methods-and-event-hooks.md): Use the Web SDK with several useful methods and listen to lifecycle event hooks for deeper integrations
