Repositories in scope
API
introd-api powers auth, graph services, integrations, extension APIs, and intro workflows.Dashboard
introd-dashboard is the main product UI for search, setup, and introductions.Chrome extension
introd-extension handles LinkedIn sync and in-page relationship context.Docs
introd-docs is the Mintlify portal that publishes to docs.getintrod.ai.Boot order
Start the stack in this order so the product surfaces can find each other cleanly:- API service
- dashboard
- extension build
- docs preview
- optional graph-intel service for TrustRank and pathfinding work
API service
Install dependencies and run the backend fromintrod-api:
DISABLE_VITE=true for API-only runs so the backend does not attempt to serve the retired bundled frontend.
Run each surface
- API
- Dashboard
- Extension
- Docs
http://localhost:5000 and exposes the main health probes used by the dashboard and docs examples.
