CorvexCorvex Documentation

Getting started

The app surface, route map, and setup checks for the official Corvex docs.

Corvex is a business dashboard, not a generic SaaS template. The docs should describe the real surfaces in the repo:

  • components/settings-dialog.tsx is the route map for the main settings experience.
  • The client portal lives under the /vendor/settings/client-portal flow.
  • Billing and provider settings live under /vendor/settings/payment-providers and /vendor/settings/subscriptions.
  • MCP lives under /settings/mcp-integration.
  • Company branding and accessibility live under /vendor/settings/company and /vendor/settings/accessibility.

What to verify first

  1. The app URL resolves to https://app.usecorvex.com.
  2. The docs URL resolves to https://help.usecorvex.com.
  3. The account you are using can open the settings dialog.
  4. The provider, portal, and MCP sections load without permission errors.
  5. The environment variables used by the app match the deployment.

Publishing rule

If a page explains a workflow, it should include:

  • the exact app route,
  • the required credentials or env vars,
  • one copy-paste example,
  • and the failure modes the reader is most likely to hit.

That keeps the docs tied to the product instead of drifting into generic SaaS guidance.

On this page