Skip to content

v0.1.0

Latest

Choose a tag to compare

@sakuyasann sakuyasann released this 11 Jul 05:39

Initial release of Drovyu Preview CLI.

Install

pnpm add -g @dvyu/cli
# or
npm install -g @dvyu/cli

The installed executable is dvyu.

Highlights

  • Create encrypted temporary previews from static HTML builds
  • Build Astro, Vite, and Storybook projects with dvyu preview
  • Update existing previews without changing their URL
  • Encrypt files and the manifest locally with AES-256-GCM before upload
  • Manage local preview history, expiration, and supporter benefits

Security notice

Treat the complete preview URL as a secret. Do not upload credentials, personal data, NDA material, or other sensitive information. The public CLI source verifies encryption before upload, but the preview viewer is delivered by Drovyu and is part of the trust boundary. This service is not a complete security sandbox or an active-server zero-knowledge system.

See the encryption design and security policy.