We had this issue with my group of friends each year, when we are going on vacation, it's always a problem to pick the right stay. So yesterday evening/today I took a detour and vibecoded a webapp where you can see the offers clearly and everyone can pick their vote.
What the app does basically:
- You can sign up as an organizer or an invitee
- Invites happen via generated code/link
- As an organizer you can create/host a project, set destination, and where you're coming from
- As a group you can paste in links, we fetch the price, pros, image, and date
- Based on project data it also shows approx. distance and travel time
- Filter and decide based on these
- Most votes win
- If you're an organizer/invitee you can create a workspace if you get invited, or you were an invitee and want to organize
Fun stuff I did:
- Head pfps show for the project
- You actually see like at Google who has the tab open, and who's active on it
Stack:
-
@Lovable cloud with supabase connector (didn't sweat to create manually a supabase project)
- React18, Vite, Tailwind
- Instead of booking and airbnb APIs and full support I used Firecrawl connector to scrape content
- Gemini AI helps to summarize the data and extract the important labels
- Realtime subscriptions enabled so everything would be instant
This was such a fun thing to build, even though it was a detour from
luxyn.app, I enjoyed it and that mattered to me the most.
Honestly if maintain costs would be low even with plenty users I'd consider a freemium of this. But maybe later if there would be demand for it. Had a great time putting this together though, wanted to share with y'all 🙂