Alternatives
Products that do what ThisTouristDoesNotExist (virtual tourists at real landmarks) does
Inspired by thispersondoesnotexist.com, I built thistouristdoesnotexist.com, a lightweight weekend project that generates a new “synthetic tourist at a real landmark” on each refresh while keeping identity cues consistent across scenes, driven here by Gemini 2.5 Flash Image (aka Nano Banana). It runs on a tiny DigitalOcean droplet with a simple pipeline that pairs batches of synthetic faces with a curated landmark list and tries to avoid reusing the same face–place combo. I would love feedback on failure cases, hope you like it!
- 1

- 2IO
2013 · mywanderlust.co
- 3

- 4AW
I've built this as a side project last month. I know there are a few similar sites out there, but I've found them cumbersome to navigate with ads that slow down the experience. So I decided to take a stab at it and build my own version, with a minimalist UI (+ I implemented a custom right-click menu to enable navigation even when the UI is hidden), ad-free, just for fun. There are over 130+ cities that you can explore right now, but I'm constantly adding new ones.
2025 · citywalki.com
- 5MW
This was more of a sandbox to play with Raphael and Flot than anything else but I think there are some interesting statistics in there. It'd be awesome to do this over time but I really don't have the spare time required.
2011 · burntbrunch.github.com
- 6TA
Hey HN, We're excited to announce the public beta preview of Tripnotes, an intelligent travel planner that mixes a custom recommendation engine, our own data, and a bit of GPT to help you find the right places to go while traveling. Our team has been working hard on this project for 6 months, and we're excited to finally share it with the HN community. With Tripnotes, you can keep track of all your notes about travel when planning to visit a city. Paste in article URLs, videos, emails, text messages, any other text, and if you need some help with research, ask our Concierge which will…
2023 · tripnotes.ai
- 7IB
I love culture + travel, and one of my favorite pastimes is dropping into random streets on Google Street View. I just LOVE getting a tiny snippet into how people live, the architecture, and discovering hidden corners of places I'll probably never visit. I'm kinda weird like that. When AI came along, I started asking it to explain what I was looking at - and I learned a ton. I couldn't stop using this combo. So I built Streetwhip. It's kinda like reverse Geoguessr - instead of guessing where you are, you get educated about places as if you had a smart local guide with you. What used to be…
2025 · streetwhip.com
- 8IC
http://impromptudo.com is a small project I've been working on. Just a webapp for now but I think it qualifies as an MVP. Also has a mobile version at the same url or http://m.impromptudo.com. Right now it pulls in data from meetup.com for upcoming meetups in several populous cities so it's not just an empty map. You can also click on the map to put up your own post. Trying to stay away from making it all social networky, there are plenty of those already.<p>Finally, I'm not a designer, as you can see.
2010
- 9OS
Hey everyone, I wanted to share what I have been working on recently. I had this itch for a long time to figure out if terrain contour matching could help with ground navigation, by only only relying on iphone's sensors and public data. So far I have had decent results. This is a working prototype, but there is a lot that is in the pipeline. If you notice anything weird, let me know or open a PR. Any feedback, comments are welcome :)
Jun 2026 · github.com
- 10ON
Over the last year, me and my co-founder have been working on a startup that provides a marketplace for what we call "self-guided tour itineraries". The best way to understand it is to have a look, here is an example: http://www.unanchor.com/itinerary/view/149 We just did our public launch today - it would be great to get your feedback on it. Be blunt, we can handle it :)
2011
- 11MM
Many years ago (2007?) I put together this site: http://www.tripzard.com . I never launched it, because it was basically a MVP/POC so it's not very refined, but I just found it again today and was surprised it still kind of works decent. The idea was kind of like "Find Your Spot" where you answer a bunch of questions about what you like to do when you travel, and it calculates where the best places for your to travel would be. Most people I found don't realize there are some interesting options out there instead of just going to Cancun. What does the HN community think, is this a project…
2011
- 12IB
Hi HN, I'm Fran! I'm excited to share my latest project with you all. I built an AI travel planner that generates custom travel itineraries in seconds. Whether you're planning a weekend getaway or a month-long adventure, this tool can create a detailed, professional-level plan that includes day-by-day activities, hotels, restaurants, and more. As a frequent traveler, I wanted to create something that simplifies the overwhelming task of trip planning and ensures you make the most of your time at any destination. The AI considers various factors to provide recommendations that suit your…
2024 · planitly.com
- 13SC
2014 · serai.me
- 14IB
Im a software engineer, but I actually fully "vibe coded" this. fully functional, used bolt.new + a little claude code. nano banana pro made it possible.
Dec 2025 · alwayswith.us
- 15VN
I got the idea of [mindmap.so](http://mindmap.so/) out of my own frustration of managing my personal notes in Notion and Miro in parallel. I have built it 3 months back on top of excalidraw, posted it in Reddit a couple of times, and never looked back (was using it only for personal use). Little did I know that the small and nimble tool that I created has crossed 2000+ users (was so surprised when I saw the dashboard last week). It was all organic and word of mouth . Having 2000+ users trusting a product is no easy feat. That’s when I thought may be I should put some more…
2024 · mindmap.so
- 16IM
Hey HN! Thank you for all the support and feedback on my original submission 2 months ago. I've been improving the backend using a MCTS/AlphaZero approach and it's currently producing much better results. My long term goal is to allow users to manage multiple projects, deployed autonomously, both from scratch and by making continual updates all prompted with natural language. The cost of each project has been lowered to $9 as performance with smaller models has improved (I migrated from Claude-3-Opus to gemini-1.5-flash). Thanks for checking it out!
2024 · saas-quick.com
- 17MT
I was tired of finding repetitive travel plans on ad-filled travel sites, so I made a minimal editable trip plan maker.
2025 · triptip.cat
- 18MW
http://imagestash.org/ Kind of like Instapaper for images. While surfing at home one evening I found the perfect desktop background ... for my work machine. I got to pondering the quickest way to save a random image so I could get to it on all of my devices, got a wee bit carried away with the technical possibilities, and this was the result. Any feedback would be appreciated. Thanks!
2011
- 19IB
I had 14,000 photos sitting on a drive and wanted an excuse to play with local vision models and Elixir/Phoenix. I originally tried to get LLaVA to tell me if a photo was 'good' or matched my style, but quickly learned that LLMs have terrible taste. I ended up demoting the LLM to just extract metadata, and built a custom CLIP/Ridge Regression pipeline to actually learn my preferences based on how I rate things. The stack is Phoenix/Oban on the orchestrator side, and Python/FastAPI/Instructor for the AI workers. Happy to answer any questions about the architecture,…
Apr 2026 · qwelian.com
- 20CC
Hey HN, I've been wanting to start this project for a long time, ever since I read an article about collaborative transformation of blob images[1], and I'm hoping it will take off here as I'm curious to see how it can grow. Here's how it works: - My website is available at https://chaospixels.com. You can find its code in the `src` directory of the linked repository. - Every day, I'll review all the open PRs (Pull Requests) and calculate a PR score based on the number of thumbs-up on the PR's opening comment. - The PR with the highest score will be merged and deployed. - Afterward,…
2024 · github.com
- 21PA
Hello! For the last year I've been working on a side project, a booking management system. Among others, it allows anyone who owns a business that accepts bookings to manage them, to communicate with customers, to easily create a personalized website or to embed a calendar widget on any existing website. Link: https://www.planorio.com There is still a long way to go, but I feel that now it is ready for some very direct feedback. :) It mainly consists of an Angular frontend, a backend written in Node.js and some small tools written in PHP and Kotlin. I also created a hybrid mobile…
2019
- 22IM
Hey Hacker News, I'm the maker of Kopage, a free & self-hosted Website Builder. While working on new, cool features (AI, of course), it would be great to hear some HN feedback :) Thanks, Simon
2024 · kopage.com
- 23PA
I’m excited to share Portify, a no-code portfolio builder designed for creators, developers, and professionals to showcase their work effortlessly. As a developer, I know how time-consuming building and tweaking personal portfolios can be, especially when existing tools lack flexibility. Portify simplifies this process with sleek, customizable templates tailored for developers, designers, and freelancers. You can personalize your portfolio with beautiful themes and fonts, track profile views with built-in analytics, and publish it in minutes. Whether you’re looking to land gigs, apply for…
2025 · getportify.vercel.app
- 24BP
Hey HN, I've just launched https://bananaprompts.fun/, a collection of carefully crafted prompts designed specifically for Nano Banana Pro, the AI model that excels at advanced image generation. Whether you're into photorealistic seascapes, cyberpunk portraits, or isometric claymation cityscapes, these prompts are optimized to help you create stunning visuals with minimal tweaking. It's built for AI creators, artists, and devs who want reliable starting points to experiment with Nano Banana Pro. I'd love your feedback on the prompts, UI, or ideas for expansion—maybe more…
Dec 2025 · bananaprompts.fun
Ranked by how close each launch is in meaning, then by votes. Refine with a description →