Enterprise Deployment System
From Idea to Production AI Infrastructure
11 production services, an agentic framework, a PostgreSQL-backed knowledge graph, and a multi-agent Memory Archive with 30+ MCP tools — designed, built, and operated solo from a Product Management background.
View Live Infrastructure →Production Services
11 services running 24/7 — Career Bot, Memory Archive, Knowledge Graph, agentic framework, and more
/memory-archive/mcp (bearer auth) for any Claude session to pull live context.Deployment Pipeline
From local edit to live production — code path through the pipeline
System Status & Operations
Enterprise-grade infrastructure with professional monitoring
Technical Excellence & Innovation
Professional DevOps practices from first principles
Enterprise Operations
Built professional-grade deployment pipeline with automated safety mechanisms, health monitoring, and zero-downtime operations across multiple applications.
- One-command deployment automation
- Automated backup and recovery systems
- Real-time health monitoring and alerts
- Professional logging and analytics
VPS Infrastructure Mastery
Designed and deployed complete Virtual Private Server infrastructure from scratch, managing Ubuntu server configuration, service orchestration, SSL/TLS security, and multi-application hosting architecture.
- Full VPS deployment and management
- Multi-application service orchestration
- SSL/TLS security with auto-renewal
- Professional monitoring and alerting
Command Center Operations
Lightning-fast deployment and monitoring operations
Intelligent Monitoring
Real-time system dashboards providing instant visibility into application health, performance metrics, service status, and operational analytics across all production environments.
- Live application health monitoring
- Automated git workflow integration
- Performance analytics tracking
- Proactive system alerting
DevOps Pipeline Architecture
Professional deployment and monitoring infrastructure
Automated Deployment Pipeline
launchctl kickstart -k system/com.coreyscherrer.<svc> with a curl-loop until the health endpoint returns 200 — breaks throttle on stuck launchd jobs without dropping in-flight requests.Monitoring & Analytics
Security & Backup Strategy
Infrastructure Architecture
macOS launchd-managed services, nginx upstreams, PostgreSQL + Redis data tier
Development Environment (multi-agent worktrees)
/Users/admin/Sites stays on main; every active branch lives in its own /Users/admin/Sites-wt/<branch>. Prevents silent branch flips when multiple Claude agents work the repo concurrently.venv/ and dev port (5000s range). Career Bot 5000, Resume Builder 5003, Blog 5006/5007, Memory Archive 5009, Prototype Studio 5015, Discotheque 5016 — all backed by the shared agentic-framework package.load-context.sh) and syncs memories on exit. Sessions register itself for auditability at /memory-archive/sessions.Production Host (macOS + launchd + nginx)
com.coreyscherrer.<service> launchd job. Restart with sudo launchctl kickstart -k system/com.coreyscherrer.<svc>. Cron-style work (orphan audits, weekly learning agent, NAS backup) runs as scheduled launchd jobs.docs/architecture/DATABASE_OWNERSHIP.md so no service writes outside its lane.Production Services (11 launchd jobs)
/memory-archive/mcp with 30+ tools (bearer auth).Memory Archive + Knowledge Graph (the brain)
/memory-archive/mcp exposes capture/search/update memory, instructions, knowledge-graph queries, sessions, and specialized review agents (architecture, database, security, observability, FinOps, UX, reliability) — bearer-auth protected, callable from any Claude session./context-graph.html and /memory-archive/graph; agents query the KG to answer cross-service questions instead of grep-ing the codebase.session_id, agent_key, cwd, and hook_fired bool. Dashboard at /memory-archive/sessions shows fired/missed counts in a 48h window — cheap insurance that the context-loading discipline is working.Agentic Framework + Talent Manager pattern
CI / Review / Deploy gates
main blocks direct push — everything lands via PR + squash merge.shared/ deploys via a marker in requirements.txt that triggers deploy-common.sh automatically.Service Architecture Diagrams
Explore detailed architecture for each microservice
Experience Professional AI Infrastructure
Explore the live production environment showcasing enterprise-grade deployment practices and AI application management.