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

Where it appears
Marketplaces & prices *

Paste the plain product URL β€” your affiliate ID from data/config.js gets added automatically. Leave a price blank to skip that store.

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 as
Title | 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.

How safe is this?

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.html at 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.