Log in to manage your documents, download payslips or invoices, and update your details.
Build note — read before wiring this up
This login form is the front-end only. Real accounts need somewhere
to check a password and store each driver's documents — a plain
static site can't do that alone. The free fix is Supabase
(supabase.com): it gives you login/password auth and file storage
with no server to manage. Tell me once you've created a Supabase
project and I'll write the connection code straight into this page.