Modern Creator Network
Luuk Alleman · YouTube · 11:48

Stop Building Automations. Build a Founder OS instead.

Luuk Alleman walks through nine months of compounding infrastructure — Supabase + Edge Functions + Claude Code routines + pg_cron — that now runs his business while he sleeps.

Posted
1 weeks ago
Duration
Format
Tutorial
educational
Channel
LA
Luuk Alleman
§ 01 · The Hook

The bait, then the rug-pull.

Luuk Alleman opens with the line every solo founder wants to say out loud — 'my business finally started running itself' — and then earns it across the next eleven minutes by clicking through the actual system. The pitch isn't 'automate one workflow' — it's 'collapse every workflow into one database and let Claude Code be the brain on top.'

§ · Stated Promise

What the video promised.

stated at 00:12At the end of this video, you will know everything you need to know to build the exact same for your business as well.delivered at 10:45
§ · Chapters

Where the time goes.

00:0000:29

01 · Cold open + promise

Hooks with 'my business finally started running itself' and promises you'll learn how to build the same.

00:2900:46

02 · Disclaimer + nine-month truth

Honest reset: this took nine months. Features rot, infrastructure compounds.

00:4601:50

03 · Four-layer stack reveal

Supabase Postgres, Edge Functions, Claude Code routines, pg_cron — the brain is the new top layer.

01:5002:02

04 · Eight surfaces, one database

Inbox, content, competitor watch, finance, ads, CRM, Azure ops, social — every workflow is a row in a table.

02:0203:06

05 · Anatomy of a routine

Not an API call — a colleague that clocks in. Trigger → Spin up → Read → Act → Write. Edge functions move data; routines do the thinking.

03:0603:55

06 · Content engine: this video came from this loop

Mine → Score → Outline → Script → Package. The slides he just showed were generated by a skill in one prompt.

03:5504:50

07 · Dashboard walkthrough — finance

Revenue, expenses, audience, agenda, inbox, monitor — all live tiles fed by Supabase, conversable with Claude.

04:5006:05

08 · Content board + packaging demo

Pastes a YouTube URL into Claude, gets three thumbnail/title packaging options back instantly.

06:0506:52

09 · Mobile app — promote a post

Same dashboard as a native iOS app; demos promoting an Instagram post for €10/7 days from his phone.

06:5207:28

10 · Unified inbox — approve & send

Every email, partnership pitch, and YouTube comment becomes a drafted reply with one-tap approval.

07:2808:05

11 · Infrastructure tab + soft pitch

Azure resource health, then first plug for build-loop.ai/founder-os done-with-you offer.

08:0509:05

12 · Behind the scenes — 15 routines

Pops the hood on Claude Code: each row is a scheduled employee. Why routines beat trigger-then-LLM workflows.

09:0510:12

13 · Morning review — LinkedIn carousel, IG story, YouTube post

One screen with the day's auto-drafted social posts; he reviews and clicks Post Now.

10:1211:00

14 · Core lesson — context is the moat

Identify workflows, store data in one place, AI quality compounds with every model release because context is already there.

11:0011:48

15 · CTA + sign-off

Pitches a call via build-loop.ai/founder-os, asks for like/subscribe, sign-off.

§ · Storyboard

Visual structure at a glance.

dashboard open
hookdashboard open00:00
books itself slide
promisebooks itself slide00:19
features rot slide
thesisfeatures rot slide00:39
four layers slide
frameworkfour layers slide00:54
eight surfaces slide
frameworkeight surfaces slide01:22
anatomy of routine
frameworkanatomy of routine02:02
recipes table slide
frameworkrecipes table slide02:46
content engine loop
frameworkcontent engine loop03:06
finance dashboard
valuefinance dashboard04:05
content board kanban
valuecontent board kanban04:32
claude packaging demo
valueclaude packaging demo05:01
thumbnail variants
valuethumbnail variants05:55
meta ads dashboard
valuemeta ads dashboard06:16
unified inbox
valueunified inbox06:42
azure infra tab
valueazure infra tab07:28
claude code routines
valueclaude code routines08:15
morning review
valuemorning review09:25
context engineering
valuecontext engineering10:22
§ · Frameworks

Named ideas worth stealing.

00:36concept

Features Rot, Infrastructure Compounds

Don't chase the latest shiny AI feature — those decay. Build the data + tables underneath, and every Claude release upgrades your business automatically.

