I made a free site with file tools + a local AI chat that connects to Ollama

Posted by opal-emporium@reddit | LocalLLaMA | View on Reddit | 8 comments

I've been working on a side project called Practical Web Tools and figured I'd share it here.

It's basically a collection of free browser-based utilities: PDF converters, file compressors, format changers, that kind of stuff. Nothing groundbreaking, but I got tired of sites that either paywall basic features or make you upload files to god-knows-where. Most of the processing happens in your browser so your files stay on your device.

The thing I'm most excited about is a local AI chat interface I just added. It connects directly to Ollama so you can chat with models running on your own machine. No API keys, no usage limits, no sending your conversations to some company's servers. If you've been curious about local LLMs but don't love the command line, it might be worth checking out.

Anyway, it's completely free — no accounts, no premium tiers, none of that. Just wanted to make something useful.

Happy to answer questions or take feedback if anyone has suggestions.