Local-first AI UX
An AI-assisted tool where the user’s data stays under their control and the model is a service the app uses, not a vendor it surrenders to.
AI Resume Creator is a local-first resume tool built by Crovyx. The app runs in the browser, talks to an OpenAI-compatible model through a Vite proxy, and keeps the user’s resume in local save/restore — with in-app diagnostics that show exactly what is happening, so AI writing assistance never quietly ships personal data to a SaaS backend the user can’t see.
Most online resume generators want every job, salary and identifier the user has, store it on someone else’s servers, and quietly route everything through whichever model the vendor picked this quarter — with no way for the user to see what is going on.
An AI-assisted tool where the user’s data stays under their control and the model is a service the app uses, not a vendor it surrenders to.
An OpenAI-compatible proxy pattern that makes the underlying model a configuration choice, not a hard-coded dependency.
Diagnostics are part of the product, not a hidden devtools tab — so the user can actually see what the AI layer is doing on their behalf.
Whenever the requirement is “AI assistance, but our users’ data stays ours” — the architecture pattern is the same: local-first, pluggable model layer, visible diagnostics. Crovyx ships these systems end-to-end.