# LegalFlow — Reddit Smoke Test Posts
**目的**: 引发真实用户回复 → DM 有共鸣者 → 获取种子用户  
**不是广告帖，不提产品名，不放链接**  
**语言**: 全英文  
**生成时间**: 2026-04-24

---

## 📋 使用规范

### 冒烟测试逻辑
1. 发帖 → 等真实用户回复（24-72小时）
2. 看谁描述了真实痛点 / 表达了明确需求
3. DM 他们：  
   > "Hey, your comment really resonated. I've been building a tool that handles exactly this — would you be up for a 20-min call? No pitch, just want to understand your workflow."
4. 通话验证需求 → 邀请成为 beta 用户（免费）

### 选号原则
- **帖子 A / C** 用于新账号（纯提问，zero karma 也行）
- **帖子 B / D** 需要账号有 50+ karma，否则被过滤
- 每个账号每天最多发 1 个主帖，不要同一天同时发

---

## 🗂️ 帖子列表

---

## Post A — 纯痛点提问，不提产品
**Target**: r/paralegal  
**策略**: 伪装成同行提问，让真实用户分享痛苦，识别高意愿者  
**推荐账号**: 新账号可用

---

**Title**:  
`How do you actually track court deadlines across 20+ active cases? Looking for what's working (and what isn't)`

**Body**:
```
I've been at a small litigation firm for about two years now, and deadline management is still the thing that keeps me up at night.

We're currently using a combination of Outlook calendar, a shared Excel spreadsheet, and a lot of sticky notes. It works... until it doesn't. Last month we almost missed a response deadline because the trigger date was logged in one place and the actual calendar reminder was set by a different paralegal who calculated the days differently.

A few specific things I'm struggling with:

**Deadline calculation**: FRCP rules are one thing, but then you layer in state-specific rules (we handle cases in CA and TX), service method extensions, holidays that vary by court... Is anyone actually doing this manually and feeling confident? We've had partners triple-check calculations before because no one trusted the spreadsheet.

**Evidence chain of custody**: For cases going to trial, we keep a separate paper log for custody transfers. It's immutable (good) but disconnected from everything else (bad). When outside counsel or an expert needs to review the chain, we're manually compiling PDFs.

**Cross-case conflicts**: We have 4 associates and sometimes two big deadlines land on the same day for the same attorney. Nobody has a good system for catching this early — we usually find out when someone's already committed to something.

What are you using? Happy to hear both "we use [paid tool] and it's worth it" and "we cobbled together [free stuff] and it mostly works." Just trying to understand what's actually realistic for a 10-attorney firm.
```

**DM 触发条件**: 回复中有人描述"我们用 Excel/Outlook + 很痛苦"，或提到具体工具但表示不满意

---

## Post B — Builder 故事，招募 Beta 用户
**Target**: r/Lawyertalk  
**策略**: 透明分享构建过程，直接邀请 beta，让社区帮你打磨  
**推荐账号**: 需要 50+ karma（在 r/Lawyertalk 先回复几个帖子积累）

---

**Title**:  
`I spent 3 months talking to paralegals about court deadline tracking — then built something. Looking for 5 beta testers.`

**Body**:
```
Background: I'm a developer (not a lawyer), but I have a close friend who's a litigation paralegal at a mid-size firm in California. For years I've watched her manage deadlines in a combination of Outlook + Excel + post-it notes, and I kept asking "there has to be a better way, right?"

Turns out — kind of? Tools like Clio handle deadlines, but at $79–$149/user/month it's hard to justify for a 10-person firm. LawToolBox does deadline calculation but doesn't touch evidence custody. CaseFleet does evidence but not deadlines. And nothing I found caught *cross-case conflicts* — when two attorneys have overlapping hearings or filing deadlines on the same day.

So I built LegalFlow: a lightweight tool that combines:
- Auto court deadline calculation (FRCP + CA, NY, TX, FL, IL rules)
- Evidence chain-of-custody logging with immutable audit trail
- Cross-case conflict detection across attorneys
- 7/3/1-day email reminders

The whole thing is $29/user/month — deliberately priced for small-to-mid firms that Clio prices out.

**I'm looking for 5 paralegals or associates at litigation firms to beta test for free** (3 months, no credit card). In exchange, I want brutal feedback — what's wrong, what's missing, what's confusing.

If you manage court deadlines or evidence for active cases and want to try it, drop a comment or DM me. I'll respond to everyone.

(Site: legalflow.minirice.xyz — early access, rough around the edges)
```

