souz

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:

  1. Copy the code above.
  2. Open /data/products.js in your repo.
  3. Paste the block inside the products array.
  4. Commit and push to GitHub — Vercel auto-deploys within ~1 minute.