Modern Creator
Matt Wolfe · YouTube

I Built a FREE App That Runs Your Entire Business

A creator prompts OpenAI's Codex into building a free, self-hosted dashboard that replaces a stack of SaaS tools for news, mentions, newsletters, and audience tracking.

Posted
1 weeks ago
Duration
Format
Tutorial
educational
Views
80.5K
2.1K likes
Big Idea

The argument in one line.

A single AI-assisted coding session can now replace a stack of SaaS subscriptions with one self-hosted dashboard that pulls industry news, brand mentions, newsletters, and social growth into one tab, and the creator is giving away the exact build for free.

Who This Is For

Read if. Skip if.

READ IF YOU ARE…
  • A solo creator or founder juggling industry news, brand mentions, a newsletter inbox, and social growth across separate tools who wants them in one place.
  • Someone comfortable prompting an AI coding agent through multi-hour iteration and willing to debug what it gets wrong along the way.
  • A ChatGPT Plus or Pro subscriber who wants a hosted, always-on version without managing their own server.
SKIP IF…
  • You want a done-for-you SaaS product; this is a self-hosted app you install, configure, and maintain yourself.
  • You have no access to an AI coding agent at all, since the whole build depends on prompting Codex (or an equivalent) through setup and debugging.
TL;DR

The full version, fast.

The creator builds a free, self-hosted business dashboard called Control Center using OpenAI's Codex inside ChatGPT: industry news tracking, brand mention monitoring with identity-aware filtering, a Gmail-connected newsletter reader that deduplicates across dozens of subscriptions, cross-platform audience growth tracking, a recurring task list, and optional AI-assisted ranking from any major provider or a local model. The initial rough scaffold took about 15 minutes; reaching a polished, working version took several more hours of iterative debugging. It installs locally for free from GitHub with a one-line clone-and-run prompt, or ChatGPT Plus/Pro subscribers can host it directly on OpenAI's servers for access from any device. No AI API key is required for core functionality; adding one only improves ranking and summarization quality.

Free for members

Chat with this breakdown — free.

Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.

Create a free account →
Chapters

Where the time goes.

00:0001:23

01 · Why Building With AI Matters

Cold open: the creator says he's bored with video generators, image models, and even the latest LLMs, framing them as marginal improvements, and pitches building a single dashboard that manages an entire business or life, built live from scratch.

01:2303:03

02 · Control Center Tour

A quick walkthrough of his own existing dashboard: an AI-news feed pulling from every major lab plus outlets like TechCrunch and The Verge, a newsletter tab, a Google-alerts-style brand mentions tracker, a Chrome-extension-fed reminders tab, an audience tab, and a sites tab.

03:0305:12

03 · Building The App From Scratch

Creates a new local Codex project in ChatGPT, picks the strongest available model, and writes the initial prompt: a business dashboard with industry news, reminders, an audience tracker, a newsletter page, and a task list, each in its own tab, with optional access to Gmail, Google Calendar, Slack, and Granola.

05:1206:56

04 · Testing, Debugging & Dark Mode

The first build finishes in about 15 minutes with mostly non-functional placeholder content. Several more Codex sessions, some running over two hours, fix the broken links and flesh out real functionality. The creator adds dark mode and makes it the default at the end.

06:5608:56

05 · Today Page & Industry News

Tours the finished Today page (a customizable daily brief) and the Industry tab, which surfaces articles from tracked sources plus keyword matches, sortable by importance, newest, oldest, or watched-sites-first, with save-to-reminders and archive actions.

08:5610:39

06 · Mentions & Reminders

The Mentions tab acts like a smarter Google Alerts, using identity-aware filtering to separate real mentions of the creator or his brand from same-name unrelated people. The Reminders tab collects saved items from Industry, Mentions, or manual entry for later review.

10:3912:04

07 · Audience Tracking & Tasks

The Audience tab tracks follower counts and growth across YouTube, X, Instagram, Facebook, LinkedIn, Threads, and TikTok, with support for multiple accounts per platform. The Tasks tab is a simple one-time or recurring to-do list.

12:0419:35

08 · Newsletters, Settings & AI

