Travel Guide Tool – Personalized Recommendations and Itineraries
Built a simple tool for travelers. Input your city and preferences, get back a list of recommendations or a detailed itinerary. Includes non-touristy spots, practical tips, and Google Maps links for every place mentioned. No signups required. Recommendations: Includes attractions, rentals, local tips, hidden gems. Example: Café La Biela. Itineraries: Detailed plans considering your preferences. Give it a try. Also live on Product Hunt: https://www.producthunt.com/posts/trip-bespoke Looking for feedback or any thoughts on how to improve.
In plain words
Travel Guide Tool generates personalized travel recommendations and itineraries based on user preferences and destination. Travelers enter a city and their interests to receive curated lists of attractions, rentals, local tips, and hidden gems alongside detailed day-by-day plans. Each recommendation includes practical information and Google Maps links. The tool requires no account creation and emphasizes non-touristy spots and authentic local experiences.
written from the facts on this page · September 2026
More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 28d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 26d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 27d ago · baselashraf81.github.io
Launched alongside, August 2023
the whole month →



Lottielab▲871Create and ship lottie animations to sites and apps faster
Dev tools · 2023 · lottielab.com
- LC
Outlines is a Python library that focuses on text generation with large language models. Brandon and I are not LLM experts and started the project a few months ago because we wanted to understand better how the generation process works. Our original background is probabilistic, relational and symbolic programming. Recently we came up with a fast way to generate text that matches a regex (https://blog.normalcomputing.ai/posts/2023-07-27-regex-guide...). The basic idea is simple: regular expressions have an equivalent Deterministic-Finite Automaton (DFA) representation. We…
AI · 2023 · github.com