<?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: Manuel Gudiño</title>
    <description>The latest articles on DEV Community by Manuel Gudiño (@m4nute).</description>
    <link>https://dev.to/m4nute</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%2F1191458%2Fc6d65088-caa3-46b1-ba5d-ad4cb9452cf0.jpeg</url>
      <title>DEV Community: Manuel Gudiño</title>
      <link>https://dev.to/m4nute</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/m4nute"/>
    <language>en</language>
    <item>
      <title>Host your side-projects / SaaS for free in 2024 with this resources</title>
      <dc:creator>Manuel Gudiño</dc:creator>
      <pubDate>Fri, 17 Nov 2023 15:25:18 +0000</pubDate>
      <link>https://dev.to/m4nute/host-your-side-projects-saas-for-free-in-2024-with-this-resources-o9e</link>
      <guid>https://dev.to/m4nute/host-your-side-projects-saas-for-free-in-2024-with-this-resources-o9e</guid>
      <description>&lt;p&gt;Hey! Today I'm gonna share with you lots of platforms to ship any side-project, or even a Landing Page or SaaS completely for free. No need to spend any 💲 on it. Let's begin!&lt;/p&gt;

&lt;h3&gt;
  
  
  I'm talking about:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Frontends&lt;/li&gt;
&lt;li&gt;Backends &amp;amp; Docker Images&lt;/li&gt;
&lt;li&gt;BaaS (Backend as a Service)&lt;/li&gt;
&lt;li&gt;Databases (MySQL, PostgreSQL, Redis, SQLite)&lt;/li&gt;
&lt;li&gt;Auth&lt;/li&gt;
&lt;li&gt;CronJobs&lt;/li&gt;
&lt;li&gt;Emails&lt;/li&gt;
&lt;li&gt;And more!&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Frontends
&lt;/h2&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://vercel.com"&gt;Vercel&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;You can create unlimited projects using Next.js, React, Astro, SvelteKit, Vue... Basically anything. It should be enough for all of your side-projects. One-click deployments also!&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://www.netlify.com/"&gt;Netlify&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Similar to Vercel. Probably the closest alternative out there.&lt;/p&gt;

&lt;p&gt;There's other alternatives as &lt;strong&gt;AWS Amplify&lt;/strong&gt;, &lt;strong&gt;Railway&lt;/strong&gt; or &lt;strong&gt;Render&lt;/strong&gt;. If you're trying to host static options there are a bunch of free options such as &lt;strong&gt;Github Pages&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Backends &amp;amp; Docker Images
&lt;/h2&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://www.koyeb.com/"&gt;Koyeb&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;In my opinion, Koyeb is really good if you want to deploy Python APIs based on frameworks like FastAPI, Flask and Django. You can also host Node.js and Bun here.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://railway.app/"&gt;Railway&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Provides a limited free tier. After adding a billing method, unlocks a bunch of new features and free $5 USD of credits per month. Great for hosting small or even medium API's and databases. Be aware of not surpassing the free credits or you'll get charged.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://fly.io/"&gt;Fly.io&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Fly.io provides a scaling plan. It requires a billing method, but provides three VM's that could be useful for small apps or experiments. Be aware of not surpassing the free credits or you'll get charged.&lt;/p&gt;

&lt;h2&gt;
  
  
  Backend as a Service
&lt;/h2&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://supabase.com/"&gt;Supabase&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Most respected in the community. Good free tier, comes with other features as Auth,Realtime and file storage. PostgreSQL Wrapper, but you can also use only the cloud Postgres instance and the file storeage if needed.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://pocketbase.io/"&gt;PocketBase&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Still in development but pretty cool. SQLite Wrapper, there's no cloud solution. You have to self-host it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Databases
&lt;/h2&gt;

&lt;p&gt;This is probably the best section of this guide and the one you need most.&lt;/p&gt;

&lt;h3&gt;
  
  
  PostgreSQL
&lt;/h3&gt;

&lt;h4&gt;
  
  
  &lt;a href="https://neon.tech/"&gt;Neon&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;Serverless PostgreSQL, good free tier.&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;a href="https://www.cockroachlabs.com/pricing/"&gt;Cockroach DB&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;Great free tier.&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;a href="https://xata.io/"&gt;Xata&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;Great free tier, innovative AI integration.&lt;/p&gt;

&lt;h3&gt;
  
  
  MySQL
&lt;/h3&gt;

