Work/SwiftDocPro
Deployed · Live

SwiftDocPro

Realty SaaS — upload a legal property document, get plain-English analysis in seconds.

TypeB2B SaaS
StatusDeployed · Live
Built bySolo
Timeline2025–present
StackCloudflare Pagesn8nStripeGitHub CI
The Problem

Realtors and cadastralists spend hours manually reviewing property legal documents. The content is dense, technical, and repetitive. The opportunity: an AI layer that reads the document and surfaces what actually matters.

What I Built
Frontend on Cloudflare Pages — auto-deploys from GitHub on every push
Document upload flow — PDF/image → n8n workflow → AI analysis pipeline
n8n backend on VPS — handles document processing and AI calls
Stripe billing live — subscriptions running in production
Webhook-driven architecture — frontend stays thin and fast
// analyze-document.js
// n8n webhook trigger
const response = await fetch(
process.env.N8N_WEBHOOK_URL,
{ method: "POST", body: formData }
);
const { analysis } = await response.json();
Key Technical Decisions

Chose n8n as the backend automation layer — it handles the document processing pipeline visually and makes it easy to swap AI models or add steps without redeploying. Cloudflare Pages keeps the frontend at the edge with zero server maintenance.

The Math

An hour a document. Twice a day. Gone.

Reviewing a property legal document by hand takes about an hour. A clerk on $24/hr handles two a day — SwiftDocPro returns the same plain-English analysis in seconds. Here's the manual labour it removes, per clerk.

Per day
0hrs
of manual review
$0
in clerk wages · 2 docs reviewed
Per week
0hrs
of manual review
$0
in clerk wages · 5 working days
Per month
0hrs
of manual review
$0
in clerk wages · ~22 working days
Per year
0hrs
of manual review
$0
in clerk wages · 260 working days

Assumes 60 min per document × 2 documents/day at $24/hr. That is 520 hours and $12,480 of manual review per clerk, every year — recovered in seconds. Scale by headcount.

Have a workflow that needs this kind of system?

If you want something built the same way — end to end, shipped, in production — let's talk.

Work with me →
← All workNoctlore