Back Office · office.temerarii.xyz
n8n → typed Python — the automation receipts (study·build·operate·transform·teach)

Workflows are JSON — structured data. n8n is the on-ramp; typed Python is the destination. This is the receipts trail behind the automation thesis.

The thesis: Workflows are JSON — structured data. n8n is the on-ramp; typed Python is the destination.

The maturity arc

1 · Studycloned + organized a 2,053-workflow corpus (Zie619 + ai-agents)
2 · Buildour own production flows (below), 20+ APIs wired
3 · Operateself-hosted n8n — Docker · Postgres · Caddy · DigitalOcean + backups
4 · Transformn8n JSON → typed Pydantic Python, MCP-ready
5 · Teachthe workshop → Temerarii Academy

Receipts: 13 production flows · 2,053-workflow corpus studied · 20+ APIs orchestrated · self-hosted (Docker/Postgres/Caddy/DO) · converted to typed Python · taught in a workshop.

Production flows (9) — flows/inspiration/*.json

FlowNodesIntegrations
AI Clone Automation59Airtable, Blotato, Code, Elevenlabs, HTTP, IF, OpenAI, Openai
AI Social Video Generator39Blotato, Code, Google Sheets, HTTP, Kling, OpenAI, Openai, Set
Blotato 1 Post Everywhere21Blotato, Google Sheets, Schedule, Set, blotato, stickyNote
HeyGen Clone20HTTP, IF, agent, lmChatOpenRouter, manualTrigger, stickyNote, wait
(Temerarii) AI Avatar for Trending News27Blotato, HTTP, Heygen, OpenAI, Openai, Schedule, Set, agent
UGC with nanobanana74Code, HTTP, Merge, Openai, Set, Switch, aggregate, chainLlm
Automate video creation with Veo3 and auto-post to Instagram, TikTok via Blotato - vide29Blotato, Google Sheets, HTTP, Openai, Schedule, Set, Veo, agent
Veo3 in n8n11Google Sheets, HTTP, Openai, Schedule, Veo, agent, lmChatOpenAi, toolThink
Viral news to AI avatar35Blotato, HTTP, Heygen, IF, Merge, OpenAI, Openai, Perplexity

Converted to typed Python — flows/active/

The n8n JSON → Pydantic-AI conversion (typed · testable · git-native · agent/MCP-native): .gitkeep, viral-news-avatar. See workflow.py · models.py · config.py · skills.md.

n8n vs typed Python — the honest trade

OptionProsCons
n8nfast to learn · visual · huge node library · API-able · great teacherJSON sprawl · hard to test/version/diff · runtime lock-in · brittle at scale
Pydantic Pythontyped+validated · unit-testable · git-native · portable · agent-native · scalesneeds engineering · no visual canvas · higher upfront build