Filelathe

Guide

Private in-browser file viewing (what stays local)

How Filelathe handles files in your tab, what may hit the API, and why that matters versus upload-to-convert sites.

Try Filelathe

Local-first viewing

Dropping a file into Filelathe reads it with the browser File API. Media playback, PDF embedding, and image editing use object URLs and WASM/worklets in your tab.

That is different from sites that require uploading the whole file to a server before you see a preview.

When the network is used

Opening a URL fetches through Filelathe’s fetch API. Composing a UI may send metadata (name, type, small samples) so the right tool or an invented mini-app can be chosen. Rate limits apply on those API routes.

If you are handling secrets (.env, private keys), prefer local files you trust and avoid pasting sensitive URLs.

Related formats