I Built a $5 Notion Dashboard That Replaced 4 Paid Subscriptions
Three months ago I was paying for Notion ($10/mo), Trello ($5/mo), Airtable ($12/mo), and Calendly ($8/mo) just to run my one-person content business.
Today, all four workflows live in a single $5 Notion template I built in a weekend — using prompts, not code.
This is the full stack. Take it. It costs less than a coffee.
The problem with paid tool sprawl
Every solopreneur I know hits the same wall: 6-month-old Trello boards, abandoned Notion pages from 2023, three different CRMs they “meant to migrate off,” and a recurring $30–60/mo subscription bill for tools they only use 10% of.
I burned through this exact trap. Here’s what the receipts looked like:
| Tool | What I used it for | Monthly cost |
|---|---|---|
| Notion | Wiki + daily notes | $10 |
| Trello | Content calendar | $5 |
| Airtable | CRM + finance | $12 |
| Calendly | Booking calls | $8 |
| Total | $35/mo = $420/yr |
The thing nobody tells you: you don’t need four tools. You need four views.
The $5 dashboard: one Notion, four built-in databases
I rebuilt the entire stack as a single Notion workspace with four linked databases. Total cost: $5 one-time. No monthly. No renewal emails. No "your trial has ended."
Here’s the architecture:
🏠 Command Center (the page you open every morning)
├── 📅 Content Pipeline (database: pipeline)
│ ├── Ideas (status)
│ ├── Scripting (status)
│ ├── Editing (status)
│ ├── Scheduled (status)
│ └── Published (status)
├── 🤝 Client CRM (database: clients)
│ ├── Name, contact, deal size
│ ├── Status: Lead / Active / Closed
│ └── Last touchpoint (date formula)
├── 📞 Booking System (database: calls)
│ ├── Date, duration, type
│ ├── Auto-status: Upcoming / Past
│ └── Linked to Client record
└── 💰 Finance Tracker (database: income)
├── Source, amount, date
├── Status: Pending / Received
└── Linked to Client record
Each database has 3–5 properties, two views, and one automation. The whole thing took me about 6 hours to build — half of that was naming things.
The 5 prompts that built it (steal these)
The reason this took a weekend instead of a month: I used a single AI assistant (Claude, but ChatGPT / Gemini / DeepSeek all work the same way) with a tight loop of prompts. Here are the five that did 80% of the work.
Prompt 1: Database architecture
I'm a one-person content business. I need four databases in Notion:
1. Content pipeline (statuses: Idea, Scripting, Editing, Scheduled, Published)
2. Client CRM (tracks leads, deal size, last contact date)
3. Booking system (calls with clients, linked to CRM)
4. Finance tracker (income records, linked to CRM and content)
For each database, give me:
- Property names + types
- 2-3 view types I'd actually use (Kanban / Gallery / Calendar / Table)
- One formula per database that auto-computes something useful
- How the four databases should link to each other
Output as a Markdown spec I can paste into Notion verbatim.
This prompt saved me 3 hours of staring at blank property fields.
Prompt 2: Status automation
For the Content Pipeline database, give me a Notion formula that:
- Auto-colors each status (gray for Idea, yellow for Scripting, blue for Editing, purple for Scheduled, green for Published)
- Shows "🔴 OVERDUE" if Scheduled date is in the past and status is still Editing
- Shows "📅 Due today" if Scheduled date is today
- Shows "⏰ Due in N days" if scheduled in the future
The formula must be a single Notion `prop()` expression I can paste into a Formula property.
Notion formulas are notoriously fiddly. Prompting them out is faster than the docs.
Prompt 3: Client follow-up nudges
For the Client CRM database, give me a Notion formula that returns a priority icon based on last touchpoint date:
- 🔥 HOT: touched in last 7 days
- 🟡 WARM: 7-30 days
- ⚪ COLD: 30-90 days
- ❄️ FROZEN: 90+ days
Output as a single Notion Formula expression.
The visual gradient (hot → cold) makes the CRM actually usable at a glance. Without it, the database becomes a graveyard.
Prompt 4: The dashboard view
For my Notion workspace, design a single "Command Center" page that shows:
- Today's calls (filtered from Booking database where date=today)
- Content items due this week (Content Pipeline where status in [Scripting, Editing] and due this week)
- HOT leads (Client CRM where priority = 🔥)
- Income received this month (Finance where status=Received and date in current month)
For each block, give me:
- Exact "linked database" filter setup
- Layout (gallery, table, list)
- Sort order
This is the page you actually open every morning. The AI nailed it in one shot.
Prompt 5: Migration cleanup
I have:
- 47 Trello cards in a "Content" board
- 22 rows in an Airtable CRM
- 3 rows in a Notion table called "Old CRM"
Write me a 30-minute migration plan to move all 47 content cards into the new Notion Content Pipeline, all 22 CRM rows into Client CRM, and trash the old CRM table. Include the exact import order so I don't break foreign-key links.
The migration plan alone saved a Saturday.
What I do with it every week
The system has been running for 11 weeks. Here’s what the weekly loop looks like:
Monday (15 min): Review content pipeline. Anything stuck in "Scripting" for >7 days → either schedule or kill.
Wednesday (10 min): Check HOT leads. Touch anyone I haven't emailed in 7 days. Cold leads get a single "still relevant?" email.
Friday (10 min): Finance review. Anything in "Pending" for >14 days → chase invoice.
Total weekly overhead: 35 minutes.
Before this dashboard: ~2 hours/week across four tools, with frequent "wait which CRM was this client in?" moments.
The cost comparison, 12 months out
| Setup | Year 1 cost | Year 2 cost | Total |
|---|---|---|---|
| Old way (4 paid tools) | $420 | $420 | $840 |
| New way ($5 template) | $5 | $5 | $10 |
Net savings over two years: $830.
That’s not a typo. That’s the cost of switching to a system you actually own.
Get the full template (and 50+ more prompts like the ones above)
I packaged the complete Notion dashboard (every database, view, and formula above, plus the migration guide) into a $5 one-time template — no subscription, no upsells, no email gate.
It's called The AI Solopreneur Launchpad and it includes:
- The full Notion template (duplicate with one click)
- 50+ prompts across 6 categories (CRM, content, finance, automation, marketing, client ops)
- The 5 prompts above, expanded with full context and the exact Notion Formula code
- A 1-page "first weekend" setup guide so you can have it running by Sunday night
👉 Get it here: jackalope86.gumroad.com/l/dgdtjf — $5 one-time.
If you want the bigger toolkit (100+ prompts for content + business automation), the AI Business Automation Prompt Pack ($19) layers on top of this: jackalope86.gumroad.com/l/byrjla.
FAQ
Do I need Notion Plus? No — the dashboard works on the free Notion tier (you get unlimited blocks/databases; the only limit is file uploads, which this template doesn't use).
Will this scale past solopreneur? It comfortably handled 3 clients and ~15 content pieces/week for me. Past 10 active clients you'll want a real CRM. By then you'll have the cash to afford one.
What if I get stuck? Every prompt in the template is annotated with "expected output" + "common mistakes." I tested all 50+ across Claude, ChatGPT, Gemini, and DeepSeek.
If this saved you a subscription bill, share it with one friend who is drowning in Trello boards. They'll thank you.
Top comments (0)