Get started in 3 steps

1. Install the KISSTag Mock Server

Run our mock server locally using Docker Compose to emulate KISSTag taps and callbacks during development. The Docker containers are stored on Docker Hub.

bash
$ curl -O https://kisstag.com/dev-track/mock-server/docker-compose.yml
$ docker compose pull
$ docker compose up -d
# Management web application: http://localhost:8080
# REST server: http://localhost:8081

N.B. Apple ARM based architecture will be supported natively soon.

2. Explore our sample applications

Find sample applications in various languages on GitLab to see best practices and jump‑start your integration.

bash
$ git clone https://gitlab.com/kisstag-sample/kisstag-python-sample.git
$ cd kisstag-python-sample
$ python -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ hypercorn app:app --bind 0.0.0.0:8000

3. Simulate taps

Trigger tap events from the Mock Server UI during development and testing.

KISSTag Mock Server UI
Mock Server UI

Looking for the main page? Go back to Home.
Want to simulate taps without installing anything? Visit the Sandbox.