# Developer Guides

- [Developer Guides - Overview](/server/developer-guides/developer-guides-overview.md): Here you will find guides on how to develop against BlueBubbles
- [Build Yourself / Contribution Guide](/server/developer-guides/build-yourself-contribution-guide.md): How to build the server on your own system, or how to contribute to the project
- [REST API & Webhooks](/server/developer-guides/rest-api-and-webhooks.md): Documentation for BlueBubbles REST API & Webhooks
- [Simple Web Server for Webhooks](/server/developer-guides/simple-web-server-for-webhooks.md): This page will show you how you can create a simple HTTP web server to receive webhooks from the BlueBubbles Server.
- [Python Web Server Example](/server/developer-guides/simple-web-server-for-webhooks/python-web-server.md): Here is a sample of a web server written in Python to receive new message events.
