The Champion-tier quickstart from the OSS Cathedral M3 plan. From a fresh machine with Docker + Node 22 + pnpm installed:Documentation Index
Fetch the complete documentation index at: https://glide-9da73dea.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Boot the data layer
localhost:5435, Redis 7 on localhost:6381, Inngest dev on localhost:8288.Add Privy creds (the one required vendor)
Sign up at privy.io, create a Multi-tenant tenant, copy the App ID + App Secret into
apps/web/.env.local:Alternative: npx create-glide-app
docker-compose.yml, .env.example, README) that orchestrates the data layer + directs you to pnpm glide demo for full bring-up.
What’s mocked in demo mode
GLIDE_USE_MOCK_CONNECTORS=true swaps every connector for its sandbox variant. No real Bridge / Noah / Chainalysis / Alchemy keys required. The fail-closed audit refuses production NODE_ENV unless GLIDE_ALLOW_MOCKS_IN_PROD=true is explicitly set.
For a production-shaped stack with real vendors, see Self-host guide.
Next
- Self-host guide — production env posture + deploy targets.
- Hosted vs self-hosted — the parity commitment.
- Agent platform quickstart — spin up
apps/mcpfor agent banking.