How to Use Notion for Solopreneurs

Notion is a flexible workspace that lets solopreneurs combine notes, tasks, databases and calendars in one place. This guide shows you how to set up a client CRM, a project board, a content calendar and a finance tracker, all without writing code. Follow the steps, copy the example blocks, and you’ll have a live system that grows with your business.

Table of contents

Client CRM

A CRM in Notion lets you store contact details, deal stages and meeting notes. Use a table database and add a few calculated columns.

1. Create the database

+ Add a new page → Database → Table – Full page

2. Add essential properties

3. Formula for days since last contact

prop("Last Contact") ? dateBetween(now(), prop("Last Contact"), "days") : ""

4. View for active deals

Click + Add a view, choose Board, group by Stage. Drag cards to move deals between stages.

Notion CRM board
Figure 1 – Sample CRM board grouped by deal stage.

Project & Task Board

Keep every client project on a Kanban board. Link tasks to the CRM so you always know who the work belongs to.

1. Create a linked database

/linked database → select the CRM table → Filter: Stage is "Won"

2. Build the task table

3. Automate status color

Set the Status property to display a colored badge. Notion does this automatically based on the select color you choose.

Task board example
Figure 2 – Kanban view of tasks grouped by Status.

Content Calendar

A content calendar helps solopreneurs plan blog posts, social media and newsletters. Use a calendar view and roll‑up formulas to track progress.

1. Create the calendar

/table → rename to "Content Calendar"
Add property "Publish Date" – Date
Add property "Status" – Select (Idea, Draft, Scheduled, Published)
Add property "Channel" – Multi‑select (Blog, LinkedIn, Instagram, Email)

2. Calendar view

Click + Add a view → Calendar → set "Publish Date" as the date field.

3. Roll‑up of total published pieces

filter(prop("Status") == "Published")

4. Sample entry

Content calendar month view
Figure 3 – Monthly calendar showing scheduled posts.

Finance Tracker

Track income and expenses with a simple table. Notion formulas calculate totals and profit margins.

1. Table structure

2. Formula for monthly total

if(prop("Category") == "Income", prop("Amount"), -prop("Amount"))

3. Summary view

Create a new view → Table → Group by month. Add a roll‑up on the formula column to sum values.

Finance table with monthly roll‑up
Figure 4 – Finance summary showing net profit per month.

Simple Automations

Notion lacks native triggers, but you can use built‑in reminders and template buttons to speed up repetitive work.

1. Reminder for overdue tasks

Set the Due date property to “Remind on the day of event”. Notion will push a notification to your device.

2. Template button for new client onboarding

/template button → Name: "New Client Onboarding"
Create a pre‑filled page with:
- Linked CRM entry (relation)
- Checklist: Contract signed, Invoice sent, First meeting scheduled
- Project board filtered to this client

3. Weekly review page

Make a template button that generates a page with linked views of:

Notion vs. Competitors

Below is a quick side‑by‑side comparison of Notion and two common alternatives for solopreneurs.

FeatureNotion (Free)ClickUp (Free)Airtable (Free)
Unlimited pages✗ (1,200 records)
Rich text + databases
Native calendar view✗ (requires view)
File upload limit5 MB100 MB2 GB
Automation (Zapier, Make)✓ (via API)✓ (built‑in)✓ (via Zapier)
Mobile app qualityHighMediumHigh

FAQ

Is Notion free for solopreneurs?

Notion offers a free Personal plan with unlimited pages and blocks. Most solopreneurs stay within the free limits. The Personal Pro plan adds version history and larger file uploads for $8 / month.

Can I track finances in Notion?

Yes. A simple table with a formula column can sum income, expenses and show net profit. For complex reporting you can embed a Google Sheet.

How do I share a Notion page with a client?

Open the page, click “Share”, toggle “Share to web”, and copy the link. Set the permission to “Can comment” so clients can leave feedback without editing.

Do I need to code to create a Notion dashboard?

No. All layouts are built with drag‑and‑drop blocks. Code blocks are only needed for embedding snippets or custom formulas.

What device works best with Notion?

Notion runs on Windows, macOS, iOS, Android and any modern browser. The web app is fully functional, so you can work from any device.

By following this guide, you now have a live Notion workspace that handles clients, projects, content and money. Adjust the tables as your business grows, and you’ll keep every detail in one searchable place.

Get tools like this in your inbox
One useful tool per week. No spam. Unsubscribe anytime.