Skip to main content

React SDK demo

Use the official demo to see Capture IQ inside a React app end to end. If you need help beyond this page, contact support@glamar.io.

Clone the repository

git clone -b v1.0.0 https://github.com/pixelbin-io/captureiq-react-demo.git
cd captureiq-react-demo

Tag reference: captureiq-react-demo @ v1.0.0.

New to Git? See GitLab’s clone a repository guide.

Prerequisites

Node.js 20 and above is required.

  • npm — Node package manager (install Node.js if needed).
  • A Capture IQ api-key. If you have not created one, follow Getting started.

The demo may require HTTPS for camera access in the browser (common browser rule). Use whatever approach your team already uses for local HTTPS, or follow the instructions in the repository README.

Running locally

  1. Install dependencies:
npm install
  1. Run the project locally:
npm run dev
  1. Open the app in your browser at the URL printed in the terminal, and paste or configure your api-key as documented in the demo.