Web App / SaaS
JAD Apps Data Factory
Released
The privacy-first file tools platform at jadapps.app — 600+ zero-upload tools across CSV, PDF, image, audio, video, Excel, and more, with accounts, paid tiers, and workflow automation. Files are processed in the browser or on your own machine; they never touch a server.
- 600+ browser-local tools spanning 14 file families, all behind one auth and one dashboard
- Stripe-backed Pro, Media, Developer, and Enterprise tiers with persisted usage stats via Supabase
- Zero-upload by design — every tool runs in the browser or on the paired local Runner
Next.js 15React 19TypeScriptCloudflare PagesAuth.jsSupabaseStripe
Web App / Secure File Transfer
SecureSend
Released
Send a file that can only be opened once. Your browser encrypts the file locally and SecureSend holds only the key — never the file. The key is released exactly once, atomically, then destroyed, so a link can never be claimed twice. Serverless on Cloudflare Workers and Durable Objects.
- Zero-knowledge by design — the server stores a key, never the file; even we can't read what you send
- Atomic one-time key release with PIN protection — five wrong attempts locks the file permanently
- Recipients need no account and opening is always free; email or SMS delivery from £2.99/month, and every paid Data Factory tier includes a complimentary Plus or Unlimited key
Cloudflare WorkersDurable ObjectsTypeScript
Workflow Automation
Workflow Orchestrator
Released
The visual workflow builder inside Data Factory — chain the platform's tools into pipelines with cron and webhook triggers, version history, and a full audit trail. Included with every paid tier.
- Cron and webhook triggers with per-run history, versioning, and audit trail
- Dispatches privacy-sensitive steps to the local Runner so file contents never reach the server
- Credentials vault and service connectors for automating real-world pipelines
Next.jsTypeScriptSupabaseCloudflare
Desktop Companion App
JAD Runner
In Development
The paired desktop companion that executes Data Factory tools entirely on your machine, exposing local HTTP and MCP endpoints for scripts and AI agents — with a no-upload guarantee enforced in code and tests.
- Runs 287 platform tools locally from encrypted, signed tool bundles
- HTTP + MCP endpoints on 127.0.0.1 so scripts, CI, and AI agents can drive the same tools
- Hard privacy invariant: file contents, names, and outputs never leave the machine — only run metadata
ElectronNode.jsTypeScript