Prompt Manager V2 — Security & Overview
AiWerkz is a personal prompt manager built for people who work with AI tools daily. It gives you a single, organised place to store, categorise, and instantly copy prompts — cutting the time spent hunting through notes, chat history, or scattered documents.
Prompts are synced to the server so they are available on any device you log into. Everything is encrypted before it leaves your browser, so the server holds only ciphertext it cannot read.
AiWerkz uses a zero-knowledge encryption model called CSEDS (Client-Side Encrypted Data Sync). Your password never leaves your device. All encryption and decryption happens entirely in your browser.
When you log in, your encrypted blob is pulled from the server and decrypted locally. Changes are encrypted and pushed on every save (with a short debounce). A local IndexedDB cache means the app loads fast even if the server is slow.
Sessions are single-device. If you log in on a second device, your first session is invalidated and you will be logged out automatically. This prevents silent data divergence across devices.
On successful login, your username and password are saved to a separate IndexedDB store on that device. This is the "Forgot credentials?" recovery feature — it only works on a device you have previously logged into, and the data never leaves that device.
All modern browsers on desktop and mobile support these. No extensions, plugins, or native apps required.