Hi all, I created a quick side project mainly as a way to self-educate on the bubble.io platform. I previously used Adalo and found bubble to be more flexible, although the UX is a bit more confusing.

The side project is a golf trip itinerary generator “powered” by AI. It makes a simple call to openAI that takes a few user inputs (location and travel dates) and combines it with a prompt that gets passed to openAI. The output is the itinerary.

Let me know what you think! www.golftripsplanner.com. Very basic functionality for now - planning to add more functionality and improve the UX as I continue to learn the platform. I’m hoping to also use this as an avenue to learn more about AI and LLMs so that I can possibly tweak and tune a model that is much more targeted for golf and travel. TIA

  • bennywithaplanOPB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Thank you for the feedback!

    I’m not sure why it returned multiple days when you only entered one. I tried to replicate the same issue but it only returned one day as expected. I’ll keep looking into it!

    You’re absolutely right, there’s not much value in using this vs. chatgpt directly at the moment. My idea is to eventually build out a smarter system that can assist in booking tee times, transportation, and hotels. I also plan to implement Google maps that will help visualize your trip. That will add more value than just spitting out a chatgpt response. This is hopefully just the beginning!

    I built this out in just a couple of days so I’m still learning as I go. I hope to make this more robust. Thanks again!