<?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: Ismael Cruz</title>
    <description>The latest articles on DEV Community by Ismael Cruz (@ismael_cruz_8c8c6bf20006b).</description>
    <link>https://dev.to/ismael_cruz_8c8c6bf20006b</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%2F3365245%2F7d0bf703-996a-4bbb-9261-4cd1b0761cc5.png</url>
      <title>DEV Community: Ismael Cruz</title>
      <link>https://dev.to/ismael_cruz_8c8c6bf20006b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ismael_cruz_8c8c6bf20006b"/>
    <language>en</language>
    <item>
      <title>I made an open-source API generator for MVPs let me know what you think!</title>
      <dc:creator>Ismael Cruz</dc:creator>
      <pubDate>Thu, 17 Jul 2025 21:50:56 +0000</pubDate>
      <link>https://dev.to/ismael_cruz_8c8c6bf20006b/i-made-an-open-source-api-generator-for-mvps-let-me-know-what-you-think-38p4</link>
      <guid>https://dev.to/ismael_cruz_8c8c6bf20006b/i-made-an-open-source-api-generator-for-mvps-let-me-know-what-you-think-38p4</guid>
      <description>&lt;p&gt;I just released the first version of ForgeAPI, a code generator that builds a working backend API in seconds. It handles things like auth, validation, and access control.&lt;/p&gt;

&lt;p&gt;It’s made for developers, but I want to make a web version that anyone can use, even if they don't code.&lt;/p&gt;

&lt;p&gt;🧰 What it does:&lt;/p&gt;

&lt;p&gt;Makes a complete Node.js backend with authentication.&lt;/p&gt;

&lt;p&gt;Works with MongoDB or PostgreSQL, at the moment.&lt;/p&gt;

&lt;p&gt;Creates models, routes, controllers, middlewares, and validators.&lt;/p&gt;

&lt;p&gt;Has route protection based on roles (admin, self, auth).&lt;/p&gt;

&lt;p&gt;Includes a built-in user entity and auth routes.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/neftaliCruzSosa/ForgeAPI" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Why I did this:&lt;/p&gt;

&lt;p&gt;When I was in bootcamp, I wished I had something like this. It gets rid of all that boring stuff you have to do when you set up backends. If you're making an MVP or just a little side thing, ForgeAPI can save you a bunch of time so you can focus on your idea.&lt;/p&gt;

&lt;p&gt;🔧 What's up with it now:&lt;/p&gt;

&lt;p&gt;Still in development, but it works.&lt;/p&gt;

&lt;p&gt;It supports two methods of authentication and two types of databases.&lt;/p&gt;

&lt;p&gt;Roadmap and changelog are included in the repo.&lt;/p&gt;

&lt;p&gt;🙏 What I need:&lt;/p&gt;

&lt;p&gt;Tell me what you think about anything: how it looks, how it's built, the names of stuff, how you might use it, etc.&lt;/p&gt;

&lt;p&gt;Tell me what would make it better for you.&lt;/p&gt;

&lt;p&gt;Help me get the word out! I'm looking for dev jobs, and showing off this project is how I'm trying to do it.&lt;/p&gt;

&lt;p&gt;I'd like to know what you think of it or how you might use it!&lt;/p&gt;

&lt;p&gt;Thanks for reading 🙌&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
