Skip to content

Vercel Setup for Docs

Project

Create/use a Vercel project for the docs app.

Root Directory

  • apps/docs

Build Configuration

  • Install command: pnpm install
  • Build command: pnpm -C apps/docs docs:build
  • Output directory: apps/docs/.vitepress/dist

Domain

  • docs.tendsocial.com

Environment Variables

No required runtime secrets for static docs hosting.

Notes

  • Internal/AI content access policy is currently documentation/process-driven, not hard-gated middleware.
  • If hard gating is added later, track the implementation in planning docs and issue references.

TendSocial Documentation