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.

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 what to learn next when you want more control

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.

Move from the data-flow mental model into a real DB → API → page workflow.