← Reddit

Built and launched a travel planning website with Claude + Cursor over a few weekends. Here are the things AI was surprisingly good (and bad) at.

Reddit · Parking_Signal7182 · June 8, 2026
An analytics engineer used Claude and Cursor to build and launch nomoratravel.in, a travel planning website combining city guides, weather, attractions, restaurants, and AI-generated itineraries over several weekends. Claude proved exceptionally valuable for product planning, feature design, refactoring, and turning vague ideas into concrete requirements, though it struggled with API hallucinations and understanding existing project structures. The developer concluded that Claude functions best as a product manager and architect rather than a code generator, and that building is no longer the bottleneck but distribution represents the primary challenge.

Detailed Analysis

An analytics engineer with no frontend development background successfully built and launched a full-stack travel planning website — nomoratravel.in — using Claude and Cursor over the course of several weekends, representing a concrete example of AI tools enabling professionals to cross traditional technical skill boundaries. The finished product incorporates city guides, weather forecasts, restaurant and attraction listings, interactive maps powered by OpenStreetMap, AI-generated itineraries, and local shopping recommendations. The stack — Next.js, TypeScript, Tailwind, and Vercel — reflects modern production-grade web development standards, not a hobbyist prototype. The site is now live and receiving organic search traffic, meaning the project crossed the threshold from personal experiment to publicly functioning product.

The author's breakdown of where Claude excelled versus where it fell short offers a rare and granular practitioner perspective on real-world AI-assisted development. Claude performed strongest in product management functions: turning vague feature concepts into structured, detailed specifications. The "What To Buy" section example is illustrative — Claude expanded a rough idea about local handicrafts into a comprehensive feature encompassing price ranges, shopping districts, scam warnings, authenticity guidance, and packing advice. This kind of structured ideation and requirements generation represents a higher-order cognitive task beyond simple code synthesis. Claude also handled refactoring, SEO implementation, and schema markup effectively. Where it struggled — hallucinating APIs, occasionally overengineering straightforward problems, introducing regressions during large code changes, and losing track of project structure without explicit context — maps closely to documented limitations of large language models operating on complex, stateful codebases.

The author's central conclusion — that Claude functions best as a product manager and architect rather than a pure code generator — carries significant implications for how developers and non-developers alike should think about integrating these tools. The framing recontextualizes Claude not as an autocomplete engine but as a collaborative reasoning partner capable of expanding scope and sharpening requirements before a single line of code is written. This mirrors an emerging pattern across the AI-assisted development space, where the highest leverage interactions tend to be upstream of implementation: system design, feature decomposition, and specification work that traditionally required experienced product or engineering leadership.

The broader trend this article reflects is the ongoing compression of the skill stack required to build and ship functional software. An analytics engineer fluent in data but not in frontend frameworks could previously prototype ideas but rarely ship them to production. Tools like Claude and Cursor are closing that gap, effectively democratizing the full development lifecycle. The author's observation that "building is no longer the bottleneck — distribution is" marks a meaningful inflection point: the constraint on individual builders has shifted from technical execution to audience acquisition and marketing, which historically were separate professional disciplines. As AI continues to lower the floor for shipping production software, the competitive differentiator increasingly becomes the quality of ideas and the ability to reach users, not the ability to write boilerplate code.

Read original article →