naxytra
v3.0.1
Published
Umbrella bootstrap package for the naxytra machine-transaction stack.
Maintainers
Readme
naxytra
naxytra is the umbrella home for the live stack:
xytara/- runtime and machine-commerce infrastructure
xoonya/- proof, review, governance, bridge, and followthrough infrastructure
_umbrella_service/- public-arrival site and umbrella intelligence service
This repo is the clean home for:
- umbrella narrative and website structure
- shared planning and release-facing docs
- umbrella intelligence and public catalog surfaces
- the relationship between
xytaraandxoonya
Public Distribution Model
The intended public-facing shape is:
naxytra.com- public arrival surface
- public docs and category story
- product paths for runtime and proof
naxytraon npm- public bootstrap and umbrella first-contact package
xytaraon npm- public runtime and payment package
xoonyaon npm- public proof and review package
The intended private-facing shape is:
- source repos
- operator runbooks
- treasury landing configuration
- custody details
- internal strategy and expansion material
That means the public journey should be:
- website first
- npm second
- real runtime/proof usage immediately after
not:
- source-code exploration first
Launch assets
For the current public-facing copy pack, see:
- PUBLIC_WEBSITE_NPM_POSITIONING_2026-04-03.md
- PUBLIC_LAUNCH_ASSETS_2026-04-02.md
- PUBLIC_ANNOUNCEMENT_COPY_2026-04-02.md
- PUBLIC_LAUNCH_SEQUENCE_2026-04-02.md
- PUBLIC_POSTS_AND_CHANNEL_COPY_2026-04-02.md
- PUBLIC_RELEASE_ANNOUNCEMENT_SET_2026-04-02.md
- PUBLIC_PROOF_OF_SERIOUSNESS_PACK.md
- PUBLISH_READY_ANNOUNCEMENT_SET_2026-04-02.md
- DAY_ONE_PUBLIC_ROLLOUT_CHECKLIST_2026-04-02.md
- FINAL_PUBLIC_MESSAGING_INDEX_2026-04-02.md
Public shape
naxytra.com- the only public website for the current launch phase
- umbrella arrival surface
- product paths for
xytaraandxoonya
naxytraon npm- umbrella bootstrap package
xytaraon npm- runtime product package
xoonyaon npm- proof product package
Separate public product websites are deferred. The current public face should stay concentrated on naxytra.com, the naxytra bootstrap package, and the two product packages.
What The Stack Covers
At the system level, the stack already aims to cover:
- discovery
- quote
- direct pay
- credit funding and top-ups
- execution
- dispatch
- delivery
- usage metering
- lifecycle inspection
- proof and review
- governance and dispute flows
- reconciliation and treasury visibility
- adapter and integration onboarding
Core Layer Breadth
The current 3.0.0 finish-line stack is broader than payment and settlement alone. Across the public two-repo system it already carries:
- execution-framework lanes such as
langchain,langgraph,semantic_kernel,autogen,crewai, andllamaindex - protocol and transport lanes such as
mcp,a2a,a2c,acp,grpc,mqtt,kafka,nats,ros2, andwebhook_event_bus - machine-payment fronts such as
x402,mpp,l402,bolt, credits, hosted checkout, and direct signed-payment posture - proof and verification methods such as
XNYA, JWT assertion, DID VC, SD-JWT VC, signed-envelope, detached assertion, and partner proof-envelope compatibility - operator and observability lanes such as telemetry, provenance, artifact distribution, shared signals, feature control, reconciliation, and treasury destination visibility
The finish-line goal is not to hide this breadth behind narrower claim language. It is to expose the useful parts cleanly enough that outside agents, builders, and partner systems can discover and use them from naxytra.com, xytara, and xoonya without private tribal knowledge.
Repo layout
xytara/xoonya/_umbrella_service/docs/_implementation_closure/_intelligence/NAXYTRA_WORKSPACE_MAP.md
Start here
If you want the shortest route into the live stack:
naxytranpm install naxytranaxytra start-herenaxytra first-run
xytaranpm install xytaraxytara start-herexytara first-run
xoonyanpm install xoonyaxoonya start-here
- Public command kit
https://www.naxytra.com/v1/first-run-kithttps://www.naxytra.com/v1/first-run-kit/summary
- Public support and ecosystem surfaces
https://www.naxytra.com/v1/support-lanes/summaryhttps://www.naxytra.com/v1/ecosystem-lanes/summary
- Final launch contract surfaces
https://www.naxytra.com/v1/3-0-release-contract/summaryhttps://www.naxytra.com/v1/3-0-gates/summary
If you want the public umbrella site locally:
cd _umbrella_service
npm install
npm startThen open:
http://127.0.0.1:3090Deployment
For the current phase:
- Vercel is sufficient for the public umbrella site
RenderandSupabaseremain useful supporting accounts, but are not required to launch the umbrella site
See DEPLOYMENT.md.