Steal forJoe's $6 Stack manifesto — slot this directly into the 'own your tools' chapter as the philosophical anchor.
00:56model

The Four-Layer Founder OS Stack

  1. Supabase Postgres (the store) — one source of truth for every workflow
  2. Edge Functions (the pipes) — pull data in from Gmail/Revolut/YouTube/Azure
  3. Claude Code Routines (the brain) — read, decide, write back
  4. pg_cron + scheduled-tasks (the clock) — triggers every 5 min / hour / week

Architectural blueprint of the whole system. The top layer (Claude Code Routines) is the new one — historically you only had three layers, and the brain was you.

Steal forDiagram this exact 4-layer stack for MCN+ pitch. It's the same shape Joe is already running on Contabo + Supabase.
01:10list

Eight Surfaces, One Database

  1. Inbox OS
  2. Content engine
  3. Competitor watch
  4. Finance
  5. Ads
  6. Clients & CRM
  7. Azure ops
  8. Social distribution

Every workflow that used to live in a separate SaaS becomes a row in one table. The product surface (the dashboard) is just a thin web app reading from that one DB.

Steal forThis is the 'kill ten SaaS subscriptions' argument made visual. Use the eight-tile grid as a sales-page hero for MCN+.
02:10list

Anatomy of a Routine — Trigger / Spin up / Read / Act / Write

  1. Trigger (cron / scheduled-tasks)
  2. Spin up (full Claude Code session in cloud)
  3. Read (skills + Supabase + memory)
  4. Act (every MCP — Gmail, calendar, Supabase, Higgsfield)
  5. Write (back to Supabase + Telegram ping)

Why a Claude Code routine beats a trigger-then-LLM-then-output workflow: the LLM is no longer trapped in a-then-b-then-c. If a URL fails, it tries another. It's an employee, not a script.

Steal forThis is the missing piece for every JACE/REESE/SAGE/RYDER agent in Paperclip. Adopt this five-step shape as the standard agent lifecycle.
02:46concept

Edge Moves the Data. Routines Do the Thinking.

Clean division of labor: edge functions are dumb pipes that ETL external apps into Supabase; routines are the smart workers that reason over the data and write decisions back.

Steal forUse as the one-line architectural rule on any 'build your own AI stack' page. It tells readers exactly where to draw the line between code and Claude.
03:06list

Content Engine Loop — Mine / Score / Outline / Script / Package

  1. Mine — pull from competitor channels, his own comments, Transcripts
  2. Score — ideas ranked against his pillars; top three land in Telegram
  3. Outline — hook formula, retention beats, open loops, written before he sits down
  4. Script — plain-words pass, voice rules, speakable cadence baked in
  5. Package — three thumbnail + title variants generated and scored

The actual five-stage assembly line that produced THIS video. The proof is self-referential — he's showing the loop with an artifact made by the loop.

Steal forAdopt this exact 5-stage loop for Content Forge / Killing Excuses. Especially the 'Score' step — Joe doesn't have a ranking layer yet.
08:30concept

Routines = Employees

Every row in the routines table is an employee with a name, a schedule, and a job. 'Email drafts twice daily,' 'Build loop YouTube sync,' 'Morning review.' Reframing automations as employees changes how you manage them.

Steal forName every JACE/REESE/SAGE/RYDER routine as 'employee X' with a one-line job description. Show the org chart in the MCN+ pitch.
10:39concept

Context is the Moat

The single most important thing that makes AI output high quality is context. When everything you do lives in one structured database, every future model release upgrades you for free.

Steal forFrame the $6 Stack as 'context insurance.' You're not buying SaaS, you're insuring against future model upgrades by owning the data layer.
§ · Quotables

Lines you could clip.

00:00
My business finally started running itself. And for the first time in history, I think yours can too.
Bold first-person claim + 'you can too' generosity — perfect cold-open hook.TikTok hook
00:36
Features rot, but infrastructure compounds.
Eight-word philosophical thesis. Couplet structure makes it stick.newsletter pull-quote
02:02
This is not really just a simple API call. This is really like a colleague that clocks in.
Reframes agents in a single visceral image.IG reel cold open
03:06
This video came out of this loop.
Self-referential proof — the artifact made the artifact.Twitter quote with screenshot
08:26
Every single row in here is basically an employee.
Crystallizes the routines = employees frame in one line.TikTok hook
10:27
The single most important thing that makes the output of AI high quality is context.
The whole thesis compressed. Standalone, no setup needed.newsletter pull-quote
10:45
Every model that gets upgraded, the output gets better because the context is already there.
Explains why this investment doesn't depreciate.Twitter quote
§ · Pacing

