Training

Consultant Training Hub

Vault cryptographics, RLS policies, Six Sigma standards, Docker manifests, and certification — everything a consultant needs to deploy.

Onboarding Guides

Modular reference for consultants shipping client tenants.

Docker Compose Manifest

Generate an isolated stack: n8n + Dify.ai + Supabase.

version: "3.9"
services:
  n8n:
    image: n8nio/n8n:latest
    restart: unless-stopped
    environment:
      - N8N_HOST=acme.aiworxmiths.app
      - N8N_PORT=5678
      - N8N_PROTOCOL=https
      - N8N_ENCRYPTION_KEY=${KMS_KEY_PROD_01}
    ports: ["5678:5678"]
    volumes: ["n8n_data:/home/node/.n8n"]

  dify:
    image: langgenius/dify-api:latest
    restart: unless-stopped
    environment:
      - SECRET_KEY=${DIFY_SECRET}
      - VECTOR_STORE=qdrant
    depends_on: [supabase]

  supabase:
    image: supabase/postgres:15
    restart: unless-stopped
    environment:
      - POSTGRES_PASSWORD=${SUPABASE_DB_PASSWORD}
      - POSTGRES_DB=acme_ops
    volumes: ["supabase_data:/var/lib/postgresql/data"]

volumes:
  n8n_data:
  supabase_data:

Certification Quiz

Score: 0/5 · Answered: 0/5

1. What signature algorithm protects the AiWorXmiths activation token?
2. When should you skip a Human-in-the-Loop checkpoint?
3. Which Supabase mechanism enforces per-tenant data isolation?
4. What is the Six Sigma defect target?
5. Which add-on unlocks the Workforce Upskilling Matrix?

Franchise TCO Simulator

Project consultant margin across a portfolio of tenants.

Portfolio MRR
$3,735
Net to consultant
$1,681
Annualized
$20,169