Wantalon: Curated Art Tours

Mobile App (2023)

Curated art tours for all those who are interested in art and who like to get moving.

Wantalon is an art project by Petra Mattheis, whose basic idea was born during the Corona pandemic, when museums and galleries were closed. Wantalon aims to create an art trail in public space that exists and can be visited independently of indoor spaces, taking users by the hand to walk with them through the city. The app acts as a mediator between public space and art, transforming the city into a large-scale gallery. It shows artistic interventions in places that are normally considered obstacles, such as ruins, wastelands and vacant lots, and aims to encourage people to walk through the city off the beaten track.

Petra Mattheis and Sascha Nau conceived the content and design of the app. My task was and is the technical implementation, which I still enjoy to this day.

Wantalon in the App Store/Google Play

The app is free, has no ads and does not track you:
-> Wantalon in the App Store
-> Wantalon on Google Play

The interactive map guides you to the stations, which are automatically unlocked as you approach them. You can view images and text about each station and send digital postcards once you have visited a certain number of stations.

For more information, visit the Wunderwesten.

#zeitzseeing

The first Wantalon course is called #zeitzseeing and takes place in the small town of Zeitz in the south of Saxony-Anhalt. The two artists Petra Mattheis and Sascha Nau have created a photographic tour, a personal view of the city. Stations can be discovered and collected using the central map. Those who collect more than five stations can send a digital postcard from Zeitz.

Technology

Hybrid App in Frontend

Under the hood, I developed a web application using the Ionic Framework. Ionic itself consists of Capacitor, an open source runtime for developing web-native applications, a frontend framework such as React or Vue.js, and custom Ionic components for the chosen frontend framework. Being a Vue enthusiast, I picked up Ionic with Vue.

The idea behind Ionic components is to mimic the look and feel of native Android and iOS apps. Since Wantalon has its own design style, hardly any Ionic components were used. I created most of the controls myself.

I use Vite as a bundler for the web app. Over time, a kind of best practice approach to web applications grew. Maybe I can reuse the core without the business logic for another app or release it as open source.

Within the web app, we use Mapbox for the map views, among other things.

Kirby CMS in the Backend

The backend and CMS of choice is Kirby CMS, from which the application retrieves the relevant data using the Kirby Query Language API.

Since Kirby is not well-designed for use as a headless CMS by default, I used the Kirby plugin Kirby Headless, which was developed in the course of another project. It allows me to flexibly load data even in a multilingual context. With a Vue composable, I can then retrieve lazy data for individual pages in the frontend.

  • Kirby Headless: Kirby plugin to load token-based KQL data, also suitable for multilingual Kirby installations
  • Nuxt KQL