Skip to content
Workshop Wrench
LivePublic path

Product · Bookings

Online booking for shops — share a link or embed the form

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

From website to diary in four steps

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.

01

Get your shop slug

Each tenant has a public slug (demo uses demo-garage). Your trial tenant slug is set at signup.

02

Share the book URL

Customers open the app book page directly — no shop login required.

03

Optional: embed on your site

Iframe the same URL on a WordPress, Squarespace, or custom site so bookings stay on-brand.

04

Check-in in the app

Advisors see the appointment on the diary and check in to create a repair order.

Demo · live book URL

Try the demo shop public book page

The seeded demo garage uses slug demo-garage. Open the live form in the shop app — no sales call, no login.

Your shop template
https://wrench-app.atelierhoney.com.au/book/[slug]

Base URL comes from NEXT_PUBLIC_APP_URL (defaults to http://localhost:3101 in local dev).

Website embed

Iframe snippet shops can copy for their site

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.

HTML · iframeReplace your-shop-slug
<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>

Direct link (no 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.

Honest limits

  • Creates a real Booking via the public API — not a fake contact form.
  • Spam protection (rate limits) ships with the API; captcha is a later hardening step.
  • SMS/email confirmation uses the comms adapters (SMTP in dev; SMS mock until a provider is configured).
  • Bay capacity scoring is expanding — treat slot availability as improving, not final.

After they book

Advisors own the diary; the board owns the car

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.

Try the demo shop book form

No sales call. Open the seeded demo-garage public book page, or start a trial to get your own slug.