Get your shop slug
Each tenant has a public slug (demo uses demo-garage). Your trial tenant slug is set at signup.
Product · Bookings
Customers book without a shop login. Every tenant gets a public URL at the app (/book/[slug]). Put it on Google Business, social bios, or iframe it on your website so appointments land in Workshop Wrench — not a disconnected form tool.
Public book form is live per tenant slug. Capacity scoring and richer website-builder embeds continue to expand.
How it works
Same path competitors call a booking widget — ours is the live app form per tenant slug, with an optional iframe shops can paste into any site builder.
Each tenant has a public slug (demo uses demo-garage). Your trial tenant slug is set at signup.
Customers open the app book page directly — no shop login required.
Iframe the same URL on a WordPress, Squarespace, or custom site so bookings stay on-brand.
Advisors see the appointment on the diary and check in to create a repair order.
Demo · live book URL
The seeded demo garage uses slug demo-garage. Open the live form in the shop app — no sales call, no login.
Base URL comes from NEXT_PUBLIC_APP_URL (defaults to http://localhost:3101 in local dev).
Website embed
Paste into WordPress, Squarespace, Webflow, or any HTML block. The iframe loads the same public book form as the direct link — not a third-party booking SaaS.
<iframe
src="https://wrench-app.atelierhoney.com.au/book/your-shop-slug"
title="Book an appointment"
style="width:100%;min-height:720px;border:0;border-radius:12px;"
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>https://wrench-app.atelierhoney.com.au/book/your-shop-slug
Use on Google Business Profile, Instagram bio, or SMS replies when you do not need an on-page widget.
After they book
Public booking creates a Booking record. Check-in turns it into a repair order on the job board — same path as walk-ins, so online demand does not invent a second system of record.