summaryrefslogtreecommitdiff
path: root/llms.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llms.txt')
-rw-r--r--llms.txt19
1 files changed, 19 insertions, 0 deletions
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)