---
title: Venue Seating Wizard sandbox
description: Open the optimizer pre-loaded with a sample guest list and venue, and exercise the whole import, optimize and export flow without touching real data.
canonical: https://venue-seating-wizard.aviramk.com/sandbox/
last-updated: 2026-08-23
---

# Sandbox

A test environment you can open right now. No key to request, no account, and no risk of touching anything real.

## Open the demo

[https://venue-seating-wizard.aviramk.com/en/?demo=1](https://venue-seating-wizard.aviramk.com/en/?demo=1) boots the optimizer pre-loaded with the published example dataset: six bookings needing twelve seats, across four tables providing thirty-four. Run the optimizer, drag a guest, lock a placement, export the CSV — the whole flow, against input that is known to be valid. In Hebrew: [https://venue-seating-wizard.aviramk.com/he/?demo=1](https://venue-seating-wizard.aviramk.com/he/?demo=1).

The demo seeds an *empty* workspace only. If you already have an event open in this browser, the link leaves it exactly as it was.

## Why there is nothing to isolate

Optimization runs in a Web Worker in your own browser and nothing is persisted server-side, so every session is already isolated from every other one. There is no shared production dataset to corrupt, no test key to swap in for a live one, and no way for a demo run to affect another visitor. That is a property of the architecture rather than a mode you switch into.

## The API needs no separate base URL

Every operation under `/api/v1` is a read-only GET over a static document. Calling one has no side effects and cannot be destructive, so pointing an integration at production during development is safe by construction. [https://venue-seating-wizard.aviramk.com/api/v1/sandbox.json](https://venue-seating-wizard.aviramk.com/api/v1/sandbox.json) says the same thing in machine-readable form, including the dataset's URLs and totals.

## The dataset

- [https://venue-seating-wizard.aviramk.com/examples/guests.csv](https://venue-seating-wizard.aviramk.com/examples/guests.csv) — six bookings, one of them declined (party size 0)
- [https://venue-seating-wizard.aviramk.com/examples/tables.csv](https://venue-seating-wizard.aviramk.com/examples/tables.csv) — four tables, three positioned, one left for automatic placement
- [https://venue-seating-wizard.aviramk.com/api/v1/examples.json](https://venue-seating-wizard.aviramk.com/api/v1/examples.json) — the same files with a step-by-step walkthrough
