Skip to content

BlaBlaTour

Mobile-first site for sharing trips and plans with strangers

BlaBlaTour in a desktop browser: the interface stays in a narrow centred column, with the green «share a car to your next route» panel, the “which mountain are you heading to?” search box, the activity filters and the upcoming trips.
My role
Concept, design and development
Year
2026
Status
Working prototype

A project of my own: find people heading to the same mountain on the same day and share the car, the cost and the route. Covers hiking, via ferratas, mountain biking, trail running, climbing and ski touring.

It is the only one on the list without a client behind it, and that shows in what was optimised: here the interest was the data model and the booking flow, not the sale.

Working prototype with sample data: the screens and flow are complete, real persistence is isolated and pending connection. The repository is private, so only the live link is offered here.

What's inside

  1. Genuinely mobile-first: the use case is somebody organising Saturday’s outing from a phone on Thursday night.

  2. The data layer is isolated in a single module, so swapping sample data for real MongoDB queries touches no component.

  3. Sessions with signed JWTs (jose) and passwords with bcrypt, with no dependency on an external identity provider.

Stack

  • Next.js
  • React
  • TypeScript
  • Tailwind CSS 4
  • MongoDB
  • Mongoose
  • jose
  • bcrypt