**预期回复类型**: 
- "We use [X] and it has these problems..." → 高价值 DM 候选
- "How does the deadline calculator handle [edge case]?" → 技术验证信号
- "What courts does it cover?" → 意向明确，直接邀请

---

## Post C — 自动化切入，技术用户
**Target**: r/automation  
**策略**: 以 builder 视角分享技术问题，吸引关注法律自动化的开发者和律所 IT  
**推荐账号**: 新账号可用

---

**Title**:  
`Built a court deadline calculator for US litigation — the "business days" problem is deceptively complex`

**Body**:
```
Been building a tool for litigation firms that auto-calculates court deadlines from a trigger event (e.g., "complaint served on April 1st, FRCP response deadline = ?").

Sounds simple. It's not.

Here's what makes it genuinely hard:

**1. Business days vs. calendar days — and it varies by rule**
FRCP Rule 12 gives you 21 *calendar* days to respond. But FRCP Rule 6(d) adds 3 *extra* days for electronic service. Some state rules use business days. Some rules use "court days" (excluding court holidays that differ from federal holidays). Same trigger, different jurisdictions, totally different math.

**2. Court holidays aren't just federal holidays**
Individual state courts close for state-specific holidays. California Superior Courts observe César Chávez Day (March 31). Some Texas courts take Confederate Heroes Day. If a deadline falls on one of these, you roll to the next court day — but which court? The specific court matters, not just the state.

**3. Triggering events cascade**
Answer deadline triggers when complaint is served. But service method matters: in-person service (21 days), mail service (+3 days), electronic service (check local rules). And the served party matters: individual vs. corporation vs. government agency each have different windows.

**4. Cross-jurisdiction cases**
Federal case filed in CDCA with a state law counterclaim under CCP. Which rules govern which deadline? Both, actually, for different claims.

The way I handled it: jurisdiction-specific rule fixtures (not a live API — too unreliable), holiday tables per court, and a cascading rule resolver that walks trigger → applicable rules → day_type → holiday adjustment → final date.

Anyone else tackled this? Curious how legal tech teams approach the data maintenance side (court rules do change — local rule amendments, COVID extensions, etc.).
```

**DM 触发条件**: 自我介绍为律所 IT、ops 角色的人；或提到"我们也在解决这个问题"

---

## Post D — r/SaaS Build-in-Public
**Target**: r/SaaS  
**策略**: 公开数据，建立可信度，吸引同行 + 潜在用户  
**推荐账号**: 需要 karma，用于社区可信度建立

---

**Title**:  
`6 weeks building LegalFlow — a deadline & evidence tracker for litigation firms. Here's what I've learned so far.`

**Body**:
```
Quick background: I'm a solo developer who spent 3 months doing customer discovery interviews with paralegals and litigation associates at small-to-mid US law firms before writing a line of code.

The problem I'm solving: Missing a court filing deadline is the #1 cause of legal malpractice claims (ABA data). Yet most small firms (5–50 attorneys) manage deadlines in Excel + Outlook. Tools like Clio solve it but cost $79–$149/user/month. There's no affordable, focused tool that combines court deadline automation + evidence chain-of-custody + cross-case conflict detection.

**What I built (6 weeks in)**:
- Court deadline calculator covering FRCP + 5 state rule sets (CA, NY, TX, FL, IL)
- Evidence chain-of-custody logging with immutable audit trail
- Cross-case conflict detection (flags same-day overlaps per attorney)
- Email alerts at 7/3/1 days before deadlines
- Priced at $29/user/month (free 3-month beta right now)

**Numbers (honest)**:
- Beta users: 3 (need more)
- Interviews completed: 14
- Most common feedback so far: "The deadline calculator is right, but I don't trust it yet" — building more visible rule citations to solve this

**What I'm still figuring out**:
- GTM: legal Twitter/LinkedIn is a different beast. Cold outreach to firms hasn't worked. Reddit has been more useful.
- Trust: attorneys need to *see* the calculation, not just the result. Working on showing the rule reference for every deadline generated.
- Rule maintenance: court rules change. Building a submission system for attorneys to flag incorrect rules.

If you've sold B2B SaaS into professional services firms (legal, medical, accounting), I'd love to hear what actually worked for early traction.

(legalflow.minirice.xyz if you're curious)
```

