BlaBlaTour
Mobile-first site for sharing trips and plans with strangers

- 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
Genuinely mobile-first: the use case is somebody organising Saturday’s outing from a phone on Thursday night.
The data layer is isolated in a single module, so swapping sample data for real MongoDB queries touches no component.
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
