Product manager
Add, edit and delete products here, then click Export products.js and drop the downloaded file into your data/ folder. Your work is saved in this browser as you type, so you can close the tab and come back.
β This page runs entirely in your browser and cannot save to the server by itself. Nothing is live until you export the file and upload it. Keep admin.html off your public site if you'd rather visitors never see it.
Add a product
Your products (0)
Save & load
1. Export
Downloads a ready products.js. Put it in your data/ folder, replacing the old one, and re-upload. That's what makes changes go live.
2. Backup
A plain JSON copy of everything. Keep one before big changes β it's your undo button.
3. Import
Load a backup, or an existing products.js, back into the editor. This replaces everything currently listed.
4. Bulk add
Paste one product per line asTitle | category | mrp | amazon-price | amazon-url
Your affiliate IDs
Set these once. Every marketplace link on the site is tagged with them automatically, including links you write by hand inside articles.
π Admin login
β Change the default password today.
The panel ships with admin / igbeats@2026, which is published in the
guide and therefore public knowledge.
Your password is never stored β only a SHA-256
hash of it goes into the file. Download it, put it in your data/ folder replacing
admin-user.js, then reload this page and log in with the new details.
This login keeps casual visitors out, and that is
all it does. Anyone who knows the address can still download data/products.js
directly β a website made of plain files cannot prevent that. There is nothing secret in your
product list, so this is usually fine. For real protection, pick one:
- Simplest and safest: don't upload
admin.htmlat all. Keep it on your computer and work there. The live site does not need it. - Cloudflare Access β free, real login in front of the page. Best option if you host on Cloudflare Pages.
- .htpasswd β real server-side password if you're on normal cPanel hosting.