Sets up a Gmail-connected newsletter watcher via a Google OAuth client secret, which reads and deduplicates dozens of newsletter subscriptions into distinct stories. Walks through every settings tab (industry sources and tags, mention filters, newsletters, audience accounts) and shows how adding an OpenAI, Anthropic, Gemini, or Grok API key (or a local model via LM Studio or Ollama) upgrades ranking and summarization, while remaining fully optional.

19:3525:21

09 · Installing, Updating & Hosting The App

Explains how to install the app for free from GitHub by pasting the repo URL into a new local Codex or Claude Code project and prompting it to clone, install dependencies, and run locally. Also covers post-recording improvements: a daily brief that auto-pulls the top five items from Industry, Mentions, and Newsletters, AI-generated summaries and priority scoring on the Mentions page, an overhauled Audience page with charts, and newsletter filtering by specific source.

25:2127:37

10 · Bonus: Hosting On ChatGPT + Outro

A bonus tip for ChatGPT Plus/Pro subscribers: prompting Codex to build the whole project on ChatGPT's own servers produces a hosted, login-gated URL reachable from any device, no local host required. Closes with a plug for his weekly AI news roundup and a thank-you to subscribers.

Atomic Insights

Lines worth screenshotting.

  • The first rough scaffold of a full internal dashboard took about 15 minutes to prompt into existence; reaching a genuinely usable version took several more hours of iterative debugging.
  • The app tracks mentions of a person across the web, but the hard part isn't finding the name, it's excluding everyone else who happens to share it.
  • A newsletter inbox becomes structured, sortable news the moment an OAuth-connected reading agent points at it instead of a human skimming dozens of emails by hand.
  • Deduplicating across newsletter subscriptions turned 48 separate issues into 150 distinct stories, which is closer to the actual signal a busy founder needs.
  • No AI API key is required to run the dashboard's core features; adding one from OpenAI, Anthropic, Gemini, or Grok only upgrades ranking and summarization.
  • A local model provider like LM Studio or Ollama lets the entire dashboard run with zero cloud dependency, including the AI-assisted ranking layer.
  • ChatGPT Plus and Pro subscribers can host a Codex-built app directly on OpenAI's own servers at no extra charge, turning a localhost-only tool into one reachable from any device.
  • The single addition described as most important wasn't a new feature, it was making dark mode the default instead of an opt-in toggle.
  • Sorting news by newest-first, oldest-first, watched-sites-first, or AI-priority are four different views of the same feed, and picking the right default is what determines whether a tool actually gets opened daily.
  • The task list stayed deliberately simple, one-time or recurring due dates with no project hierarchy, because the value is having it in the same tab as everything else, not extra structure.
Takeaway

A weekend of Codex prompting can replace a stack of paid dashboards.

WHAT TO LEARN

The reader doesn't need to hire a developer to build a personal business dashboard, they need a clear feature list, patience for several hours of debugging, and the willingness to make one AI coding agent finish what it started.

01Why Building With AI Matters
  • Video generators, image models, and even the newest LLMs can feel like marginal upgrades; the bigger unlock right now is using AI coding agents to build custom tools nobody else is going to build for you.
03Building The App From Scratch
  • Start an AI coding agent build with a clear, itemized feature list (which tabs, which integrations) rather than a vague one-line request.
  • Use the strongest available model for the initial scaffold; you can drop to a cheaper model later for small tweaks.
04Testing, Debugging & Dark Mode
  • Getting from a rough AI-generated scaffold to something genuinely usable took several more hours of iterative, specific debugging, not one big prompt; budget the time accordingly.
  • The smallest change can be the highest-leverage one: making dark mode the default outranked most of the actual features added.
06Mentions & Reminders
  • Track brand mentions with identity-aware filtering in mind: searching a name alone returns noise from every other person who shares it.
08Newsletters, Settings & AI
  • A single OAuth connection to Gmail can turn dozens of newsletter subscriptions into one deduplicated, sortable feed instead of a second inbox nobody checks.
  • Full AI-assisted software doesn't require an API key by default; treat a model connection as an optional upgrade to ranking and summarization, not a hard dependency.
  • A tool that runs entirely on a local model (via LM Studio or Ollama) is a real option when privacy or cost rules out cloud AI providers.
10Bonus: Hosting On ChatGPT + Outro
  • If a self-hosted tool only runs on one machine, check whether an existing subscription (like ChatGPT Plus/Pro hosting through Codex) can turn it into something reachable from any device for no extra cost.
