Skip to content

Connect your first dynamic data

A beginner-friendly path from the first data-flow mental model into Database Manager, Server Connect, and App Connect so you can render real data on a page.

Back to Onboarding: Guided start
Connect your first dynamic data

A beginner-friendly path from the first data-flow mental model into Database Manager, Server Connect, and App Connect so you can render real data on a page.

This is the beginner path from a static page to a page that shows real data.

The learning goal is simple:

  • understand the DB -> API -> page pipeline
  • know where database connections live
  • see how a first Server Connect action is created
  • understand how a page loads JSON and renders it
  • know when to pause and make the first server action explicit before moving on

You do not need to master databases, APIs, or bindings here. You only need one clear end-to-end path that makes the moving parts feel predictable.

Complete the data sequence first. Optional depth is separated so you can keep the main path moving.

Complete in order
Optional depth
Go to