Antrix Documentation
Welcome to the central documentation site for the Antrix project.
This site is meant to serve two groups:
- team members who need a quick reference for architecture, setup, and release flow
- new joiners who need a guided path to understand and run the project locally
What lives here
- onboarding guides for local development
- high-level architecture and service boundaries
- service summaries for each major Antrix repository
- deployment and release notes
- troubleshooting notes and known gotchas
- documentation ownership rules
Current project shape
The working folder currently contains multiple sibling projects rather than one monorepo:
intt-mobileintt-portalmvp1-authentication-servicemvp1-setting-servicemvp2-data-servicemvp3-caution-report-queue-servicemvp3-changedp-queue-servicemvp3-ctt-queue-servicemvp3-gsb-queue-servicemvp3-gsb-servicemvp3-kci-queue-servicemvp3-ngoss-servicemvp3-nocgrid-servicemvp3-nocpro-servicemvp3-ticket-servicemvp3-tmf-servicemvp6-tass-queue-servicemvp6-vital-queue-servicemvp6-vital-service
Because of that, this documentation site lives in its own folder, intt-docs, so it can describe the full platform instead of only one app.
Read this first
If you are new to the project, use this order:
- Onboarding Overview
- Pick your track:
- System Overview
- Service Map
Scope note
This documentation set is the shared entry point. Very detailed implementation notes may still live inside each service repository, but this site should always answer:
- what the service is for
- how to run it
- how it fits into the bigger Antrix platform
- which repos are background queue workers versus primary APIs
- which client apps exist across web and mobile