Glossary

Terms worth knowing.

Codex
OpenAI's coding agent, accessible inside ChatGPT, that writes, runs, and iterates on real code from a natural-language prompt.
Vibe coding
Building working software by iterating with an AI coding agent through plain-language prompts and fixes, rather than writing code by hand.
OAuth client secret
A credential pair (a client ID and a client secret) that lets one application read data from another service on a user's behalf, here used to grant a dashboard read access to a Gmail inbox.
Identity-aware filtering
Matching mentions specifically to one real person or brand and rejecting same-name false positives, such as other people who share a common name.
Resources

Things they pointed at.

18:14toolAI model providers (OpenAI, Anthropic, Gemini, Grok, or local via LM Studio / Ollama)
Quotables

Lines you could clip.

00:00
So there's really only one thing that's been getting me pretty fired up lately about AI these days, and that's building.
clean thesis statement that needs zero setupTikTok hook↗ Tweet quote
00:18
I'm kind of over video generators and image models and even like the latest large language models. They all kind of feel just like marginal improvements to me.
contrarian take from a well-known AI-news creator, works as a standalone pull-quoteIG reel cold open↗ Tweet quote
10:46
Let's add a dark mode so you can toggle between light and dark mode, and let's make dark mode the default because I'm not a psycho.
tight punchline that lands the whole debugging montagenewsletter pull-quote↗ Tweet quote
27:06
I keep myself overwhelmed so you don't have to.
short, quotable channel tagline delivered at the sign-offnewsletter pull-quote↗ Tweet quote
The Script

Word for word.

Read-along

Don't just watch it. Burn it in.

See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.

