← All work
Internal Project Live

Thea Tech Internal Automation

n8n workflows, AI agents, and infrastructure automation. The backbone behind the business.

The internal systems that keep Thea Tech running efficiently. n8n queue-mode deployment on a Contabo VPS handling workflow automation — from client onboarding notifications to automated Notion updates, Telegram alerts, and AI-powered document processing. Claude and GPT agents handle repetitive tasks so I can focus on architecture.

Key decisions

  • n8n queue mode on Docker: Production n8n deployment with separate main and worker containers. PostgreSQL for persistence, Redis for queue management. Auto-restarts via systemd.
  • AI-powered document processing: Claude processes incoming briefs, extracts requirements, and creates structured Notion pages. Saves 2+ hours per client onboarding.
  • Telegram bot for ops: Real-time alerts for deployments, errors, and client messages. Quick-reply actions for common operations.

Stack

n8n · Docker · Cloudflare Tunnels · Anthropic Claude · Telegram Bot API · Notion API · PostgreSQL · Redis