Product Configurator

Start configuring your product by entering a configuration ID

Demo Configuration

To test the configurator, you need a valid configuration ID from your backend. Make sure you have run the seed script first:

./scripts/seed-data.sh

Then use the configuration ID from the API response.

Quick Start

  1. 1. Start the backend: docker-compose up -d
  2. 2. Seed test data: ./scripts/seed-data.sh
  3. 3. Get a configuration ID from the API response
  4. 4. Navigate to /configurator/[YOUR_CONFIG_ID]