AI that runs in your browser
Every AI model here runs directly in your browser — using ONNX Runtime via the FileCraft Engine. Your documents never get sent to any server for AI inference.
PDF Summarizer
Summarize any PDF in seconds using browser-side AI
Invoice Data Extractor
Extract vendor, amount, date, and line items from invoices
Image Caption Generator
Generate alt text and captions for images using vision AI
Document Classifier
Auto-classify uploaded documents by type (invoice, contract, ID)
How browser-native AI works
Model downloads once
The ONNX model is downloaded directly from Hugging Face CDN and cached in your browser's IndexedDB. Subsequent uses are instant.
Runs in a Web Worker
The model runs in a background thread via the FileCraft Engine, so your browser stays responsive while inference happens.
Result returns to you
The model output (summary, extracted data) is returned to the page. Nothing is sent anywhere — it's all local.