The whole machine is open — see it run, run it yourself, here’s the method.
Built by Dom Davis — Growth Engineer & AI Solutions Architect. The rare triple: studied it (an accredited AI bootcamp + 30+ courses), shipped it (35% YoY · 13 production flows · 8+ years), and teaches it (the Academy). Minus the hype — receipts over rhetoric.
This office is the experiment. The whole content engine — the part that plans the calendar, renders every asset, certifies it, and ships it to nine channels — is open source. What you are looking at is its control room. The pages under Media, Calendar, and Storyboards are not a demo: they are this machine’s actual output.
Get the source →Watch it run →One file is the source of truth — content-index.json, the calendar. The agent reads it, and for every cell it composes a custom element, renders the video / GIF / email / blog, runs the simulator over every frame, and only ships what certifies. Front and back stay in lock-step: the storyboard you review is the exact composition the renderer produces. — 9 reference n8n flows mapped to typed Python live in the repo.
The whole engine is the MCP stack — Claude Code orchestrating tools and integrations as direct calls (the n8n→typed-Python destination). The pages below are three facets of that one stack, not three separate products:
Clone it, point it at your brand, run the build. The engine is brand-agnostic — brands live as instances under brands/, the engine stays generic.
# clone the open studio git clone https://github.com/temerariimedia/temerarii-studio.git cd temerarii-studio # regenerate this whole office from source python apps/office/build_office.py # point it at your brand (brands/<your-brand>/) and run the engine python -m engine.run --brand your-brandOpen the repo →
The open platform is the free top of the funnel; the offers are the rungs you climb from it. There is a fit for every budget and involvement level — routed by tier.
One story, three places: the Lab is the front door (see it run), this Office is the control room (run it yourself), and the Academy is where we teach it.