<?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>DEV Community: Javier Fernández</title>
    <description>The latest articles on DEV Community by Javier Fernández (@jallox).</description>
    <link>https://dev.to/jallox</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%2F3936327%2F0a0caf86-1779-4a3e-bfed-5da10b745cfd.png</url>
      <title>DEV Community: Javier Fernández</title>
      <link>https://dev.to/jallox</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jallox"/>
    <language>en</language>
    <item>
      <title>I got tired of bloated API clients, so I built my own</title>
      <dc:creator>Javier Fernández</dc:creator>
      <pubDate>Sun, 17 May 2026 13:39:47 +0000</pubDate>
      <link>https://dev.to/jallox/i-got-tired-of-bloated-api-clients-so-i-built-my-own-86n</link>
      <guid>https://dev.to/jallox/i-got-tired-of-bloated-api-clients-so-i-built-my-own-86n</guid>
      <description>&lt;p&gt;I was working on a project for a client building a simple API.&lt;/p&gt;

&lt;p&gt;It was supposed to be a job, just a few endpoints and some basic testing, nothing too complicated.&lt;/p&gt;

&lt;p&gt;So I downloaded Postman to help me with this project.&lt;/p&gt;

&lt;p&gt;To be honest I felt really overwhelmed right from the start.&lt;/p&gt;

&lt;p&gt;There were many features like workspaces and cloud sync and team collaboration it felt like I was using software meant for a big company with a lot of employees not something a solo developer like me would use.&lt;/p&gt;

&lt;p&gt;I thought maybe the problem was me so I tried using Insomnia&lt;/p&gt;

&lt;p&gt;It was a little better. Still way more complicated than I needed.&lt;/p&gt;

&lt;p&gt;That is when I realized something&lt;/p&gt;

&lt;p&gt;A lot of the tools we use as developers are getting more and more complicated with features that are meant for teams and companies, but, a lot of us just want something simple and fast.&lt;/p&gt;

&lt;p&gt;So I decided to build the kind of API client I wanted to use.&lt;/p&gt;

&lt;p&gt;I wanted it to be open-source and able to run even without an internet connection and to be focused on being simple and fast.&lt;/p&gt;

&lt;p&gt;I did not want to make people create accounts or use it in a way or having to struggle with a lot of features that're not necessary.&lt;/p&gt;

&lt;p&gt;I just wanted to make something that's easy to use and does not get in the way.&lt;/p&gt;

&lt;p&gt;I have been working on this project for a while now. I finally released the first version of &lt;strong&gt;Flamingo v0.1.0&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The project is still in its early stages but I think the main idea is already there.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Lightweight and fast&lt;/li&gt;
&lt;li&gt;Offline-first&lt;/li&gt;
&lt;li&gt;Open-source&lt;/li&gt;
&lt;li&gt;Simple UI&lt;/li&gt;
&lt;li&gt;Focused on solo developers and small teams&lt;/li&gt;
&lt;li&gt;Designed to stay out of your way&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I am not trying to replace the tools that are already out there like Postman and Insomnia because they are good for big teams or companies, I just think there is room for tools that do one thing well.&lt;/p&gt;

&lt;p&gt;Now I am looking for feedback from other developers who feel like me, who feel overwhelmed by the tools we use.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Would you use something like Flamingo?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What features do you think are really necessary, in an API client and which ones do you think are not needed?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can check out flamingo here: &lt;a href="https://flamingo-client.com/" rel="noopener noreferrer"&gt;https://flamingo-client.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And the source code here: &lt;a href="https://github.com/Flamingo-Client/Flamingo" rel="noopener noreferrer"&gt;https://github.com/Flamingo-Client/Flamingo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>backend</category>
      <category>api</category>
      <category>postman</category>
      <category>insomnia</category>
    </item>
  </channel>
</rss>
