
Building a One-Person Operations System: Notion + Feishu + AI Workflow
One-person ops system: Notion for content planning, Feishu Bitable for CRM, n8n automation, DeepSeek/Claude AI workflows. Complete guide with costs and setup.
Building a One-Person Operations System: Notion + Feishu + AI Workflow
As a solopreneur, you wear every hat: CEO, marketer, customer support, accountant, and product manager. Without a structured operations system, you drown in busywork. The tools you choose can either amplify your output or become another source of complexity.
This guide walks through a proven stack for the one-person company in 2026: Notion for content operations, Feishu (Lark) Bitable as a lightweight CRM, n8n for workflow automation, and DeepSeek/Claude APIs for AI-powered tasks. Plus, a framework for deciding when to use Make vs. Zapier.
1. Notion: Your Content Operations Hub
Notion is the central nervous system of your operations. It handles content calendar management, project tracking, and knowledge documentation in one place.
Content Calendar Database
Create a database with these properties:
| Property | Type | Purpose |
|---|---|---|
| Title | Text | Article title |
| Slug | Formula | Auto-generated URL slug |
| Status | Select | Draft, Writing, Editing, Scheduled, Published |
| Category | Select | Ops, Marketing, Product, etc. |
| Channel | Multi-select | Blog, Newsletter, X/Twitter, LinkedIn |
| Publish Date | Date | Scheduled publication date |
| Word Count | Number | Track article length |
| SEO Keywords | Text | Target keywords for the piece |
| AI Draft Link | Relation | Link to AI-generated draft |
| Notes | Text | Internal comments and reminders |
View Setup: Create four database views:
- Calendar View — See your month at a glance, grouped by status
- Kanban Board — Drag articles through the editorial pipeline
- Table View — Bulk edit metadata
- Gantt Timeline — Plan quarterly content themes
Templates for Consistency
Create a page template for each content type. Your blog post template should include:
# [Title]
**SEO Excerpt:** [Under 160 chars]
**Target Keywords:** [Keyword 1], [Keyword 2], [Keyword 3]
**Estimated Read Time:** [X] minutes
## Outline
1. [Section heading]
- Key point
- Key point
## Draft
[Paste your AI-generated draft here]
## Human Edits
[Track your edits and improvements]
## Final Review Checklist
- [ ] SEO title includes primary keyword
- [ ] H2/H3 structure is logical
- [ ] At least one table or list
- [ ] External links open in new tab
- [ ] Featured image selected
- [ ] Meta description written
Knowledge Base Wiki
Create a second database for your operations knowledge: standard operating procedures (SOPs), tool credentials (securely stored), client notes, and process documentation. Link relevant SOPs to your content calendar items.
2. Feishu Bitable as a Lightweight CRM
Feishu (known as Lark outside China) is an underrated tool for the solopreneur stack. Its Bitable feature — a spreadsheet-database hybrid — is perfect for customer relationship management without the overhead of Salesforce or HubSpot.
Setting Up Your CRM in Feishu Bitable
Table 1: Contacts
| Field | Type | Example |
|---|---|---|
| Name | Text | "John Doe" |
| Text | "john@example.com" | |
| Company | Text | "Acme Corp" |
| Source | Select | Cold Email, Product Hunt, Referral |
| Status | Select | Lead, Warm, Trial, Customer, Churned |
| Last Contact | Date | 2026-05-15 |
| Notes | Text | "Interested in enterprise plan" |
| Deal Value | Number | $299 |
| Tags | Multi-select | VIP, Enterprise, High Intent |
Table 2: Interactions
Link to Contacts via Bitable's Link feature. Log every email, call, support ticket, and meeting. This creates a complete interaction history without manual note-taking.
Table 3: Pipeline
A visual Kanban view of your sales pipeline: Outreach → Connected → Demo → Negotiation → Closed Won → Closed Lost.
Why Feishu Bitable Instead of Dedicated CRM Tools
| Feature | Feishu Bitable | HubSpot (Free) | Pipedrive (Paid) |
|---|---|---|---|
| Cost | $0 (with Feishu free tier) | $0 (limited) | From $14/month |
| Custom fields | Unlimited | Limited | Limited |
| API access | Full | Full | Full |
| Automation | Via n8n integration | Limited | Built-in |
| Collaboration | Real-time with chat | Real-time | Real-time |
| Mobile app | Yes | Yes | Yes |
For a solopreneur with under 500 contacts, Feishu Bitable is more than sufficient — and completely free.
3. n8n: The Automation Backbone
n8n is an open-source workflow automation tool that connects all your services. Unlike Zapier or Make, n8n gives you complete control: self-hosted, custom code nodes, and no per-task pricing.
Critical Workflows for a One-Person Ops System
Workflow 1: Content Publication Pipeline
When you mark an article as "Published" in Notion:
- Notion Trigger: Watch for status change to "Published"
- Format Content: n8n extracts the article body from Notion and formats it as Markdown
- Generate Social Posts: Send to Claude API with prompt: "Write 3 X/Twitter posts promoting this article. Each under 280 chars. Include relevant hashtags."
- Schedule Social Posts: Create drafts in your social media scheduler
- Send Newsletter: Add the article to your Mailchimp/ConvertKit newsletter queue
- Log to Analytics: Record the publication in your analytics spreadsheet
Workflow 2: Lead Capture & CRM Update
When someone fills out your contact form:
- Form Trigger: Webhook from your landing page
- Enrich Data: Look up company info using Clearbit or similar
- Create CRM Record: Add to Feishu Bitable Contacts table
- Send Welcome Email: Via Resend or SendGrid
- Post to Slack: Notify you (even if it's just yourself)
- Log to Analytics: Track lead source
Workflow 3: Weekly Ops Report
Every Monday at 9 AM:
- Notion Query: Count articles published last week
- CRM Query: Count new leads and interactions
- Analytics Query: Fetch last week's traffic and conversion data
- Compose Report: Use Claude API to write a concise weekly summary
- Send to Email/DM: Deliver the report to your inbox or a private Slack channel
n8n Hosting Options
| Option | Cost | Setup Difficulty |
|---|---|---|
| n8n Cloud | From $20/month | Low (managed) |
| Railway/Render | $5-15/month | Medium |
| Self-hosted (Docker) | $0 + server cost | High |
| PikaPods | From $4/month | Low |
Start with n8n Cloud or PikaPods. Upgrade to self-hosting when your workflow count exceeds 50.
4. DeepSeek and Claude API Integration
AI APIs are the differentiator in a one-person ops system. DeepSeek offers the best cost-performance ratio for bulk content tasks, while Claude excels at nuanced writing and analysis.
When to Use Each Model
| Task | Recommended Model | Why |
|---|---|---|
| First draft generation | Claude Sonnet 4 | Better narrative flow and structure |
| Content rewrites/improvements | Claude Sonnet 4 | Nuanced understanding of voice |
| Bulk SEO meta descriptions | DeepSeek V4 | 10x cheaper, fast, consistent |
| Data extraction from text | DeepSeek V4 | Cost-effective for structured output |
| Customer email classification | DeepSeek V4 | Fast, cheap, reliable categories |
| Complex analysis | Claude Sonnet 4 | Better reasoning and citation |
| Translation | DeepSeek V4 | Competitive quality at lower cost |
Implementation in n8n
Add an HTTP Request node in n8n pointing to the respective API. Example Claude integration:
{
"method": "POST",
"url": "https://api.anthropic.com/v1/messages",
"headers": {
"x-api-key": "{{$credentials.claudeApiKey}}",
"anthropic-version": "2023-06-01",
"content-type": "application/json"
},
"body": {
"model": "claude-sonnet-4-20250514",
"max_tokens": 4096,
"messages": [
{
"role": "user",
"content": "Write a 500-word blog introduction about {{$node['Notion'].json.title}}"
}
]
}
}
Cost Projection for a Solo Operator
| Usage | Monthly Volume | Claude Cost | DeepSeek Cost |
|---|---|---|---|
| Blog drafts | 20 articles | $12 | $2 |
| Social posts | 60 posts | $6 | $0.60 |
| Email responses | 200 emails | $8 | $0.80 |
| SEO metadata | 50 pages | $2 | $0.20 |
| Total | $28/month | $3.60/month |
A hybrid approach — Claude for drafts and analysis, DeepSeek for bulk tasks — costs under $30/month.
5. Make vs. Zapier: Decision Framework
You might wonder: should I use n8n, Make, or Zapier? Here's the framework for a solopreneur.
The Decision Tree
Do you need to self-host for data privacy?
├── Yes → Use n8n (only self-hosted option)
└── No → Ask: How complex are your workflows?
├── Simple (1-2 steps, common apps) → Zapier
├── Medium (3-7 steps, some custom logic) → Make
└── Complex (8+ steps, custom code, branching) → n8n
Side-by-Side Comparison
| Factor | n8n | Make | Zapier |
|---|---|---|---|
| Pricing | Free self-hosted, $20/mo cloud | From $9/mo | From $19.99/mo |
| Per-task pricing | No | No | Yes (tasks = executions) |
| Custom code | JavaScript/Python | No | JavaScript (limited) |
| Self-hosting | Yes | No | No |
| AI integration | Direct API calls | HTTP module | OpenAI integration |
| Error handling | Retry, error workflows | Retry | Limited |
| Learning curve | Steep | Medium | Low |
| Community | Large open-source | Large | Massive |
Recommendation for Solopreneurs
- Start with n8n if you're technical or want to learn. The $0 entry cost and unlimited workflows win long-term.
- Use Make for rapid prototyping. Their visual editor is excellent, and $9/month for 10k operations is fair.
- Avoid Zapier unless you need a 5-minute setup for a single, simple workflow. Their per-task pricing becomes expensive above 1,000 tasks/month.
Bringing It All Together: A Day in Your Ops System
Here's what your operations look like with this stack fully implemented:
Monday 9:00 AM: n8n sends you a weekly ops report (composed by Claude) showing last week's metrics: 3 articles published, 12 new leads, 8.5% conversion rate on the trial page.
Monday 10:00 AM: You review the Notion content calendar. Three articles are in "Draft" status, each pre-populated by Claude API via an n8n workflow triggered when you move a card from "Outline" to "Writing."
Monday 11:00 AM: A new lead comes in from your Product Hunt launch. n8n captures the form submission, enriches the data, adds the contact to Feishu Bitable CRM, and sends a personalized welcome email — all without your involvement.
Wednesday 2:00 PM: You publish an article. n8n detects the status change in Notion, uses DeepSeek to generate SEO metadata, creates social posts via Claude, schedules them, and adds the article to your newsletter queue.
Friday 4:00 PM: You review your Feishu Bitable CRM. Pipeline view shows you which leads need follow-up. You write three personalized emails. n8n logs each interaction automatically.
Implementation Roadmap
| Week | Milestone |
|---|---|
| 1 | Set up Notion content calendar with templates |
| 2 | Create Feishu Bitable CRM with Contacts and Pipeline tables |
| 3 | Install n8n (cloud or self-hosted) and connect Notion + Feishu |
| 4 | Build the content publication pipeline workflow |
| 5 | Build the lead capture workflow |
| 6 | Integrate DeepSeek and Claude APIs for content generation |
| 7 | Build the weekly ops report automation |
| 8 | Refine, optimize, and add error handling |
A solopreneur who implements this system buys back 15-20 hours per week previously lost to manual operations. That time goes where it matters: talking to customers, improving your product, and building your business.