How they spent the runtime.

Hook length29s
Info densityhigh
Filler8%
§ · Resources Mentioned

Things they pointed at.

§ · CTA Breakdown

How they asked for the click.

07:39product
Make sure to check out the link in the description. At this point, I'm helping three other entrepreneurs build this for themselves... We could do a call to discuss this further.

Done-with-you positioning at $10K-ish implied price (title says 'worth $10.000'). Scarcity baked in ('three other entrepreneurs'). Soft first mention at ~7:30, harder close at ~10:30 + final ask at ~11:30. Three hits total, well-spaced.

§ · The Script

Word for word.

HOOKopening / re-engagementCTAthe pitchmetaphoranalogystory
00:00HOOKMy business finally started running itself. And for the first time in history, I think yours can too. And in this video, I will walk you through every single detail. And at the end of this video, you will know everything you need to know to build the exact same for your business as well. So, this is my dashboard, but first, I've made some slides to make things a bit more clear, so my business actually runs itself.
00:22HOOKAnd this is all done by code. And because of Cloth, this is finally possible. But this is something I've been working on for nine months already. Also, little disclaimer, this is not something you can create in just an afternoon. This takes a lot of time. So, the whole thing is features rot, but an infrastructure compounds. With AI becoming better and better, and with the amount of features that Claude is shipping, this all compounds with your infrastructure.
00:46And what I mean with infrastructure is the following. I have this super based database, and this contains a lot of different tables containing everything. So, it's a database, it's edge functions, it's cloth code routines, which I will show in a moment, and everything runs automated. So, I don't do a lot of stuff manually. I am only the human in the loop and I just accept or reject something. Every workflow I had is now a row in my table, in my super base right here. What I mean with that is I had a lot of emails coming in daily. I need to create a lot of content, both new ideas and repurposing.
01:19I need to know what my competitors are doing, so I have competitor watching. All my finances, my income, and my expenses are also in my super base. Then, I run ads, so all my ads are also run by Claude. Then, I have clients, so I have a CRM for that, so I can keep track on all the specific income that I get because of a client. Also, I run stuff in Azure. That is basically a place where you host code and I needed better insights on everything that was happening inside of Azure. Also, I post on YouTube, Instagram, TikTok, Twitter, LinkedIn. That was also a lot of manual work. So all of that is automated. Like, I don't need to open the apps anymore.
01:54HOOKSo this is basically the infrastructure that I'm talking about. So this is not really just a simple API call. This is not something on the surface.
02:03HOOKThis is really like a colleague that clocks in. So, there's a trigger. So, I want stuff done every five minutes, every hour. I want something done once a week. We have the trigger. It spins up a ClothCode session because ClothCode is very proactive. It is not limited to the code we just wrote. It can read everything, so it uses specific Cloth skills. It can access all the stuff in my super base right here,
02:27HOOKand it uses the memory that it stores over time. Then it can act, So it has access to every single MCP tool I need. Think about my Gmail. Think about my calendar. Think about my Supabase. Think about Higgs field for thumbnail generation. And then it writes back to Supabase and Telegram. So, on my phone, I just get pinged whenever something goes wrong. So, here's the thing. We have add functions in Superbase,
02:49they get all the data. So, it gets all my emails, all my Revolut data, all my YouTube analytics. Everything is pulled out of the external apps. Then I have routines. So, for example, draft my emails, come up with video ideas, and build up context about me and my business over time. So, for example, this video, the idea, the context behind it was made with AI. Like, this is still me. I'm a real person, and these slides are created with just one prompt because I created a skill that makes those slides on autopilot.
03:18So what happens? I have sources. So, for example, my revolute, all my expenses, all my income, it is fetched into my super base right here and then shown right here. And for now, I blurred my financial. Like, that is the only thing that I'm blurring in this video. Right here, I have my revenue. I have my audience on all the different platforms. I have my agenda. I have everything in my inbox coming from YouTube comments to my email inbox, to community posts where I need to react on. Then I have content. I have the monitor. I have to do list. So I will now just show you everything in detail. This is the main dashboard, but I also have a very simple to do. I have finance,
03:55where I have the revenue this month, the expenses of the month, the averages, and everything I need to understand, but also my revenue in the last years. So now that I have this infrastructure, I can actually just have a conversation with Claude, it can help me understand what is happening with my finances.
04:12So, I have everything by purpose. So, what I spent on travel, what I spent on my team, what I spent on SaaS, what I spent on private, on ads, everything is in here. And I can also invite my team members to access this. Then I have content. So, right here, I have this content board storing all my content, and it compounds over time. Whenever I post a YouTube video, it gets the YouTube video with the transcript, and the AI actually start to understand my type of content better. It has everything, automated. So it has the hook, it has the promise, it has the proof. But what I can now do is, for example, I can get the URL right here. So I just copy the URL, I go to my Cloud, I paste the URL, and I just say the following, please
04:55create three packaging options for those, for this video with thumbnails. Like, this is a short, so that is not the best example, but I can show you, for example, this one which actually has thumbnails that I can just use immediately. I have multiple packaging options right here, but those are really good already. So, everything is just automated in my Cloud Code and it can access my infrastructure right here. So, what happens is I have a table, for example here, called YouTube videos, and I have everything
05:25right here. All my content with descriptions. I have the duration. I have the key topics. I have embeddings. So I can actually search through all my content, and everything shows in here. So, I have my telegram, which is just texting me stuff that I need to know about, and this is my main thing. And the nice thing about this is, and I will show you that directly, right here on my phone, I actually have an iOS app. As you can see, this is my logo. I can now click it, and right here, I have everything. So it's the same. So what I can do is I can go to content, and right here, I can just edit whatever I want. So this is just a a side note, like it's an iOS app as well, and it just has everything I need. So, for example, the calendar, but also my analytics right here. How is everything growing, but also my meta spends? So I do promotion for Instagram, for example, I can then see everything from here. What I can also do is the following. I want to promote something. I can click right here and I can just promote it. So I can do, for example, €10 for seven days. I want engagement, and I can now just promote it like this. It has been promoted.
06:30As you can see, it is live. I can now click it, and right here, I have the actual post that is being promoted. Then I have my inbox, and honestly, this is the one that is most important to me. I was getting a lot of emails for partnerships, requests, client contact. Everything is now in here, so I have one unified inbox for everything. So, for example, this is called outreach to me about a video that I created and they want to give me a chair. Now, I have this reply. Not a fit right now. I don't do sponsored chair integrations.
06:59Thank you for the note though. I can now click on approve and send and it will actually send the email. But also, for example, right here. On my video, I got a comment. So, it's someone saying, if you're watching this, this is how I answered your comment, but I've been programming for fifty years in the vibe coded programs I've made so far, not follow this pattern. You just iterate slowly. Okay. Nice. That is crazy. Fifty years is a long time. I can now approve and send, and it will actually respond to the comment. I also have infrastructure.
07:27CTASo, right here, everything that I'm running, for example, for build loop right here, is right here shown, so everything is clear to me. Also, if you want to know more about how to make this, make sure to check out the link in the description. At this point, I'm helping three other entrepreneurs build this for themselves. Whether you're a solopreneur
07:43CTAor someone with a very large business, you can now start automating every single workflow that you want. So, that is amazing. Make sure to check out the link in the description. Also, if you enjoyed this video, make sure to like and subscribe. Okay. Let's go on. So, I think by now you really want to understand how I created this. Right? So, this is basically just a web app, but a web app is really simple to create. Right? It's just you show data, it comes from the super base, we have all these tables, it stores everything. But right now, I want to show you what's behind it because we can now go to Cloud right here and it shows routines. If I click this, right here, you see 15 routines. And this is exactly where the intelligence come from. How you should see a routine is every single row in here is basically an employee.
08:25So, for example, email drafts twice daily. That is exactly what is answering my emails right here. Build loop YouTube sync. So, it checks for new comments and writes responses to that. But the whole thing is where we previously had a trigger, we then had a large language model, and we had some output, we still trap the large language model into a, then b, then c. It is not really an agent, and that was exactly why these workflows
08:50were no employees yet. Right now, when you use a routine, what is actually happening is it is spinning up a ClotCode session. So, clot code is super proactive. What I mean with that is if something goes wrong, it won't just break down and say, sorry, I couldn't do that. What it would actually do then is, hey, I tried to access this URL, I found that it didn't work, I will try another URL to eventually achieve the end goal. That is the big difference. So, for example, when I now go more in-depth in the app, I have the start morning review. Like, the whole walkthrough, this is the actual part that brings everything together even more. So, what happens is I have a LinkedIn carousel completely automated for me. So, it look looks like this. Images are added. Nice. Looks good. So, what I now want to do is I can click on post now.
09:38I have the actual text right here. So, this is really cool. Right? I don't even come with the ideas. So, it uses all my content from my YouTube, from my other social media accounts, and from there, gives me the ideas and already executes them. I can now just click a YouTube community post, an Instagram story, so the day I stopped blaming the model. Looks pretty good. What I can now do is I can click on post now. And as you can see, I can now go to the Instagram,
10:05and right here, you will see Build Loop. When I check the story, here we have our story. So, this is all automated, but the main point about this is you have a business, probably. You have a lot of workflows that you could automate. Identifying what workflows you need, identifying what data is important to your business, storing that into one infrastructure,
10:28aka a super base database, is the best decision you can make for the coming two years. The single most important thing that makes the output of AI high quality is context. We give it context by having our second brain, our digital twin, whatever you want to call it. Because we have everything in tables, we have everything structured right here in one main database,
10:50CTAit can access everything forever. Every model that gets upgraded, the output gets better because the context is already there. Everything is done for me right here, and in the morning, I just open this, and in ten minutes, I've done everything already. And I am ready in five minutes what previously took more than one hour every single day. So, the core message of this video is make sure your data is in one place and you store everything there. Not in 10 different systems, but all in one. Then from there, you can do anything. You can automate anything with Cloud Routines. Just explain to Cloud Routines. I have more videos about this. Long story short, just explain your workflow. Say that you want a scheduled run. And if you need more guidance in actually making a system like this, whether it's for personal use or for your whole team, make sure to check out the link in the description. We could do a call to discuss this further, but this is really the best move that you can make right now. So without any further ado, make sure to like and subscribe, and then we'll see each other in my next
§ · For Joe

