Skip to content

Demo walkthroughs: Demo Projects HQ

Beginner-to-advanced walkthroughs using the Demo Projects HQ project, connecting Server Connect Actions to the frontend pages that call them.

Demo Projects HQ Server Walkthroughs

Use this hub when you want real project examples of Server Connect in action. Start with the walkthrough that matches the page, action, or backend handoff you want to inspect.

Pick the Demo Projects HQ flow that matches the page, action, or security handoff you want to inspect.

Start here
Demo walkthrough: Route, page, and action handoff
Use Demo Projects HQ to connect route-aware pages, layouts, and the real Server Connect actions that power them.
View guide
Login: Create a Working User Login Page
See the real Demo Projects HQ login flow, from the page form to the shared Security Provider.
View guide
Current User: Page Data Binding
Use Demo Projects HQ to load /api/auth/current_user with a page-level dmx-serverconnect component and bind it safely in App Connect.
View guide
Demo walkthrough: Clients list (API → Page)
Trace the Clients list page end-to-end: a Server Connect SELECT action feeds a dmx-serverconnect component and a repeater.
View guide
Demo walkthrough: Client forms (Create/Edit/Delete)
Learn how Server Connect Actions power forms: POST validation, dbupdater INSERT/UPDATE/DELETE, and client-side error/success states.
View guide
Demo walkthrough: Contact edit (update + delete)
Use the real contact edit page and its update/delete actions to connect restored form state, validated inputs, and the backend updater steps.
View guide
Demo walkthrough: Task edit (update + delete)
Use the real task edit page and its update/delete actions to connect edit-form state, dbupdater steps, and result handling.
View guide
Demo walkthrough: Files upload (repeat + refresh)
Use the real files page and upload action to connect multipart upload, repeat-driven inserts, and the frontend refresh loop.
View guide
Demo walkthrough: Files library (query + links)
Use the real files page and list action to connect the files library query, its project/client joins, and the links the page exposes downstream.
View guide
Demo walkthrough: User update (routing + session + security)
Use the real users/update.json action in Demo Projects HQ to connect route params, session context, permissions, and a secure database update.
View guide