&lt;h4&gt;
  
  
  &lt;a href="https://planetscale.com/pricing"&gt;PlanetScale&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;One of the best options out there. Great free tier, but requires Credit Card and only let's you create one database for free.&lt;/p&gt;

&lt;h3&gt;
  
  
  SQLite
&lt;/h3&gt;

&lt;h4&gt;
  
  
  &lt;a href="https://turso.tech/pricing"&gt;Turso&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;Offers the best free tier. Unlimited databases, up to 3 locations, branches...&lt;/p&gt;

&lt;h3&gt;
  
  
  Redis
&lt;/h3&gt;

&lt;h4&gt;
  
  
  &lt;a href="https://upstash.com/"&gt;Upstash&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;Only Redis provider that offers a competitive free tier for now.&lt;/p&gt;

&lt;h2&gt;
  
  
  Auth
&lt;/h2&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://clerk.com/"&gt;Clerk&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Good free tier, highest quality solution right now. Be aware of the insane prices after the free tier, huge vendor lock-in. I personally recommend it for personal projects that won't scale, just to save time.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://kinde.com/"&gt;Kinde&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Great free tier, a bit cheaper compared to Clerk.&lt;/p&gt;

&lt;h2&gt;
  
  
  CronJobs
&lt;/h2&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://upstash.com/docs/qstash/overall/getstarted"&gt;QStash&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Serverless solution provided by Upstash, good free tier.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://vercel.com/docs/cron-jobs"&gt;Vercel&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Much more limited free resources. Might be convenient if you're already hosting on Vercel and just need a simple cron-job.&lt;/p&gt;

&lt;h2&gt;
  
  
  Emails
&lt;/h2&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://sendgrid.com/"&gt;SendGrid&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;SendGrid offers a free forever plan with 100 emails/day. Pretty decent to start.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://www.mailersend.com/pricing"&gt;MailerSend&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;SendGrid alternative. 3000 monthly emails offered for free.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://education.github.com/pack"&gt;Github Students Pack&lt;/a&gt; (Bonus: Only for students)
&lt;/h2&gt;

&lt;p&gt;This pack offers a bunch of free stuff, that you wouldn't get free access to otherwise. You only need an email from an educational institution.&lt;/p&gt;

&lt;h3&gt;
  
  
  Domains
&lt;/h3&gt;

&lt;p&gt;The pack comes with 3 free domains for 12 months:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;.tech&lt;/li&gt;
&lt;li&gt;.live&lt;/li&gt;
&lt;li&gt;.me&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you're trying to host your own portfolio or blog with a nice domain you can pick the &lt;em&gt;.me&lt;/em&gt; one. That's what I did!&lt;/p&gt;

&lt;h3&gt;
  
  
  Cloud Hostings
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Digital Ocean
&lt;/h4&gt;

&lt;p&gt;With the pack, you get a full year free to use the included $200 in credits.&lt;/p&gt;

&lt;h4&gt;
  
  
  Heroku
&lt;/h4&gt;

&lt;p&gt;You get $13/month for &lt;strong&gt;TWO&lt;/strong&gt; whole years. The amount of credits is not amazing tho, you'll only be able to purchase small instances.&lt;/p&gt;

&lt;h3&gt;
  
  
  Dev Tools
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Github Copilot
&lt;/h4&gt;

&lt;p&gt;Yep, you get free copilot as long as you have the students pack.&lt;/p&gt;

&lt;h4&gt;
  
  
  JetBrains
&lt;/h4&gt;

&lt;p&gt;Pretty well known IDEs. The license lasts for a year but you can renew it if you still hold the students pack.&lt;/p&gt;

&lt;h3&gt;
  
  
  API's &amp;amp; Infra
&lt;/h3&gt;

&lt;h4&gt;
  
  
  MongoDB Atlas
&lt;/h4&gt;

&lt;p&gt;You get $50 in credits for free and a &lt;del&gt;$150&lt;/del&gt; certification is included.&lt;/p&gt;

&lt;h4&gt;
  
  
  Stripe
&lt;/h4&gt;

&lt;p&gt;Waived transaction fees on first $1000 in revenue processed. Really nice if you're starting your SaaS.&lt;/p&gt;

&lt;h4&gt;
  
  
  Mailgun
&lt;/h4&gt;

&lt;p&gt;20,000 free emails per month for a whole year. Great as well if you're starting your SaaS or newsletter.&lt;/p&gt;

&lt;p&gt;That's it! You can do anything for free right now. All types of databases, domains, auth... Literally anything! And without spending a single cent.&lt;/p&gt;