Steal this stack — the brain is the layer you don't own yet.

Founder OS playbook for Joe

MCN already has 138 Supabase tables and a Contabo VPS — you've owned three of the four layers for years. The unlock is naming the fourth layer (Claude Code routines), turning every JACE/REESE/SAGE/RYDER agent into a row, and treating that table as the org chart.

  • Open a `routines` table in MCN's Supabase tomorrow. One row per agent (JACE, REESE, SAGE, RYDER, plus the unnamed ones). Schedule + job description + last-run + status. That table IS the MCN+ marketing asset.
  • Adopt the five-step anatomy as the standard agent lifecycle: Trigger → Spin up → Read → Act → Write. Every Paperclip agent should fit this shape, including the Telegram-style ping at the end.
  • Borrow the eight-surface grid for the MCN+ sales page hero. Yours is bigger (340K LOC) but the message is identical — kill the SaaS sprawl, one DB to rule them all.
  • Build the content loop yourself, scored: Mine → Score → Outline → Script → Package. Joe currently mines and packages, but doesn't score against pillars before drafting. Add the score step.
  • Steal the 'features rot, infrastructure compounds' line directly. It's the philosophical center of the $6 Stack pitch. Put it on a sticker.
  • The CTA pattern is gold: $10K done-with-you at the top of the title, ‘helping three other entrepreneurs' scarcity, three CTA beats spaced 4 minutes apart. Mirror this for the LFB Line.
  • Killer self-referential proof: 'this video came out of this loop.' Joe should record one MCN demo where the demo itself is the artifact the system produced. Trust skyrockets.
§ · For You

What this means if you're a solo operator about to start building.

If you're thinking about trying it

Don't start by automating one workflow with one tool. Start by putting all your data in one structured database, then let an AI layer reason over the whole thing.

  • Pick one database (Supabase, Postgres, anything) and commit to it as your single source of truth for the next 12 months. Resist adding another SaaS.
  • Map your eight surfaces first — what are the real workflows you do every week? Inbox, finance, content, clients, etc. Write them down before you build anything.
  • Don't try to do this in an afternoon. Luuk says nine months. Plan for at least a quarter of compounding work, not a weekend project.
  • Use Claude Code (or any agent framework) as the brain on top — not as a one-shot API call. The point is that it can read everything, try multiple paths, and write decisions back.
  • Get a Telegram (or push) ping pattern set up early. The whole system only feels like an employee if it interrupts you when something needs your sign-off.
  • Don't chase features. Every time a new model ships, your existing infrastructure gets smarter for free — only if the data is structured and centralized.
§ · Frame Gallery

Visual moments.