Privacy
Privacy is not a settings page. It is the architecture.
Klie is designed around a smaller trust surface: local execution first, fewer external dependencies, and a public website that does not compromise the product boundary.
On Device
Trust Boundary
Website hosted on Vercel. Product logic stays local.
The site can live on Vercel because it is public marketing infrastructure. Klie itself is not a cloud dependency story.
What This Means
The data path is shorter and the contract is cleaner.
There is less ambiguity when the product does not require a constant upstream dependency. That changes privacy, reliability, and user leverage all at once.
Runs locally instead of sending prompts to a remote vendor by default.
Phi Tiny MoE 3.8B provides capable offline performance without cloud lock-in.
The Vercel-hosted website is public marketing infrastructure. Klie inference still runs on the user machine.