nx_crm_ui.nx
buildroot/runtime/nx_crm_ui.nx
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
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
structs
| none |
consts
| none |
functions
| 10 | func p(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 12 | func main() -> i64 calls 1: p |