---

## 💬 评论模板（插入现有热帖，转化率高于主帖）

### 评论 1 — 插入 r/paralegal 的 deadline 讨论
**目标帖**: 任何提到 deadline tracking 工具的帖子

```
We had almost the exact same setup — Outlook + a shared calendar + one Excel file that "only Sarah really understood." 

What eventually broke us was a CA state court deadline that fell on César Chávez Day. Nobody's Outlook calendar flagged it, and we almost filed late.

I've been testing a tool called LegalFlow that actually has court-specific holiday tables baked in. Still early, but the deadline calculation has been accurate for the CA and FRCP cases we've run through it. Happy to share more if useful.
```

### 评论 2 — 插入 r/automation 的法律自动化讨论
**目标帖**: "What's the low-hanging fruit in legal automation"

```
From my experience building in this space: deadline calculation is deceptively high ROI. 

Most firms don't realize how often their manual calculations are subtly wrong — not by days, but by 1-2 days around holidays or when service method extensions compound. And the consequences of being wrong are severe (malpractice territory).

The hard part isn't the calculation logic — it's maintaining accurate court rule fixtures. Rules change, local amendments get filed, COVID-era extensions got codified differently in different courts. A tool is only as good as its rule database.

Happy to go deeper if this is relevant to what you're building.
```

### 评论 3 — 插入 r/Lawyertalk 的工具不满帖
**目标帖**: 任何抱怨 Clio/现有工具太贵或功能缺失的

```
This is exactly why we stopped using [Tool]. At [$X]/user/month, you'd expect the deadline calculator to handle multi-jurisdiction cases correctly. It doesn't — it defaults to FRCP and ignores state court rules entirely.

We're currently beta testing a smaller tool (LegalFlow) that specifically handles this. It's not a full practice management suite, just deadlines + evidence custody + conflict detection. Free right now if anyone wants to try it — legalflow.minirice.xyz
```

---

## 📌 发帖顺序建议

| 周 | 行动 | 备注 |
|----|------|------|
| Week 1 | 发 Post A（r/paralegal）| 纯提问，观察回复质量 |
| Week 1 | 在 5 个相关帖子发评论 1 / 2 | 建立账号可信度 |
| Week 2 | 发 Post C（r/automation）| 技术受众，不同画像 |
| Week 2 | DM Week 1 回复中的高意向用户 | 趁热打铁 |
| Week 3 | 发 Post B（r/Lawyertalk）| 需要账号有足够 karma |
| Week 4 | 发 Post D（r/SaaS）| 公开进度，建立可信度 |

---

## 📝 DM 话术模板

当有人回复 Post A / B 表达了真实痛点时：

**模板 1 — 邀请通话**
```
Hey [username], your comment about [具体痛点] really resonated. 

I've been building a lightweight tool for exactly this workflow — court deadline calculation + evidence custody + conflict detection, targeted at small-to-mid litigation firms.

Would you be open to a 20-minute call? Not a sales pitch — I genuinely want to understand how your firm handles this today and whether what I've built is even useful. Happy to give you free access in exchange.

No obligation, just a conversation. [Calendly link]
```

**模板 2 — 异步反馈（如果不愿意通话）**
```
Totally understand if a call doesn't work. If you're curious, here's a quick Loom walkthrough of the current build: [link]

Main question for you: does the deadline calculator handle [state] rules for the cases you see most often? That's the piece I'm most unsure about and your feedback would be genuinely useful.
```

