TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: GPT3.5 Travel Planner (no signup req.)

2 pointsby teetertaterabout 2 years ago
Hi HN!<p>I decided to get on the AI hype train and build my own version of an AI travel planner. Yes, it&#x27;s pretty basic and there are existing ones like it out there, but this one&#x27;s mine :)<p>Stack: React, NextJS. I used this vercel template to get going quickly. A nice feature is that the API response is streamed in, so despite the 1-2m it takes to load the full response, users can already preview and won&#x27;t click off right away. <a href="https:&#x2F;&#x2F;vercel.com&#x2F;templates&#x2F;next.js&#x2F;twitter-bio" rel="nofollow">https:&#x2F;&#x2F;vercel.com&#x2F;templates&#x2F;next.js&#x2F;twitter-bio</a><p>There is no data fetching happening from external sources, it&#x27;s two OpenAI api calls. To be more accurate, this could be replaced with serpapi + langchain + apify to fetch live data from the web, but I haven&#x27;t needed to go down that rabbit hole yet. Who knows, maybe future models will have their weights updated daily with web content or someone will build a webscraperGPT api.<p>Now I&#x27;m waiting on API access to rail providers in Europe to build out the next set of features (rail + hotel booking). Joined Omio affiliate and in talks with Qunar.<p>To anticipate HN comments: - you need JS to run it. - is it expensive to run? About $1&#x2F;day in API costs from GPT-3.5 turbo - What&#x27;s unique about it? How is this better than ChatGPT? So far, it&#x27;s neither. But I&#x27;ve shifted focus to train journeys, and hope to show a cool update in a month or so.<p>If you have any tips, I would love to hear, especially if you&#x27;ve worked with any rail APIs.<p>PS I&#x27;m vlogging my journey from quitting my fulltime data science role to building startup(s) <a href="https:&#x2F;&#x2F;youtu.be&#x2F;FG63Y8l0e5A" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;FG63Y8l0e5A</a>

no comments

no comments