DEV Community

Cover image for I built an open-source travel planner that I actually use
André Marinho
André Marinho

Posted on

I built an open-source travel planner that I actually use

Every time I planned a trip, information ended up scattered across Google Maps, notes, messages, and spreadsheets.

So I built Turistar.

It lets you organize a trip by day, move activities with drag and drop, and keep the budget alongside the itinerary.

I originally built it to help myself. Since it works for me, I decided to make it public. Maybe it can help someone else too.

The project uses Next.js, TypeScript, Supabase, and tRPC. It is also open source, so you can explore the code or contribute.

Try it:
https://turistar.me

Source code:
https://github.com/andre-lmarinho/turistar

I’m still improving it, so feedback about the product or the code is welcome.

Top comments (0)