From 42e267d2d551c56a44f8dea704667451a4677b2f Mon Sep 17 00:00:00 2001 From: Tadas Vilkeliskis Date: Sun, 8 Feb 2026 16:17:26 -0500 Subject: marketing --- llms.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 llms.txt (limited to 'llms.txt') diff --git a/llms.txt b/llms.txt new file mode 100644 index 0000000..f36fcf3 --- /dev/null +++ b/llms.txt @@ -0,0 +1,19 @@ +# Just Redact + +Just Redact is a free, browser-based utility for permanently redacting sensitive information from PDF documents. + +## Core Security Model +- **100% Client-Side**: All processing occurs locally via WebAssembly (PDF.js). No files are uploaded to any server. +- **Permanent Flattening**: Documents are exported as flattened images (rasterization). This physically destroys underlying text and metadata, preventing recovery via copy-paste or OCR. + +## Key Features +- Local-only processing (Privacy-first) +- Search-and-Redact (Keyword removal) +- Manual Draw & Text Selection modes +- High-resolution image export (PDF flattening) +- Zero account requirement / No tracking + +## Technical Stack +- PDF.js (Parsing/Rendering) +- jsPDF (Exporting) +- Tailwind CSS (UI) -- cgit v1.2.3