Show HN: Ikuyo a Travel Planning Web Application
31–40 of 110 posts
Re: Show HN: Ikuyo a Travel Planning Web Application
#32Could you please consider using something other than recaptcha? There's been several alternatives mentioned on HN over the past year. A quick search through my browser history revealed https://altcha.org/open-source-captcha/ as the most recent link I'd been to. Just to say I have no experience of any of the "alternative" captchas, I just hate the one you're using. Also please get your app up and running fast so we ca…
Unfortunately I've been challenged with the Recaptcha quite often too. That part is apparently injected by my shared hosting service (Hostinger) with no ability to turn off even when I check with their support. I hosted this at my main site (kenrick95.org)'s shared hosting service as a subdomain since I don't need to pay extra to do so.
I might consider moving it out somewhere else if I decide to maintain it separately from my main site.
Re: Show HN: Ikuyo a Travel Planning Web Application
#33I built a web app that looked very similar a few years back: friends & family collaboration on a trip plan, itinerary with map view, packing list, notes/journaling, favoriting, private or public with commenting, that sort of thing.
My thesis was that the current common method of trip planning in a shared doc was messy, and a more structured, guided approach would make the process easier for users. And being able to share/show trip plans with others who aren't on the trip would be something people would want to do.
My goal was to scale it and get actual broad adoption, make it a social experience, but even getting a handful of users was an uphill battle.
I found that my thesis was likely wrong for a couple of reasons:
1. The messy shared doc approach had the benefit of being very low-friction. It's easier to just type a bulleted list than to click "add item" and fill out some form fields.
2. Browser usage was (I think) a limiting factor. I'm not sure if it would have worked as a native mobile app, but it definitely wasn't going to work as a web app.
3. When people want to show off their trip or look for travel inspiration, they turn to apps like Instagram and Tiktok. They want visuals with photos/videos, not a list with a map. It's very difficult to create a new purpose-built social network.
I ended up winding it down and moving on.
I don't mean this to be a Dropbox "why are you building this" comment, but more hopefully pointing out a few challenges that exist in the space that you'll likely need to think about if you want to scale.
Re: Show HN: Ikuyo a Travel Planning Web Application
#34Seems similar to Wanderlog but less mature. I wish you best of luck! Whatever you do, please do not make the app as slow as Wanderlog - I literally had to create an Android app to interact with my trips because their app isn't optimized at all!
Re: Show HN: Ikuyo a Travel Planning Web Application
#35What's your goal with the project? I built a web app that looked very similar a few years back: friends & family collaboration on a trip plan, itinerary with map view, packing list, notes/journaling, favoriting, private or public with commenting, that sort of thing. My thesis was that the current common method of trip planning in a shared doc was messy, and a more structured, guided approach would make the process ea…
First and foremost, it's for my own personal use. I like to organize things and I find that the messy doc/spreadsheet way is way too messy for my liking, especially when I find a need to coordinate plans with other friends overseas. That's why I started this.
Secondly, it's for fun and for learning. I enjoy build websites and explore what browser can provide. I learned that browser have API for drag-and-drop element to pass data to a target element
So at the end of the day, I see it as a fun side project and nothing more.
Thanks for sharing your experience too :)
Re: Show HN: Ikuyo a Travel Planning Web Application
#36just created an account, only to be greeted with a white screen... https://ikuyo.kenrick95.org/trip/4725b43a-595b-433d-b746-79c... seems the app not ready for primetime...
ah damn... this might take a while to debug, as I don't have any error monitoring setup yet ._. May I check what's your browser & version? Thanks
Re: Show HN: Ikuyo a Travel Planning Web Application
#37Re: Show HN: Ikuyo a Travel Planning Web Application
#38just created an account, only to be greeted with a white screen... https://ikuyo.kenrick95.org/trip/4725b43a-595b-433d-b746-79c... seems the app not ready for primetime...
Re: Show HN: Ikuyo a Travel Planning Web Application
#39Looks nice! Since it's MIT licensed and I'd assume free to use, I'd suggest including that in the landing page. Since the homepage didn't include the keywords "price", "pricing", "free" or "cost" (related to pricing) I unfortunately thought it'd have dark patterns where you start planning a trip and then at some point it'd ask for payment.
Re: Show HN: Ikuyo a Travel Planning Web Application
#40Earlier quoted context omitted.
ah damn... this might take a while to debug, as I don't have any error monitoring setup yet ._. May I check what's your browser & version? Thanks
What stack are you using? You probably can get away with the free tier of sentry and posthog for a while for error monitoring and observability
I was trying not to add more external SDK since it contributes to the bundle size. Adding Sentry soon for some observability.