Back to browse
FolioDoc – I built a tool to stop chasing clients for documents

FolioDoc – I built a tool to stop chasing clients for documents

by Foliodoc·Feb 17, 2026·4 points·1 comment

AI Analysis

MidNiche GemSolve My ProblemSlick
The Take

No-recipient login combined with SHA-256 hashed magic links and per-upload ClamAV scanning shows someone actually thought about real-world security and privacy tradeoffs. The product also offers white-labeling, EU hosting and a full audit trail — neat for regulated customers who care about compliance. Feels like a focused, practical tool rather than vaporware, though the space is crowded so enterprise integrations and pricing will decide adoption.

Category
Target Audience

Accountants, HR teams, bookkeepers, small business owners and any service provider who needs to collect documents from clients

Post Description

Hey HN, I built FolioDoc (https://foliodoc.com) to solve a problem I kept hearing about from accountants and HR people — spending hours chasing clients for documents over email.

You create a checklist, add recipients with a deadline, and they get a magic link to a simple upload portal. No account needed on their end. Auto-reminders escalate as the deadline approaches.

A few things I focused on:

No recipient login — SHA-256 hashed magic links, raw tokens never stored. Recipients just click and upload.

Virus scanning — ClamAV runs on every upload. Infected files are rejected and the recipient is asked to re-upload.

Privacy — EU hosted (Germany), GDPR compliant, DPA included. No tracking in the app or portal.

Security — TLS everywhere, 5-layer file validation (type, extension, magic bytes, size, quota), rate limiting per-user and per-IP, full audit trail on deletions.

Branding — white-label with your logo and accent color on the portal and emails.

Stack: Django + DRF, Next.js 14, Celery + Redis, PostgreSQL. Portal is server-rendered Django templates (not the React app). Single EC2 instance, Docker Compose.

I'm based in Switzerland, built this over a few months. Free tier available. Would love feedback — especially on the recipient-facing portal since that's the part that needs to be dead simple.

Similar Projects

SaaS●●Solid

CandyDocs – Simple, developer-friendly documentation for SaaS teams

It bundles knowledge base articles, a public roadmap with voting, structured feedback boards, release notes and API reference into one branded portal — exactly the convenience product teams ask for when they're juggling GitHub issues, Canny and a separate docs site. The admin UI in the screenshot (analytics, content counts, role controls) reads clean and usable, but this lives in a crowded field; success will depend on smooth imports, strong integrations and demonstrable SEO/search benefits.

SlickSolve My ProblemShip It
mukul767
203mo ago