Cloud file conversion security model (S3-only, 24h retention)
S3-only pipeline with transparent security docs, but Zamzar and CloudConvert already do this.

Uncensored briefs on sensitive docs without account/storage; Venice zero-retention solves real hallucination risk.
Lawyers, journalists, researchers handling sensitive documents
Claude (Anthropic) · ChatGPT (OpenAI) · Remove.bg (privacy-first SaaS model)
I’m the founder of Fidelitas LLC. I built HushBrief because I was tired of two things:
The "I can’t help with that" refusal messages from sanitized LLMs when trying to brief sensitive legal or investigative material.
The systemic risk of pasting core IP, depositions, or leaked documents into surveillance-backed models that train on user inputs.
HushBrief is an AI briefing tool designed around a zero-retention architecture.
The Tech Stack:
Inference: We use Venice AI for zero-retention inference (llama-3.3-70b). No training on inputs, no logging, no retention at the provider level.
Stateless Auth: We don’t use traditional accounts or databases for user profiles. Subscriptions are handled via signed httpOnly cookies (HMAC-SHA256).
Zero-Knowledge Architecture: Documents are processed in memory and immediately discarded. There is no database entry that links your identity to the documents you've briefed.
Frontend/Backend: React 18 / Express 5 / PostgreSQL (Drizzle ORM) for subscription status only.
Why this exists:
Standard AI tools have become editorialized and "safe" to the point of being useless for professionals handling raw, controversial, or sensitive legal material. HushBrief includes an "Uncensored Mode" that doesn't soften or refuse to process the document you provide. You get the actual brief, not a sanitized version.
The Friction Problem:
I hate "Magic Links" and forced signups. To make this as accessible as possible for a technical audience, we implemented a $0.99 "Day Pass" via Stripe that sets a 24-hour signed session cookie. No email/password required to use the pro features.
We also have a strictly limited 11-unit Lifetime tier ($99) for early believers who want to support the development of resilient socio-technical infrastructure.
I'd love your feedback on the UX—specifically the 3-theme design system and the Privacy Dashboard (the avatar icon in the navbar) which maps out our data usage framework.
Live at: https://hushbrief.app
I'll be in the comments to answer questions about the architecture or our privacy posture.
S3-only pipeline with transparent security docs, but Zamzar and CloudConvert already do this.
Fully local, offline-capable RAG with multi-step reasoning—competes with Perplexity, LlamaIndex, but shut down.
Wrapper scripts around Claude API; no novel approach, and $19 paywall gates most features behind PURCHASE.md.
Abstraction layer for document AI models, but orchestrating existing tools isn't novel.
Finds middleware ordering bugs that standard linters miss completely.
Local-first retention logic beats Braze's backend dependency for latency.