Skip to content

Tutorials

Tutorials are learning-oriented: they walk you through a complete, concrete experience of using Aurora so you build a mental model of how the pieces fit together.

If you need to solve a specific problem and you already know the basics, look at the how-to guides instead.

Tutorials will be listed here as they are written. Install the CLI and scaffold a project first, then start with the Aurora Hub guide below.

  • Install Aurora Catalyst CLI — install the catalyst command globally before anything else.
  • Install Aurora Catalyst — scaffold an Aurora project and point it at a database.
  • Aurora Hub — turn the project into a hub with IAM + OAuth, then connect a satellite app that delegates its login.
  • Wire GraphQL data into the UI — pre-load data in a resolver with fetchers and render it in a component with composables, using iam/tag as the running example.