# Code examples

https://docs.serverpod.dev/2.5.0/tutorials/code-example

Looking at examples can be a great way to learn. Here we collect samples created by the Serverpod team and the community.

- **[Notes app](https://github.com/serverpod/notes)**: A simple note-taking app showcasing how to create and interact with endpoints and the database.
- **[Pixorama](https://pixorama.live)**: A multi-user drawing experience. Showcases Serverpod's real-time capabilities and is less than one page of code.
- **[Auth module](https://github.com/serverpod/serverpod/tree/main/examples/auth_example)**: Shows how to use the auth module and authenticate with different providers.
- **[Chat module](https://github.com/serverpod/serverpod/tree/main/examples/chat)**: Shows how to use the chat module to do a real-time chat.
