<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Agustin Tamagno</title>
    <description>The latest articles on Forem by Agustin Tamagno (@agustin_tamagno).</description>
    <link>https://forem.com/agustin_tamagno</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3719131%2Fd4a1168b-3053-4d82-8298-2859cc227efc.png</url>
      <title>Forem: Agustin Tamagno</title>
      <link>https://forem.com/agustin_tamagno</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/agustin_tamagno"/>
    <language>en</language>
    <item>
      <title>I just wanted a simple way to see my flights on a map, so I built my own web app</title>
      <dc:creator>Agustin Tamagno</dc:creator>
      <pubDate>Mon, 19 Jan 2026 09:07:39 +0000</pubDate>
      <link>https://forem.com/agustin_tamagno/i-just-wanted-a-simple-way-to-see-my-flights-on-a-map-so-i-built-my-own-web-app-g9o</link>
      <guid>https://forem.com/agustin_tamagno/i-just-wanted-a-simple-way-to-see-my-flights-on-a-map-so-i-built-my-own-web-app-g9o</guid>
      <description>&lt;p&gt;This didn't start as a startup idea or a side-hustle plan. I just wanted a &lt;strong&gt;simple app to track my flights and see how they look on a map&lt;/strong&gt;. That's it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxm0z7wk2xyy5se1x74by.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxm0z7wk2xyy5se1x74by.png" alt="The simple flight map I built to track and visualize my trips." width="800" height="607"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I know there are already a lot of apps that do this. I've tried most of them. And almost every time I ended up frustrated for the same two reasons:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Loading flights was slow and clunky&lt;/li&gt;
&lt;li&gt;I had to create an account just to do something that should take a minute&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I only wanted to see some routes on a map. Why did that require signing up?&lt;/p&gt;




&lt;h2&gt;
  
  
  The specific things that kept annoying me
&lt;/h2&gt;

&lt;p&gt;What I really wanted was something closer to a &lt;strong&gt;calculator&lt;/strong&gt; than a platform.&lt;/p&gt;

&lt;p&gt;Most of the time, I don't want to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Set up a profile
&lt;/li&gt;
&lt;li&gt;Import a full itinerary
&lt;/li&gt;
&lt;li&gt;Add airlines, dates, seat numbers, loyalty programs, etc.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0ytxmg00hdawl5gkt76r.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0ytxmg00hdawl5gkt76r.png" alt="Add flights quickly with only the required details, no account needed." width="800" height="629"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I just want to answer questions like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;em&gt;What does this route look like on a map?&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;How far is this flight?&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;How does this connect with my other trips?&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And I want the answer &lt;strong&gt;now&lt;/strong&gt;, not after creating an account and clicking through five steps.&lt;/p&gt;




&lt;h2&gt;
  
  
  So I built the simplest version possible
&lt;/h2&gt;

&lt;p&gt;When I started building my own tool, I focused on two rules:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Only ask for what's absolutely mandatory&lt;/strong&gt;&lt;br&gt;
Origin and destination. That's it.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Everything else should be optional&lt;/strong&gt;&lt;br&gt;
If you want to add more details later, great.&lt;br&gt;
If not, you shouldn't have to.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The goal was simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add flights quickly
&lt;/li&gt;
&lt;li&gt;See them instantly on a map
&lt;/li&gt;
&lt;li&gt;Use it offline if needed
&lt;/li&gt;
&lt;li&gt;Download an image of the map if you want to save or share it&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmwu65aaenpodaupj8eh1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmwu65aaenpodaupj8eh1.png" alt="Optional features: share your flight maps or track stats, all still fast and simple." width="800" height="603"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Basically, something you could open, use for one minute, get what you need and leave.&lt;/p&gt;

&lt;p&gt;No commitment.&lt;/p&gt;




&lt;h2&gt;
  
  
  Accounts are optional (on purpose)
&lt;/h2&gt;

&lt;p&gt;This part was important to me.&lt;/p&gt;

&lt;p&gt;You &lt;em&gt;can&lt;/em&gt; create an account if you want to save things long-term, but for most people, you don't need one.&lt;/p&gt;

&lt;p&gt;I've lost count of how many times I've gone to a website thinking:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;"I'm going to use this once, why do I need an account?"&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That friction alone is often enough for me to close the tab.&lt;/p&gt;

&lt;p&gt;So I tried to design this tool for people like me.&lt;/p&gt;




&lt;h2&gt;
  
  
  Building it was the easy part
&lt;/h2&gt;

&lt;p&gt;Technically, it's a pretty straightforward web app. I built it with &lt;strong&gt;React + Vite&lt;/strong&gt; and kept things intentionally simple.&lt;/p&gt;

&lt;p&gt;What I didn't fully expect was how different &lt;strong&gt;building&lt;/strong&gt; and &lt;strong&gt;getting people to notice&lt;/strong&gt; would feel.&lt;/p&gt;

&lt;p&gt;I launched it, shared it a bit, even submitted it to Product Hunt.&lt;/p&gt;

&lt;p&gt;And then… not much happened.&lt;/p&gt;

&lt;p&gt;A few visits. Some clicks. Very slow growth.&lt;/p&gt;

&lt;p&gt;Interestingly, &lt;strong&gt;Bing picked it up much faster than Google&lt;/strong&gt;, while Google barely showed it at all at first. That was confusing, and honestly a bit discouraging.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I've learned so far
&lt;/h2&gt;

&lt;p&gt;A few things became clear pretty quickly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Shipping something is only step one&lt;/strong&gt; - Distribution is a whole separate problem.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SEO takes time (especially for new sites)&lt;/strong&gt; - Even if you do things right, results don’t come fast.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reducing friction really matters&lt;/strong&gt; - Forced sign-ups lose people.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Building something you personally want is still a good idea&lt;/strong&gt; - At least you know the problem is real.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Where things are now
&lt;/h2&gt;

&lt;p&gt;I'm still improving the app, slowly.&lt;br&gt;&lt;br&gt;
Still trying to make it faster and simpler.&lt;br&gt;&lt;br&gt;
Still figuring out how to help the right people discover it.&lt;br&gt;&lt;br&gt;
No big growth hacks. No viral moment.&lt;br&gt;&lt;br&gt;
Just iterating and learning as I go.&lt;br&gt;&lt;br&gt;
If you're curious, this is the tool I've been working on: &lt;strong&gt;&lt;a href="https://myflightroutes.com" rel="noopener noreferrer"&gt;My Flight Routes&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Final thought
&lt;/h2&gt;

&lt;p&gt;If you're building something because a bunch of small things annoyed you, that's a perfectly valid reason to start.&lt;br&gt;&lt;br&gt;
Sometimes you're not trying to change the world.&lt;br&gt;&lt;br&gt;
You're just trying to remove a little friction.&lt;br&gt;&lt;br&gt;
And that's enough.&lt;/p&gt;

</description>
      <category>buildinpublic</category>
      <category>sideprojects</category>
      <category>indiehacker</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
