The $0 creator stack: website, scheduler, and video renderer on one Mac
A complete free creator stack on macOS: a real website, n8n for scheduling, and Remotion for video, all running locally in ReDock, no subscriptions.
You can run a complete creator stack — a real website, an automation scheduler, and a programmatic video renderer — on one Mac for $0. ReDock (free) runs WordPress, n8n, and Remotion side by side as local sites with real HTTPS .test domains, no terminal required. This post is the map; the rest of the series goes deep on each piece.
To be clear about what this is: a workflow guide. A $0 stack removes the cost barrier to publishing. What you ship with it is up to you.
What’s in the stack
Three tools, one app:
- A website. WordPress for a blog or niche site, or Astro/Next.js if you prefer a static or headless setup. ReDock provisions PHP, MySQL, and HTTPS for you — the site comes up at something like
https://mysite.testwith a locally trusted certificate. See /docs/first-site. - A scheduler. n8n runs locally as one of your sites. It can watch feeds, transform data, post on a schedule, and glue the other pieces together.
- A video renderer. Remotion renders video from code, executed on Bun inside ReDock’s toolchain. An agent writes the scene code — this is programmatic video, not generative AI video. You describe the video; the agent writes React; Remotion renders frames.
Every runtime installs into ReDock’s own toolchain, never onto macOS itself. Uninstall the app and your Mac is clean.
Why local-first matters for a $0 budget
The usual creator stack is a pile of monthly subscriptions: hosting, an automation SaaS, a video tool. Each one is small until you add them up, and each one meters you — executions per month, render minutes, bandwidth.
Running locally flips that. Your Mac is hardware you already own. n8n executions are unmetered because they run on your machine. Remotion renders take as long as your CPU takes, not as long as your credit allowance lasts. The website costs nothing until you decide to publish it — and even then, ReDock’s one-click deploy targets Cloudflare Workers’ free tier, with one custom domain included free.
The trade-off is honest: local means your Mac has to be on for scheduled jobs to run, and you are your own ops team. For a solo creator getting started, that trade is usually worth it.
The agent is the glue
ReDock exposes everything it does as MCP tools on localhost:47200, so Claude Desktop, Claude Code, Cursor, or any MCP client can operate the whole stack — create a site, draft a WordPress post, wire an n8n flow, write a Remotion scene. There’s also a built-in agent and a local-LLM catalog if you’d rather not use API keys at all. If MCP is new to you, What is MCP? covers it; setup lives at /docs/mcp.
In practice this means the stack operates at conversation speed. “Draft a post about X, schedule it for Tuesday, and render a 30-second promo clip” is a plausible single request, with each step visible and reversible.
Showing your work without hosting bills
Before you publish anywhere, you’ll want feedback. ReDock shares local sites over Cloudflare tunnels: unlimited unlisted QuickShare URLs, plus 3 named redock.xyz subdomains free — names that persist while you use them, so the link you send on Monday still works on Friday. Details at /docs/sharing.
When a site is ready to be permanent, deploy it to Cloudflare Workers from inside the app. The workflow for that is covered in Deploy a website for free.
Where to go next
Each piece of this stack has its own guide:
- Start a niche site with zero budget — the website leg.
- Make YouTube videos without paid tools — the video leg.
- A one-person content pipeline — wiring all three together with n8n.
Start with whichever leg matches what you want to make first. The stack composes; you don’t have to adopt it all at once.
FAQ
Is this actually free, or free-with-a-catch?
ReDock is free. The tools it runs — WordPress, n8n, Remotion — are open source. Sharing and Cloudflare Workers deploys use free tiers. The paid part is ReDock Web, for the live client sites you look after, and the local stack described here doesn’t require it.
Do I need to know how to code?
No terminal is required, and the agent can do most of the building. Knowing some code helps — especially for Remotion, where video is literally React components — but you can direct an agent in plain language and review what it produces.
Does this work on Windows?
No. ReDock is a native macOS app (macOS 12+, built with Tauri and Rust, not Electron). There is no Windows version.
Ready to run the whole stack on your own Mac? Download ReDock.