Vibecode Wanderfugl

track this build5 steps, step by step
KINDA · weekend project
price $9/moyou'd save $108/yrbuild time one sittingcategory ✈️ travelreplaced by 0 people

Trip planning is one of the most one-shottable categories there is: it is days, places, times, notes and a map, which is a CRUD app with a calendar view. An agent can give you a local itinerary builder with day-by-day cards, confirmation numbers, an ICS export and a pinned map in a single sitting, and it will feel better than a spreadsheet. The gap is everything that touches live travel data: flight and hotel prices, schedule changes, timezone-correct arrival math, place search with real coordinates, and inbox parsing of booking emails. If the paid product's value is mostly structure and a nice UI, self-hosting wins; if it is live data feeds or a polished phone app you use offline in an airport, it does not. Rate it kinda until you know which of those you are actually paying for.

the project pack4 files · fastest path to a working personal build
README.md
# Wanderfugl indie build

## Goal

Build the smallest trustworthy replacement for the core Wanderfugl workflow for one developer or a tiny team.

## Scope

A local trip planner where you create a trip, add day-by-day items with times, places, links and confirmation numbers, see them on a map, and export the whole thing to calendar or a printable page.

## Quick start

1. Install the documented dependencies.
2. Copy `.env.example` to `.env`.
3. Run the development command chosen during implementation.
4. Complete the acceptance checks in `BUILD_PLAN.md`.

## Honest limits

This build deliberately does not replace:
- Live flight, train and hotel pricing or availability
- Automatic booking email parsing into your itinerary
- A real mobile app with offline access while travelling
- Timezone and schedule-change handling done correctly by someone else
- Sharing a polished read-only itinerary with travel companions

If those capabilities are essential, use Wanderfugl instead of pretending the gap is solved.

$ choose a build depth, inspect the files, then open the complete pack in your agent · this prompt is generated from the build plan · improve it via PR

why people still pay

Because the hard part of trip planning is not storing the plan, it is getting the plan in and out without typing. Forwarding a confirmation email and having flights, seats and hotel nights appear correctly, with the right timezones and the right dates, is worth money to people who travel often. Add a phone app that works in an airport with no data and a share link your travel partner can actually read, and a self-hosted version starts to feel like homework right when you least want homework.

what you lose

xLive flight, train and hotel pricing or availability

xAutomatic booking email parsing into your itinerary

xA real mobile app with offline access while travelling

xTimezone and schedule-change handling done correctly by someone else

xSharing a polished read-only itinerary with travel companions

prior art · use these instead of building, if you'd rather

Nothing worth pointing at. That's why the prompt exists.

share on X ↗"I just replaced Wanderfugl ($9/mo) with one prompt"
questions
Vibecode Wanderfugl

Kinda. The core of Wanderfugl is buildable in a weekend with the prompt on this page, but there are real gaps: Live flight, train and hotel pricing or availability, Automatic booking email parsing into your itinerary. Read the honest list above before committing.

How much does Wanderfugl cost?

Wanderfugl costs about $9/month (Plus, checked 2026-08-18), which is $108 per year.

What do I lose by replacing Wanderfugl?

Honestly: Live flight, train and hotel pricing or availability; Automatic booking email parsing into your itinerary; A real mobile app with offline access while travelling; Timezone and schedule-change handling done correctly by someone else; Sharing a polished read-only itinerary with travel companions. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Wanderfugl?

No mature open-source alternative worth pointing at, which is exactly why the one-shot prompt on this page exists.