&lt;p&gt;If you liked this post and want me to post more, let me know in the comments! For the next post, I plan to write about my stack, which I consider the fastest for shipping SaaS. I'm also open for opportunities right now, feel free to contact me if you're interested and check out my &lt;a href="https://mgudino.me"&gt;portfolio&lt;/a&gt; to know more about me!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>resources</category>
      <category>programming</category>
    </item>
    <item>
      <title>I made a Pricing Page template with TailwindCSS and ShadcnUI 🔥</title>
      <dc:creator>Manuel Gudiño</dc:creator>
      <pubDate>Thu, 16 Nov 2023 00:10:54 +0000</pubDate>
      <link>https://dev.to/m4nute/i-made-a-pricing-page-template-with-tailwindcss-and-shadcnui-22fl</link>
      <guid>https://dev.to/m4nute/i-made-a-pricing-page-template-with-tailwindcss-and-shadcnui-22fl</guid>
      <description>&lt;p&gt;Hey everyone! I noticed that there aren't a lot of free and open-source pricing pages with Tailwind, and none with Shadcn UI, so I made my own from scratch and wanted to share it with the community. You can copy-paste the code in the repo and have a fully functional pricing page in two clicks!&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo Gif
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--KONr-pJf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cs8vpbq8iy9y0j9qdu6s.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--KONr-pJf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cs8vpbq8iy9y0j9qdu6s.gif" alt="Image description" width="800" height="539"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;✅ Dark &amp;amp; Light Mode&lt;br&gt;
✅ Monthly / Yearly Plan&lt;br&gt;
✅ Yearly Plan savings automatically calculated and highlighted&lt;br&gt;
✅ "Popular" tag (PRO Plan in the live preview)&lt;br&gt;
✅ "Exclusive" tag (EXCLUSIVE Plan in the dark theme live preview)&lt;/p&gt;
&lt;h2&gt;
  
  
  Customization
&lt;/h2&gt;

&lt;p&gt;This template is fully customizable and responsive. You can easily add and delete plans, and fill them with the data you what. At the bottom of src/app/page.tsx (which is the only relevant file) you'll find the customization array:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;const plans = [
    {
      title: "Basic",
      monthlyPrice: 10,
      yearlyPrice: 100,
      description: "Essential features you need to get started",
      features: ["Example Feature Number 1", "Example Feature Number 2", "Example Feature Number 3"],
      actionLabel: "Get Started",
    },
    {
      title: "Pro",
      monthlyPrice: 25,
      yearlyPrice: 250,
      description: "Perfect for owners of small &amp;amp; medium businessess",
      features: ["Example Feature Number 1", "Example Feature Number 2", "Example Feature Number 3"],
      actionLabel: "Get Started",
      popular: true,
    },
    {
      title: "Enterprise",
      price: "Custom",
      description: "Dedicated support and infrastructure to fit your needs",
      features: ["Example Feature Number 1", "Example Feature Number 2", "Example Feature Number 3", "Super Exclusive Feature"],
      actionLabel: "Contact Sales",
      exclusive: true,
    },
  ]
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Card variations
&lt;/h2&gt;

&lt;p&gt;I also made two card variations. You can add them with &lt;code&gt;popular:true&lt;/code&gt; or &lt;code&gt;exclusive:true&lt;/code&gt; in the specific plan you want to highlight.&lt;/p&gt;

&lt;h3&gt;
  
  
  Popular tag
&lt;/h3&gt;

&lt;p&gt;The first one is the "popular" tag, that you can see in the PRO plan in the example. It adds the gradient outline to highlight the card.&lt;/p&gt;

&lt;h3&gt;
  
  
  Exclusive tag
&lt;/h3&gt;

&lt;p&gt;The second one is the exclusive tag, only available in dark mode. It's the shine effect in the EXCLUSIVE plan.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/m4nute/pricing-page-shadcn"&gt;Github Repo&lt;/a&gt;.&lt;br&gt;
&lt;a href="https://pricing-page-shadcn.vercel.app/"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Follow me if you wanna see more of my work 😊. I'm currently looking for opportunities, feel free to contact me at &lt;a href="mailto:mgud@proton.me"&gt;mgud@proton.me&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That's it!&lt;/p&gt;

</description>
      <category>tailwindcss</category>
      <category>react</category>
      <category>opensource</category>
      <category>nextjs</category>
    </item>
  </channel>
</rss>
