100% Client-Side • No Uploads • No Tracking
Sanctuary

Free Tools for Community Ops

Configure your gateway, score your privacy posture, embed a chat widget, debug n8n workflows. Everything runs in your browser — no uploads, no tracking.

🏛️

Operations Console

All tools + AI assistant in one place

The unified command center for Sanctuary operations. Every tool below is accessible from the sidebar, with an integrated AI assistant (Claude via OpenRouter) that understands n8n patterns, webhook pitfalls, and your entire architecture.

Launch Console Cmd+K for AI chat • Cmd+B toggle sidebar

Integrated

Workflow Analyzer
📡 Execution Monitor
🧪 Expression Playground
🔗 Dependency Graph
📖 Bible Generator
🧹 Code Cleaner
🤖 AI Assistant
+6 more tools

Gateway & Privacy

n8n Workflow Tools

Workflow Analyzer

v11

The Swiss Army knife for n8n. Health checks, version diffs, webhook collision detection, architecture graphs.

  • • 8 analysis tabs + node modals
  • • LCS-powered version comparison
  • • Direct n8n API integration
📊

Demo Dashboard

NEW

Interactive preview of Sanctuary operations dashboard with sample data.

  • • Real-time fake data
  • • Orders, members, credits
  • • Auto-refreshes every 30s
📖

Bible Generator

Auto-generate documentation from n8n workflows, SQL schemas, and config files.

  • • Multi-file upload support
  • • Structured Markdown output
  • • Environment variable extraction

Cron Builder

Visual cron expression builder with human-readable descriptions.

  • • Point-and-click interface
  • • Preview next run times
  • • Copy to clipboard
🔐

Env Generator

Extract environment variables from workflow JSON files.

  • • Scan workflow expressions
  • • Generate .env templates
  • • Identify missing vars

Task Extractor

Pull TODOs, FIXMEs, and NOTEs from your codebase.

  • • Priority detection
  • • File location tracking
  • • Export to Markdown
📡

Execution Monitor

NEW

Real-time workflow health dashboard. Monitor executions across multiple n8n instances.

  • • Stale workflow detection
  • • Auto-refresh with alerts
  • • Browser notifications
🧪

Expression Playground

NEW

Test n8n expressions against sample data. Catch pitfalls before deploying.

  • • 10 pitfall detectors
  • • Real-time evaluation
  • • Expression cheat sheet
🔗

Dependency Graph

NEW

Visual map of workflow-to-workflow connections. Find broken links and blast radius.

  • • Force-directed graph
  • • Blast radius calculator
  • • Export PNG/CSV/Markdown
🔑

Credential Validator

Check if referenced credentials exist and are valid.

Coming Soon

Why 100% Client-Side?

Your Data Stays Yours

Workflows contain sensitive business logic. We don't want your data - it never leaves your browser.

Works Offline

After the first load, everything is cached. Use these tools on planes, in bunkers, wherever.

No Account Required

No signup, no tracking, no cookies. Just open and use. Forever free.

Common Use Cases

🐛 "Why is my webhook returning 404?"

Use the Compatibility Check to verify your handler workflow is active and the webhook path matches what the router is calling.

🔄 "What changed between these versions?"

Use Compare to see exactly which nodes and parameters changed, with word-level highlighting. Export as Markdown for your changelog.

📦 "My handler receives data at body.body"

The Compatibility Check specifically detects this nesting issue before you deploy. It happens when your HTTP Request body contains a field named "body".

📝 "I need to document 40 workflows"

Use the Bible Generator to auto-generate structured documentation. Upload your exports and copy the Markdown.

Ready to debug smarter?

Start with the Workflow Analyzer - it's the tool we use every day before deploying changes to production.

Open Workflow Analyzer