Avee Health secure public forms
A polished intake experience for Avee Health applicants and employees.
Avee Apply is a secure public frontend for job applications and onboarding. Form configuration and submissions are handled by Avee Hive through authenticated API calls.
Job applications
Dynamic role forms at /apply/:slug with resume upload and duplicate checks in Hive.
Employee onboarding
Secure onboarding at /onboarding/:token with tax, banking, and photo uploads.

Avee Health
Apply
Security posture
Built for public intake, without storing candidate data locally.
Hive API requests use the backend-only X-API-Key header.
Rate limits protect lookups, applications, and onboarding submissions.
Uploads are validated by file size, MIME policy, and magic bytes.
Turnstile is intentionally skipped for now and can be re-enabled later.
Use a real Hive form slug or onboarding token to access the public routes.
/apply/:slug/onboarding/:token