So there's really only one thing that's been getting me pretty fired up lately about AI these days, and that's building. Building tools and workflows and little optimizers and little bespoke apps for myself.
Things like that. If I'm being totally honest, I'm kind of over video generators and image models and even like the latest large language models.
They all kind of feel just like marginal improvements to me. They don't feel like that big of a deal. I am bored.
And although I did just make a video claiming that not all industries are dead in the face of AI, the SaaS businesses, those are ones that might be in a little bit of trouble. In this video, I wanna show you how to make the ultimate productivity app that combines a ton of manual things that you're probably already doing every day.
This is actually a dashboard that I built in my own business that is kind of the single tab that I have open all day long that's running everything for me. But I'm gonna build it starting from scratch on this video.
I'm gonna take you through each feature step by step. And at the end, I'll even share the whole, like, GitHub page with you so you could just, like, download it and run it yourself if you want. Anybody who's ever wanted to have one single dashboard where they literally manage everything in their business or even everything in their life, this one's for you and this one's pretty insane.
Let's dig in. So this is what I call my wolf control tower. I actually previewed this in a livestream that I did recently where I went into a deep dive and showed everything this does.
But here's the quick quick overview of my current dashboard. So in my dashboard, since I make videos that break down all the latest AI news, I have, well, a news dashboard. My AI intel section here pulls in all of the latest news from pretty much every single lab that's working on AI plus websites like TechCrunch and The Verge and sites that cover AI a lot.
I also have a newsletter tab. I basically made it so my little dashboard here is subscribed to, like, every AI newsletter out there.
I also have my brand dashboard. This is like my Google alerts. Right?
I have it watching for any mention of future tools, any mention of Matt Wolf, any of my social handles. Anytime any of that is mentioned, it finds it and it brings it to me. I have this reminders tab, which is actually hooked up to a Chrome extension so I can save stuff from around the web, and it brings it back to me.
And I can even put notes in here on why I saved it in the first place, and then I can organize this stuff into folders. I have an audience tab here where I can track my audience growth across all of the social media platforms, and then I have my sites tab here where I can get a quick snapshot of how my various websites are doing.
But in this new dashboard, we're gonna build one from scratch, and I'm gonna even add some additional features to it. So as I walk through building this, think about the dashboard that you would build. Just take the elements that would be useful to you in your life or business, use those, and you can ignore the other parts.
So to build this, I'm gonna use the ChatGPT app, and specifically, I'm gonna make sure I'm in Codex because it's gonna be building a lot of code. I'm gonna start by creating a new project, so I'll click on the plus here, and we're gonna create this as a local project here.
I'll just call it control center. And then for source folders, I'll go ahead and click in this box. I have a folder on my computer called code where I store all of my projects.
So I'm gonna go ahead and create a new folder here, and I'm gonna call it control center. We'll create this new folder, and we'll open that. Then I'll go ahead and create the project.
I'm gonna use 5.6 soul high because I know that's gonna do a decent job building this out, but use the best model you have access to at least for the initial build out. You can actually lower which model you're using once you start just tweaking features and making small changes.
But for the initial build out, I personally like to use the best model I have access to. Alright. So I'm gonna go ahead and give this a prompt.
And with my initial prompt, I wanna sort of build the bones. We're gonna lay the groundwork. We're not gonna make sure every single bit of functionality is working from the very, very start.
We're just gonna get that rough draft going, and then we're gonna go and build the functionality for each thing. I wanna build a business dashboard where I can keep up to date with all the latest news in my industry.
I want a reminder section where I can save stuff to that section from around the web. I want a page that has an audience tracker that tracks my social media stats.
I also want a newsletter page, and I also want a page that has a task list. And I want each of these to be in their own separate tabs.
This app can have access to my granola, Gmail, Google Calendar, Slack. Basically, that I've got a plug in installed for, it can have access to that to help keep this dashboard up to date.
So that's my initial prompt. A lot of this stuff isn't gonna work out of the box like the Gmail account, but I have a feeling a lot of it will work from the very beginning. And it's probably gonna take a little while to go ahead and build this out.
It's gonna be a pretty big initial build out. And then once this is done, we'll start dialing in each little thing individually. A few moments later.
Alright. So it took about fifteen minutes. It looks like most of what's here already is kind of filler content, but you could see it created a today tab.
We've got our industry tab, so it has an article from the information. So, if I pull this open, the link doesn't work. So, that's not set up yet.
We've got our mentions. Is this an actual link? No.
None of these links work either. Alright. So reminders.
Right now, you can save things to it manually. We've got our audience tab, newsletters, has a setup guide that is not working yet.
And then we've got our task list and our task list seems to be working. So we've got the bones of our newsletter now. I'm gonna switch this back over to Soul High.
So we're using our better model. So I'm gonna give it that additional context and have it continue to build based on that information. Later.
Okay. So it's been a while. I went back and forth with OpenAI quite a bit and decided let's just like skip over all of the back and forth of me saying this isn't working.
Fix this. I found another issue that needs to be addressed and all other wordings of that.
And yeah. So several hours later, as you can see, worked for twenty minutes, worked for twenty three minutes, worked for thirty one minutes, worked for two hours and thirty seven minutes.
And after all of this back and forth, I finally feel like I have a dashboard worth showing off. And here's what it looks like, but I just realized I need to fix one more thing.
Let's add a dark mode so you can toggle between light and dark mode. And let's make dark mode the default because I'm not a psycho.
I somehow skipped over like the most important feature. Alright. Dark mode is now the default civilization preserved.
Perfect. Alright. So let me give you a quick tour of the dashboard I built and then walk you through how you can just take this and use it yourself if you want.
So the first screen you're gonna see is the today's screen. This is like a customizable screen where you can add your task lists and a daily brief of what you wanna see on this homepage here. Quite honestly, on my dashboard, I almost never look at my daily brief, but it's there.
I kind of like to go through the individual modules. So we have an industry module here and we can see that it surfaced 22 things that it thinks are important now for me to review. If I look in my settings, this is based on my industry settings.
I have it watching OpenAI for me, Anthropic, and DeepMind, as well as watching the Internet for keywords like AI, artificial intelligence, machine learning, and neural network. Obviously, if you were to use this dashboard, you would set these sources up to whatever you wanna track.
And then that's what surfaces the sources you see on this page. And right now, this is sorted by what the app determines is most important. But you can sort it by newest first and it will now show me in order of the newest article.
So this article is from sixteen minutes ago, one hour ago, two hours ago. We can sort it by oldest first and we can sort it by watched sites first. So it's gonna specifically focus on just the URLs that you plugged into the sites to watch as the sort of first order news here.
We can click this little link here to open up the article in a new tab and read the news. We can click this little button here and it will save it to our reminders folder. And when we save one of these to the reminders folder, well, it becomes something that we'll be looking at again later.
Or as you go through news review, this is something I do daily. I skim all the news it uncovers for me. And as I read the news, I archive it when I'm done reading it.
Once an item has been archived, it then shows up under the archive folder. So they're not gone completely. They just no longer show up under your important now list.
You've got your at mentions page. This is basically like a Google alerts, but way better. It it makes sure that it is finding stuff about you or your brands and filtering out stuff that's obviously not about you.
So for example, Matt Wolf is actually kind of a common name. Like, there's a golfer named to Matt Wolf. There's a real estate agent named Matt Wolf.
I run into all these other Matt Wolf's on the Internet all the time. Well, this is smart enough to know which ones are me and which ones aren't and only pulls the relevant stuff forward. And the same functionality works here.
There's this podcast. Everyone sounds like ChatGPT now including you and it's got a high confidence that it's actually about me.
I can open this in a new tab here and see this podcast that I did with Joe Fear on his podcast. Once I've reviewed this, I can click the archive button and then it shows up in the archive and history section. So now on a daily basis, I'm keeping up with all of the industry news that's going on in the AI world.
Plus, I'm watching for any mentions of me, my brand, my website, whatever. It's not just looking for Matt Wolf. It's also looking for mentions of futuretools.io.
We could see this page here is showing the builtwith.comforfuturetools.io, and it shows all of the various scripts that are running on future tools. But now that I've reviewed it, let's go ahead and archive it.
And then we have our reminders tab where anything that I wanted to remember from the industry or mentions page will get popped into the reminders tab so I can review it again later. But I can also manually add stuff to the reminders. So save another thing.
Let's say I come across a tweet that I really want to remember. I could type in the URL of the tweet here, a little note about why I saved it, and it will save it right here as a reminder, and I could come back and view my reminders whenever I want. I also created an audience tab.
This audience tab is based on another setting. So if I jump back to my settings here, go to audience, you can see that you can plug in a YouTube profile, x profile, Instagram profile, Facebook, LinkedIn, threads, or TikTok, and you can even add multiple of these profiles if you want.
It's gonna watch all of those profiles, tell you the audience size of each, and then show you the growth. Now, right now, it's waiting for a baseline, and then in twenty hours, it's going to show the growth from the baseline that was there previously. And then, of course, it's gonna total up all of your social media subscribers across all platforms here.
We also have the newsletters tab, which I'm gonna skip past for a second. We'll come back to that. And we have the tasks tab, which is exactly what it sounds like.
It's a task list app, but we can add a task and let's just say, uh, you know, review industry news. And let's say I wanna do that every day.
I can make that due today, but make it a daily recurring task. Add my task here. When I check it off, we could see one task is complete for the day, but it added a new one with a due date of tomorrow.
It doesn't have to be recurring task. I can just say review the contract that Dave sent over and add it as a one time task. And when I check that one off, we could see it removes it from our task list, adds it to our list of completed tasks, and we can see that we've done a 100% of the tasks that we've added for today.
Very, very simple task list. Something I'll probably build out more in the future. And then we've got the newsletters tab.
And this is something that's really cool that I built for myself in my original dashboard that's been really, really helpful. Pretty much every AI newsletter you've ever heard of, I am subscribed to. But this tool reads the newsletters for me and pulls all the news to me so I don't actually have to click through every single email, but it does take some setup.
So I'm gonna go ahead and click on open settings. And the first time you do this, you will have to set this up, but it only needs to be done once. You need to set up a Google OAuth client secret.
So click on open Google OAuth credentials to grab our client secret here. So click on this little link.
It'll open this credentials page in a new tab. We're gonna click on create credentials. Click on OAuth client ID here.
Application ID is a web application. We can call this control center. Now for this, you could skip over the authorized JavaScript origins, but under authorized redirect URIs here, click on add URI and then jump back to the control center and here's the URL you wanna copy and paste right here.
I know it's very small on my screen, but go ahead and copy this URL right here, and then you'll paste that into your authorized redirect URI, and then click create. And then right here, it will give you a client secret. Go ahead and copy that client secret, click okay, Jump back to your control tower and we're gonna paste that client secret right here.
We also need the client ID that's showing up right here. So we'll go ahead and copy that. We'll paste that into our Google OAuth client ID.
And once you have your secret and your OAuth client ID connected, go ahead and click save and choose Gmail account, and it'll bring you to this page where it asks which Gmail account you wanna connect to watch for news from. Now, I actually created a Gmail account just for opting into newsletters. So nothing else goes to those Gmail accounts, but the newsletters I opt into.
So I'm gonna select that newsletter inbox that I created, and you'll probably get this screen that says Google hasn't verified this app yet. Don't worry about it. It's safe.
Just click advanced. Go to dashboard newsletter watcher. You'll get this screen and then we'll click continue.
Click continue on the next page and now your newsletter watcher is set up. If I click on newsletters now, it's going to check those inboxes for any emails that have come across.
And it found a security alert because we just connected a new app to it, but then you can also see it found these newsletters, the AI polls, ByteByteGo, TLDR AI, AlphaSignal, Superhuman, BenzBytes, etcetera. And it's going to watch these newsletters for me. I can add it to my reminders page or I can directly open one of these emails inside of Gmail itself.
But I don't want this to just be a secondary inbox for me. I actually wanted to read the emails for me and bring the news to my attention that it sees in the emails. So I'm actually gonna fix that real quick.
And after a quick prompt here, and by quick prompt, I mean a prompt that ran for another forty one minutes. It's actually now reading all of the emails for us and deduplicating any of the news.
Now we can see there is 48 newsletters that it's watching. There's actually 48 newsletter issues.
The inbox probably had multiple days worth of newsletters in it that it was watching. So some of the newsletters we might have gotten multiple issues from, and it found a 150 active stories.
And this is after deduplication. So if multiple newsletters reported on the same story, it deduplicated them and only shows them as one story here.
But we can see here that, you know, Anthropic releases Claude Academy online learning platform. This one looks like it was mentioned in the AI pulse, Ben's bites, and superhuman. I can send it to my reminders or I can open the source of this news, which is the academy.claude site here.
So we can actually see which newsletters it came from. We can remind ourselves of them. We can archive them after we've reviewed them.
We can open the source and this little newsletter evidence here will open the original email that this came from. Now there's a few settings I wanna show you. So when I jump into the settings page here, here's how you really get this dialed in.
Under general, you can name it whatever you want. Right now, it's currently named control center, but obviously name it whatever you want. Under the industry page, you can give it some details about what matters in the industry so you can kind of explain I want news about this.
The stuff that's important to me is this. So for example, when I do AI news, I like to say AI news that allows us to do new things that we couldn't do before and major technical advancements. Those are the things that are important to me.
You can tell it how many target articles you want it to find. I have it set on 30. You can track specific sources.
These are my examples, OpenAI, Anthropic, and DeepMind. You'll probably have a lot more in your industry. You can give it some tags you want it to look for, so it will try to find news that includes these tags outside of these track sources, and you can also add excluded topics that you're not interested in following.
Now, under the mentions tab, this is where you're gonna add things that you want your mentions or Google alerts kind of thing to alert you of. So for me, I put Matt Wolf, future tools, and mister eflow, which is my social media handle. Under official websites, I've got futuretools.io and mattwolf.com.
I'll also add ucbench.com to make sure it finds any mentions of bucie bench. Yeah.
You can also make sure it excludes mentions that are not related to you.
So for me, there's a new show where David Harbour is playing a character named Matt Wolf. I can make sure that it ignores anything related to David Harbour. It's also got identity aware filtering, so it will reject things that it doesn't think are correlated with you and exclude your own website.
So if you add new blog posts or anything like that, it's not gonna find them and say, look, this is what we found that's new about you. For the newsletters tab, we've already set that up. For your audience tab, again, you can set up all of these social media accounts, but you can also add multiple.
So if you do have multiple x accounts, multiple YouTube accounts, multiple Instagram accounts, you can add them all and it will track all of them. And if you want this to do an even better job at filtering and finding more and more relevant news, you can actually give it an AI API key.
Now you do not need to connect this to OpenAI, Anthropic, or Gemini, or any of the AI models, and it will do everything I just showed you. The current version that I showed you is not connected to an AI model. However, if you do give it an API key to one of these models, it will work even better.
It will work better at filtering and making sure that the news is very, very relevant to you and what you're looking for specifically. So if you're comfortable giving it an API key, you can do that. I'm gonna go to my OpenAI API keys here.
You can see you go to platform.openai.com/apikeys, create a new secret key, and I'm gonna call this one control center demo. Leave it on all permissions and create a secret key.
Now, I am gonna delete this key after I demo this, but we'll copy this key, jump back to our control center, paste this in, and we'll have OpenAI be selected as our active provider. Now, if I save my settings, we can see our OpenAI key is configured.
And now when I click back to my industry tab here, you can actually see it says OpenAI assisted. Now, the AI model is actually helping us decide what is most important on the list. We're getting a better ranking of importance, and we're getting a little AI summary here of each thing.
So stability AI raised 76,000,000 blah blah blah, and we can just see why it decided to pull that forward for us. And that's the full tour of the control center dashboard that I built.
Now, again, I built this so anybody can use it and install it. It's completely free. If you go over to GitHub, you can actually find this.
It's at github.com/eflowscontrolcenter here, and here's the easiest way to install it. Literally grab this URL.
Just copy this URL to the mystery flow slash control center. It will also be down in the description of this video. Open up the Codex app or Claude code or whatever your sort of harness of choice is.
Create a new project. Make it a local project. Name it whatever you want.
I'm gonna call it control center demo, and then click add folders.
Codex can read and edit. Save it wherever you want on your computer. I'm gonna create a new folder called control center demo.
Click create, and then we'll open this folder. Yes. It's gonna be empty.
That's totally fine. So I'll create the project. You don't need to use our particularly strong model.
So if you use even like 5.6 Luna here, I can say clone this repo for me, and then paste in the URL to the GitHub, hit enter, and it's gonna copy all of the files on your computer locally for you.
It took seven seconds to clone it, and then what I wanna do is I wanna make sure it's actually gonna be able to run. So I'll say install any necessary dependencies to make sure this runs properly, then start my local host and open it in my browser.
It's gonna make sure it has everything it needs to run. It took about two and a half minutes to do everything that it needed to and it opened it in our browser here. You can see this is a fresh install with no settings dialed in yet.
So now you go to your settings page and start dialing in your industry, the mentions you wanna follow, set up your newsletter, your audience, decide if you want AI curation or not, and you'll be ready to go. It's that simple to set up.
Okay. So after I finished recording, I've kind of been continuing to improve and update, and I wanted to show just a couple of more quick updates that I built onto this. So on the today page, I made it so the daily brief automatically pulls in the five things it thinks are most important from the industry tab, the five things it thinks are most important from your mentions, and the five things it thinks are most important from the newsletters.
So the daily brief makes a little more sense to just see, like, the main things you should pay attention to right now. On the mentions page, I updated it.
So if you do add your AI API key, like an OpenAI API key or something like that, it now uses AI to summarize each of the things. So instead of just giving you, like, the title of the thing that it found, it gives you like a quick AI summary of the thing it found, and it also gives it a ranking of how like how important it thinks it is for you.
So you can actually sort by the priority. You can sort by the newest thing it found, the oldest thing it found, but I like leaving it on priority because it sort of determines the importance of each thing that it found for you.
And then I overhauled the audience page. I thought the audience page was a little too boring, so I added some charts and graphs. You've got a little pie chart that shows like which percentage of your audience comes from which section.
You could see which audience here is growing the fastest among all of them. You've got like a little mini graph for each audience to see the growth over time for each audience, and you've got that original view that I had in there in the first place.
So it's just like a cooler, cleaner looking audience page. On the newsletter page, I updated some features here where you can actually search for headlines, but it's now also using AI if you did add an API key.
So you can sort stories by priority, newest, oldest, and the priority is basically the AI regeats of these news stories and then gives it a priority sort of score. You could also filter by specific newsletters if you want. So let's say you wanna see just what the rundown newsletter found for you.
You can select the rundown and it filters it down to just 18 stories that were pulled from the rundown specifically. Maybe you learn over time that that's the newsletter that you get the most value out of and you can filter down to just those and look at just those topics if you want. And then when I jumped into settings for the AI, I originally just had OpenAI, Anthropic, and Google Gemini.
Well, now I added the ability to use Grok if you want. But if you wanna use a local model and keep this completely offline, I'm giving you those options as well. You can connect it directly to LM Studio or Olama if you have one of those set up to run local models.
So you don't even need to connect to a cloud provider to run this whole system if you don't want anymore. And I updated this model section here. So if you do have OpenAI set as your cloud provider, you can pick which model you wanna use specifically to have it run the AI automation.
GPT five mini is the default because it's sort of like the best balance between doing its job and cost. But I mean, if you really, really wanna be using like the state of the art GPT 5.6 Soul, you can, and it will do it for any of these.
So if you plug in Anthropic, Google Gemini, or an x AI API key, it will show you those models as well. So just wanted to make some cool quality of life updates that make this control center even better.
And even after this video is live, I'm going to keep on proving it and building on it and making an even cooler control center. So the version that you download off of GitHub and install after watching this video may even end up being better than the version you saw in the video because this is just too much fun for me. Okay.
One more bonus tip. As we built it right now, you have to run it on your local host and you need to fire up the local host every time you wanna use it, and you have to use it only from the one computer that you installed it on. If you're using ChatGPT and you have one of the existing paid pro plans, you can host it on ChatGPT's servers for no extra charge, and then you can actually access this dashboard from anywhere you want.
Like, not just the computer that you originally installed it on. So if you give a prompt inside of ChatGPT, make sure you're in the same project and say build this entire project on and then tag at sites and then hit enter.
It'll build the whole thing on ChatGPT servers for you. And you can see it did take about twenty one minutes, but it gave us a URL. So if I copy this URL, I'm actually gonna open it inside of Chrome here, paste it in here, and it's gonna ask me to log in through ChatGPT.
So I'm the only one who can access it because I have to log in with my ChatGPT to access it. But you can see I now have a URL that's online that I can go to.
So I can actually check out this site from mobile or from my laptop in a hotel room and stay on top of everything. Now I do have to reset everything. None of my settings are dialed in on this new version, but I have a fully online version that I can use of this dashboard now.
So just wanted to share that bonus tip if you're a JetGPT paid customer. But that's what I got for you today. I hope you enjoyed this video.
If you like videos like this and you wanna learn really cool ways to use AI, or if you wanna stay up with all of the latest AI advancements. Every Friday, I put out a video where I break down everything that's happened in the world of AI.
I'll drink from that fire hose all week long, find all the news that I think is important, and share it with you in just one video so you don't need to try to keep up with it on a daily basis. I keep myself overwhelmed so you don't have to. That's kind of what I do with this channel.
If that's something that you think will be interesting to you, maybe consider liking this video and subscribing to this channel. As of the release of this video, I think I'm hitting like a million subscribers like right now, probably like the day this is coming out. So I really, really appreciate everybody who subscribed to this channel and helped me, like, make my dream come true of being able to create content and play with tech for a living.
This has just been the most exciting thing in the world and just a wild ride. So thank you. Thank you so much to everybody who tunes in and watches these videos and comments and interacts and who's clicked that like button and click that subscribe button.
It has been such a cool ride, and I can't thank you enough. And thanks again for watching this video and nerding out with me once again. I really, really appreciate you.
And hopefully, I'll see you in the next one. Bye bye.
The Hook

The bait, then the rug-pull.

He's bored with video generators, image models, and the latest LLMs, so he spent a weekend prompting Codex into building the one dashboard that already runs his entire business, and he's giving the whole thing away for free.

CTA Breakdown

How they asked for the click.

VERBAL ASK
19:46product
Literally grab this URL... to the mystery flow slash control center. It will also be down in the description of this video.

Soft, no-pressure CTA delivered as a free GitHub download with a walked-through install prompt, not a sales pitch.

Storyboard

Visual structure at a glance.

cold open
hookcold open00:00
dashboard tour
promisedashboard tour01:23
first Codex build
valuefirst Codex build05:12
industry news tab
valueindustry news tab08:56
local install running
ctalocal install running19:35
hosted on ChatGPT
ctahosted on ChatGPT25:21
Frame Gallery

Visual moments.

One-click upgrade to your Google

Get more breakdowns in your search results

Add Modern Creator as a preferred source and Google shows you more of our breakdowns in Search, Top Stories, and AI Overviews. It only changes what you see, and you can undo it in your Google settings anytime.

Add to Preferred SourcesOpens your Google source preferences with us pre-loaded. Tick the box and you're done.
Watch next

More from this channel + related breakdowns.