Documentation
ARX Site
arxsec-site / README.md
This repository is the extracted public-site codebase for arxsec.io.
It contains the marketing site, public docs content, blog pages, governance and compliance pages, connector catalog pages, and shared static assets that support the public web presence.
The application code for app.arxsec.io now lives separately in /Users/mr.frierson/arxsec-app.
Scope
Included here:
- Root marketing pages such as
index.html,solutions.html,platform.html, and trust/legal pages - Public docs content under
docs/anddocs-pages/ - Blog, compliance, connectors, governance, partner, and library content
- Shared site assets under
arxsec/,blog/, and related static folders - Public docs/source ownership map in
docs/IMPLEMENTATION_INVENTORY.md - Public content boundary map in
docs/PUBLIC_CONTENT_SURFACE.md - Repository boundary rules in
docs/REPO_BOUNDARIES.md - Public product documentation may still describe app capabilities, auth flows, and integrations when those are part of
docs.arxsec.io
Not included here:
- FastAPI backend code
- The Next.js dashboard app
- App deployment and demo-ops scripts
- Supabase migration/function deployment ownership
- Generated frontend build artifacts
- Adjacent service repos such as Atlas and the MCP server
Local notes
- This repo was split out of
/Users/mr.frierson/Project-Agenton May 15, 2026. - The source repo was left intact so the split can be validated before publishing.
- On May 16, 2026, the public-site-only cleanup removed app operational scripts from this repo and moved them into
/Users/mr.frierson/arxsec-app.