Most Creators Run Their Business Out of 7 Tabs
Notion for ideas. Airtable for the calendar. Buffer to schedule. Later as backup. ChatGPT for captions. Instagram Insights in one tab. A Google Doc full of hooks. Five tools, $300 a month, and none of them talk to each other.
I got tired of it. So I opened Claude Code and typed one sentence: build me a dashboard that runs my content business. Seven days later I had a working URL with six pages. No code typed by me. Just plain English prompts.
Below is every prompt I sent, in order. The first one scaffolds the entire app. The next six build one page each. Read it once, copy as you go, and you'll have your own version live by tomorrow night.
Five Minutes to a Fresh Project
You need three things before you start. None of them require coding skills.
- Claude Code installed. Grab it at claude.com/download. It's the desktop app. Same Claude you already use, way more powerful, and you don't have to touch a terminal.
- A fresh project folder. Anywhere on your machine. Call it
content-dashboard. - A Vercel account.Free. That's where you'll deploy at the end.
Open the folder in Claude Code. Run /init so Claude scaffolds a CLAUDE.mdfor the project (think of it as your project's memory). Start a new session. Paste the master prompt below.
One Prompt Scaffolds the Whole App
This is the only prompt that has to come first. It tells Claude what app you're building, what pages it needs, what the tech stack is, and how it should look. Paste it as-is.
// paste this into claude code
What to swap before you paste it:
@tenfoldmarc→ your IG handle.- The six modules→ keep them or swap one for something niche-specific. Newsletter writers might want a "Subject Line Vault" instead of a Hook Vault. SaaS founders might want a "Customer Quotes" page.
- The accent color→ swap "terracotta" for whatever fits your brand. Sage, electric blue, deep crimson — Claude knows them all.
Claude will spin up the Next.js project, install dependencies, create all six pages with placeholder content, wire the sidebar nav, and apply the theme. Takes 3-5 minutes. Don't touch anything while it works.
Hooks Aren't Inspiration. They're Inventory.
Every viral hook you see on Instagram should end up here. Once you templatize a hook ( "[X] just killed [Y]" ), you can run it forever. The Hook Vault is the single most leveraged page in this dashboard.
// prompt for the hook vault page
How it works once built: paste any Instagram reel URL, Claude transcribes the audio and pulls the on-screen text, identifies the hook template ( SWAP / BUILD / CLAIM / LIST ), and stores it. When you later ask for a new reel idea, it pulls from this vault first.
Insights Tells You What Happened. This Tells You What to Do Next.
Instagram's built-in insights are reactive. This page surfaces "heaters" in real time — reels that beat your 30-day median by 2x — so you can double down while they're still heating.
// prompt for the analytics page
What you need: an Instagram Graph API token (free, 5 minutes via Meta for Developers). Claude will write the fetch logic and store results in a local JSON cache to avoid rate limits.
Stop "Looking For Ideas." Let the Cron Do It.
Pick 8 creators in your niche. The tracker scrapes their top reels every Sunday morning, pulls the hooks, and saves them straight to your Hook Vault. Monday morning, the week's playbook is already waiting for you.
// prompt for the competitor tracker
What you need: a free Apify account. Use the apify/instagram-scraperactor in details mode — it's about $0.003 per profile, and tracking 8 accounts weekly runs you a few cents a month. Tell Claude the actor name and it'll write the fetch + cron job for you.
One Click. Three Platforms. Auto-Captioned.
This is the page that replaces Buffer and Later. Pick the platforms you want, pick a date and time, and Claude pushes the reel out everywhere. Captions are generated from the hook, the angle, and your usual CTA — so you never write one by hand again.
// prompt for the scheduler page
What you need:the Zernio MCP installed in Claude Code. One command. Connect your IG, TikTok, and YouTube accounts inside Zernio's dashboard. Claude pulls the connected accounts automatically once the MCP is live.
See Exactly What's Going Out and When.
The Scheduler writes. The Calendar reads. One source of truth. Each slot on the calendar shows the date, the time, the platform, and the hook — so you can spot gaps before they become problems.
// prompt for the content calendar
Why it works:the Scheduler and the Calendar share the same underlying data store. When you schedule a reel on one page, it shows up on the other in the same render. No syncing, no "refresh to see changes."
Twelve Sources, One Feed, Zero Doom-Scrolling.
Most creators wake up and scroll X for an hour looking for "something to post about." This page scrapes 12 sources every morning, tags each item, and slides the hook-worthy ones to the top. You wake up, you look at the feed, you have your next reel.
// prompt for the trending page
What you need: a Slack incoming webhook (free), 12 RSS URLs from your niche, and optionally the Tavily MCP for richer news pulls. Claude wires all of it.
Live in 90 Seconds.
Once all six pages are built, deploy. From inside Claude Code, run:
Vercel will print a production URL. That's your dashboard. Open it on your laptop, your phone, your iPad — same page, same data.
Connect your data:open Vercel's project settings and add your IG Graph token, Apify key, and Slack webhook as environment variables. Redeploy. Now every module is reading live data.
This Stack Is Not Sacred. Make It Yours.
- Steal the 6-module structure. It covers 95% of what a content creator actually needs.
- Skip the Schedulerif you're not posting at least 3x a week yet. Native IG scheduling is fine until you scale.
- Add a Caption Vault if your voice is strong and AI keeps drifting from it. Store your last 50 captions and tell Claude to mirror the style.
- Add a Receipts page if you sell products. Pulls Stripe revenue and ties it to the post that drove it. Brutal feedback loop.
- Add a DM Inboxif you do high-touch sales. Sort "real reply" / "buyer" / "bot" and auto-send your lead magnet on the right keyword.
Six Prompts. One Folder. Your New Homepage.
That's the whole thing. Six prompts, one master prompt, six module prompts. The dashboard you wished somebody would build for creators, you just built it for yourself.
Send me the screenshot when it's live. @tenfoldmarc.