How does Vizitly work?

The full flow in three tabs — from a client booking to running the salon and billing.

You do not need a Vizitly account to book — only a phone number for SMS.

  1. 1

    Find a salon

    Use the homepage (map and list), the salon QR link, or an embed on the salon website.

  2. 2

    Pick staff, service and time

    The salon exposes staff and services; you choose a slot from the grid.

  3. 3

    Enter your phone

    A one-time SMS code is sent by Vizitly to confirm the booking.

  4. 4

    Confirm SMS code (OTP)

    Enter the 6 digits — the visit is then saved in the salon calendar.

  5. 5

    Optional deposit

    If the salon enabled a Stripe deposit, you pay on a secure checkout page according to their flow.

  6. 6

    Done

    Your visit is confirmed. For changes, contact the salon directly.

Widget documentation

How to install the booking widget on your website

The widget is a ready-made Vizitly booking calendar that you can add to your salon website without programming. You will find the code in the owner dashboard under widget tools.

  1. 1

    Copy the code from the dashboard

    Open your salon dashboard, go to Tools or Settings and copy the generated widget code. It contains your salon slug, language, display mode and button color.

  2. 2

    Paste the code before the end of body

    Paste the script as low as possible in your HTML, ideally just before the closing </body> tag. In WordPress you can use a custom HTML block, theme editor or a plugin for inserting scripts.

  3. 3

    Publish and test the installation

    After saving, open the public URL of your website. In Vizitly you can paste that URL into the widget tester so the system checks whether the script is present and points to the correct salon.

Code example

<script src="https://vizitly.cloud/widget.js"
  data-salon="twoj-slug-salonu"
  data-locale="pl"
  data-mode="inline"
  async></script>

This is only an example. Copy the real code from the dashboard because it includes the correct app URL, salon slug and widget settings.

Post-install checklist

  • The widget shows the booking form or an online booking button.
  • After clicking, clients can choose a service, day and available time.
  • The website URL passes the test in the Vizitly dashboard.
  • The code is pasted only once on the page, so the iframe is not duplicated.
Online booking step by step — SMS OTP and salon dashboard · Vizitly