Operations Console
All tools + AI assistant in one placeThe 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.
Integrated
Gateway & Privacy
Gateway Config Builder
NEWGenerate docker-compose.yml, .env, and Caddyfile for your Sanctuary Gateway deployment.
- • Toggle platforms (Signal, Telegram, WhatsApp, Discord)
- • Security & privacy settings
- • Resource estimates & pricing
WebChat Widget
NEWEmbeddable chat widget for your website. Customize colors, theme, position — get a copy-paste embed code.
- • Zero dependencies, ~4KB
- • Live preview + customizer
- • Self-host or use CDN
Privacy Scorecard
NEWRate your community's privacy posture in under 2 minutes. Get a score, gaps, and fix-it recommendations.
- • 12 questions across 5 categories
- • Animated score ring + grade
- • Actionable recommendations
n8n Workflow Tools
Workflow Analyzer
v11The 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
NEWInteractive 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
NEWReal-time workflow health dashboard. Monitor executions across multiple n8n instances.
- • Stale workflow detection
- • Auto-refresh with alerts
- • Browser notifications
Expression Playground
NEWTest n8n expressions against sample data. Catch pitfalls before deploying.
- • 10 pitfall detectors
- • Real-time evaluation
- • Expression cheat sheet
Dependency Graph
NEWVisual 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 SoonWhy 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