Skip to main content
Version: 0.9.21

Tutorials & Examples

The Serverpod tutorials teach you how to use Serverpod to build a backend for your Flutter app. We are actively working on developing more samples and tutorials. Let us know what you want to learn about or if you wish to contribute.

Tutorial videos

CodeX and Johannes Milke have created some great tutorials which are available on Youtube.

CodeX: Introduction to Serverpod and installation.

CodeX: Database CRUD operations.

CodeX: Calling Serverpod methods from Flutter.

CodeX: Caching and logging.

Johannes Milke: Covers installation, CRUD operations, and real-time communication.

Example code

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

  • Pixorama: A multi-user drawing experience. Showcases Serverpod's real-time capabilities and is less than one page of code.
  • Auth and Chat modules: Shows how to use the auth and chat modules to authenticate with Apple, Google, email, and Firebase and how to do a real-time chat.