Login
Access your account to manage your license.
Register
Create an account to purchase and manage your key.
Backend API endpoints are required for this form. See deployment notes below.
Deployment notes for Render
This page is static. To actually register/login, you need a backend API.
- Option A (static site + external API): Host this folder as a Render Static Site. Point the
AUTH_API_BASEbelow to your existing auth service. - Option B (all-in-one): Convert to a Render Web Service (Node/Express or Python/FastAPI). Serve these files and expose
POST /api/registerandPOST /api/loginendpoints returning JSON. - Both forms currently
fetch/api/loginand/api/register. Adjust theAUTH_API_BASEconstant if your API is on another domain.
