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.

Pick a walkthrough. Each tour connects a real page (frontend) to the Server Connect Actions (backend) that power it.

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.
Open tour
Login: Create a Working User Login Page
See the real Demo Projects HQ login flow, from the page form to the shared Security Provider.
Open tour
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.
Open tour
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.
Open tour
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.
Open tour
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.
Open tour
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.
Open tour
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.
Open tour
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.
Open tour