Product preview

skyel vault

skyel vault is an offline-first encrypted password manager built around local control of the vault file, AES-256 encryption, and the option to sync the same encrypted artifact through cloud providers without changing the trust model.

  • Offline-first encrypted vaults.
  • Cross-platform workflow across web, Android, and iOS.
  • Optional Dropbox and OneDrive sync for the same encrypted file.

Security model

The product is designed around a simple premise: the encrypted vault is the core asset, not the service account. That is why the public page explains the file model, the offline-first workflow, and the role of optional sync providers instead of positioning the product as another hosted password database.

Search crawlers should see those concepts directly. If they only see a Flutter bootstrap file, the route looks thin even though the live app contains real product explanation. Prerendering fixes that by shipping product copy in the route HTML itself.

User workflow

Users can create and manage vaults locally, then choose whether to connect Dropbox or OneDrive for transport of the same encrypted file. The public route introduces the workflow, while authenticated and device-specific behavior lives deeper in the app once the Flutter UI loads.