Pipfitter (iOS field tool)
Offline iPhone app for pipe fitters: Stabila-style level with REF calibrate, searchable fitting take-offs (threaded / socket weld / butt weld), and Run Builder cut math.
Body
Pipfitter — product ecosystem entry
Status: M1 workspace bootstrap (2026-07-03)
Platform: iOS 17+ (Xcode on MacBook-Air)
Authority: Local repo /root/pipfitter; Explorer catalog is source of truth for ops memory.
Vision
Pipfitter is an offline iPhone field tool that combines:
- Level — spirit level with reference calibrate (REF) and tolerance-band audio lock
- Handbook — offline searchable take-offs by joint type (threaded, socket weld, butt weld)
- Run Builder — CTC in → cut length + allowance band out
Positioning: PipeFit Pro math depth plus pocket Stabila level UX. Primary wedge vs PipeFit Pro: no level sensor.
Audience
- Journeyman pipefitters, plumber-steamfitters, apprentices, maintenance millwrights, HVAC rough-in
Monetization (planned)
- Free tier: level + limited handbook rows + basic offset
- Pro: $6.99 lifetime IAP (no subscription)
- Fixed cost: ~$99/yr Apple Developer only; break-even ~17 sales
Data policy
| Tier | Source | In app |
|---|---|---|
| 0 | Formulas (BW LR CTF, offset multipliers) | Yes |
| 1 | Public manufacturer catalogs (CCTF NPT, Pyromation) | Yes |
| 2 | Audel-cited threaded take-away table | Yes, dual with rule-of-thumb |
| IPT verbatim / ASME PDF hosting | No | Never v1 |
Competitive benchmark
| App | Price | Offline | Level | Take-offs |
|---|---|---|---|---|
| PipeFit Pro | $5.99 lifetime | Yes | No | ASME tables |
| Pipfitter target | $6.99 lifetime Pro | Yes | Yes | Standards-sourced |
Repository layout
/root/pipfitter/
├── ios/ SwiftUI app (Xcode on Mac)
├── data/ handbook JSON bundles
├── scripts/ validation + Explorer publish helpers
├── docs/planning/ planning mirrors
└── diary/ session receipts → Explorer evidence
Milestones
| Milestone | Scope |
|---|---|
| M1 | Workspace + data bundle + Swift core math (current) |
| M2 | Level tab + Handbook FTS search |
| M3 | Run Builder + Pro IAP |
Explorer catalog (search by title)
| Doc | Role |
|---|---|
| Pipfitter ecosystem entry | This document |
| Pipfitter start-here runbook | Builder onboarding |
| Workspace bootstrap evidence | 2026-07-03 receipt |
Boundaries
- No CT121/126 mutation for Pipfitter iOS work
- No hosted handbook API v1 (offline bundle only)
- No secrets in catalog bodies or local repo
- Xcode project completion on Mac operator host
Related local paths
- Planning:
docs/planning/MASTER_RESEARCH_AND_PLAN.md - Handoff:
docs/planning/BUILD_HANDOFF_2026-07-03.md