code wiki / (root) / nx_crm_ui.nx

nx_crm_ui.nx

buildroot/runtime/nx_crm_ui.nx

8695 B83 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic crm
docsdependenciesstructsconstsfunctions

about

nx_crm_ui.nx -- THE INTEGRATED RELATIONSHIP OS UI (rung: the client-facing surface). Operator 2026-07-08: "state of the art crm clients like andelinwest.com can use ... amazing from a ui perspective ... relationships across everything." Emits ONE screen that shows a person across ALL their worlds -- relationships (family/church/ work), the deal pipeline, church giving -- with the sovereign SEND panel (email/postcard/letter/card/gift via nx_send + nx_mailpiece) wired in. Renders the SAME representative data the nx_relate/nx_crm/nx_org gates use. HONEST: this is the product SURFACE (a rendered view); interactive forms + persistence (seg_store) are the next rung. Sovereign HTML emit (no JS framework); no #/! in literals (rgb() + single-quote attrs). Argless = emit the page. Publishes to nishifamily.com/relate. license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_crm_ui.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main p sys_write

structs

none

consts

none

functions

10func p(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
called by 1: main calls 1: sys_write
12func main() -> i64
calls 1: p