Admin · Content
Manage
your content.
Fill in the form to preview how a new item will look on the live site. Then copy the generated code into the corresponding /data/*.js file and push to Git — Vercel will auto-redeploy.
Add a product
e.g. Wearable Biosensor
In Development / Prototype / Concept / Available
A full HTTPS URL or /images/file.jpg
Specifications
Generated code · paste into the matching /data/*.js file
{
id: "",
name: "",
tagline: "",
category: "",
status: "In Development",
image: "",
shortDescription: "",
highlights: [],
specifications: [],
},How to make this permanent:
- Copy the code above.
- Open
/data/products.jsin your repo. - Paste the block inside the
productsarray. - Commit and push to GitHub — Vercel auto-deploys within ~1 minute.