Admin Access

This demo uses localStorage only. Click below to enter the admin panel directly.

Demo-only: Direct login is enabled for quick testing. For production, enable server-side authentication.
Total Orders
0
Paid Orders
0
Revenue
₹0
Customers
0
Exports reflect the current in-browser dataset.

Create Order (Demo)

IDCreatedCustomerPlanAmountStatusRZP Order IDInvoiceAction
#OrderCustomerNumberSent ToSent AtPDFAction
IDNameEmailPhoneCreated

Add Product

IDSKUNamePriceStatusAction

Add Plan

#NameAmountBillingAction

Create Coupon

#CodeTypeValueUsesMaxAction

Create User

#NameEmailRoleCreatedAction

App Settings

In production, save secrets on the server, not in the browser.

Developer Shortcuts

Backup/restore operates on localStorage for this demo.

#AtUserActionMeta
""") path_html = "/mnt/data/websitein5000_admin_direct_login.html" with open(path_html, "w", encoding="utf-8") as f: f.write(html_direct) zip_path = "/mnt/data/websitein5000_admin_direct_login.zip" with zipfile.ZipFile(zip_path, "w", zipfile.ZIP_DEFLATED) as zf: zf.write(path_html, arcname="websitein5000_admin_direct_login.html") (path_html, zip_path)