Ongoing & Next Stage¶
What Lenzeye is actively building right now — and what comes immediately after.
In Active Development¶
| Item | Status | Notes |
|---|---|---|
| Razorpay Payment Integration | 🔄 In progress | Self-service subscription billing |
| Transfer Completion Notifications | 🔄 Planned next | Email sender and receiver on upload completion |
| Client-Side Encryption (Zero-Knowledge) | 🔜 Scoping | Files encrypted before leaving the browser; server never sees plaintext |
Self-Service Subscription Billing (Razorpay)¶
The subscription plan structure is already live (Free, Daily, Weekly, Monthly, Yearly tiers). Razorpay integration will enable:
- Self-service plan upgrades from the dashboard
- Automated payment confirmation and instant plan activation
- Invoice generation for business accounts
This is the step that moves Lenzeye from admin-managed onboarding to fully self-service SaaS.
Transfer Completion Notifications¶
When a transfer session completes, the platform will automatically notify:
- The receiver (registered user) that new files have arrived in their storage
- The sender with a confirmation and their secure download link
This applies to all transfer types — regardless of industry vertical.
Client-Side Encryption (Zero-Knowledge Mode)¶
The current architecture encrypts files server-side (AES-256-CTR). The next security tier is client-side encryption: files are encrypted in the browser before upload. The server only ever touches ciphertext.
This enables:
- Zero-knowledge transfers — Lenzeye cannot access file contents even with the master key
- Compliance with the most stringent data handling requirements (legal, healthcare, government)
- A credible zero-trust security posture for enterprise and regulated-sector customers