<?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: BuildLabIG</title>
    <description>The latest articles on DEV Community by BuildLabIG (@buildlabig).</description>
    <link>https://dev.to/buildlabig</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%2F3960562%2F871e8bb3-170a-4718-893b-7eec8ea805fb.png</url>
      <title>DEV Community: BuildLabIG</title>
      <link>https://dev.to/buildlabig</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/buildlabig"/>
    <language>en</language>
    <item>
      <title>BEP-20 Play-to-Earn en BNB Chain</title>
      <dc:creator>BuildLabIG</dc:creator>
      <pubDate>Sat, 30 May 2026 23:56:57 +0000</pubDate>
      <link>https://dev.to/buildlabig/bep-20-play-to-earn-en-bnb-chain-3b3l</link>
      <guid>https://dev.to/buildlabig/bep-20-play-to-earn-en-bnb-chain-3b3l</guid>
      <description>&lt;p&gt;Most Web3 tutorials show you how to deploy a token. Few show you how to build a game around it with real users playing and earning.&lt;br&gt;
I built PlayMidas — a live Play-to-Earn game on BNB Chain with a BEP-20 token (MIDAS/MDS), Firebase auth, 4 minigames, wallet registration, and an admin panel. Then I packaged the entire foundation into a starter kit.&lt;br&gt;
The stack&lt;/p&gt;

&lt;p&gt;BEP-20 token on BNB Chain — verified on BSCScan&lt;br&gt;
Solidity smart contract — 30M token supply&lt;br&gt;
Firebase Auth — user authentication&lt;br&gt;
Firestore — game state, scores, wallet registry&lt;br&gt;
Vanilla JavaScript — frontend, no heavy framework&lt;br&gt;
4 minigames — ready to extend or replace&lt;br&gt;
Admin panel — manage users, balances, rewards&lt;/p&gt;

&lt;p&gt;Why BNB Chain and not Ethereum?&lt;br&gt;
Gas fees. Ethereum mainnet makes microtransactions in a game unviable. BNB Chain gives you EVM compatibility with fees low enough to actually reward players without burning the treasury.&lt;br&gt;
What's inside&lt;br&gt;
A verified BEP-20 smart contract ready to deploy, complete Firebase Auth and Firestore integration, 4 working minigames connected to the reward system, wallet registration flow so users link their BNB wallet to their game account, an admin panel to manage the economy, and full setup documentation.&lt;br&gt;
The hardest part&lt;br&gt;
Connecting Web2 (Firebase user accounts) with Web3 (on-chain wallets) cleanly. Users shouldn't need to understand blockchain to play — the starter kit abstracts this with a wallet registration flow that links Firebase UID to wallet address. Simple for the user, solid on the backend.&lt;br&gt;
Who this is for&lt;/p&gt;

&lt;p&gt;Web3 devs who want a working Play-to-Earn foundation without starting from zero&lt;br&gt;
Developers building token-based games or reward systems&lt;br&gt;
Anyone who wants a verified BEP-20 token with a real use case attached&lt;/p&gt;

&lt;p&gt;Get it&lt;br&gt;
PlayMidas is live at playmidas.xyz with real players and a verified contract on BSCScan.&lt;br&gt;
👉 Get the starter kit on Gumroad — $19 USD&lt;br&gt;
Custom development available: &lt;a href="mailto:buildlabig@gmail.com"&gt;buildlabig@gmail.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>web3</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Web SaaS con Netlify Identity + MercadoPago + Stripe + Claude AI</title>
      <dc:creator>BuildLabIG</dc:creator>
      <pubDate>Sat, 30 May 2026 23:55:53 +0000</pubDate>
      <link>https://dev.to/buildlabig/web-saas-con-netlify-identity-mercadopago-stripe-claude-ai-1g7k</link>
      <guid>https://dev.to/buildlabig/web-saas-con-netlify-identity-mercadopago-stripe-claude-ai-1g7k</guid>
      <description>&lt;p&gt;I built ValorMercado.mx — a web SaaS tool currently live and used by professional appraisers in Mexico, with Netlify Identity auth, MercadoPago and Stripe payments, a credit system, and Claude AI integrated. Then I packaged the foundation into a starter kit.&lt;br&gt;
The stack&lt;/p&gt;

&lt;p&gt;Vanilla JavaScript + HTML/CSS — no framework bloat&lt;br&gt;
Netlify Identity — auth without a backend&lt;br&gt;
MercadoPago + Stripe — LATAM and international payments&lt;br&gt;
PayPal — additional checkout option&lt;br&gt;
Claude AI (Anthropic) — AI features via API&lt;br&gt;
Credit system — users buy credits, spend credits&lt;/p&gt;

&lt;p&gt;Why this stack?&lt;br&gt;
Netlify Identity gives you auth with zero server cost. Combined with Netlify Functions for serverless backend logic, you can run a full SaaS with paying users and nearly zero operating cost. ValorMercado.mx runs this way in production today.&lt;br&gt;
What's inside&lt;br&gt;
Complete Netlify Identity auth flow with protected routes, MercadoPago and Stripe payment integration side by side, PayPal checkout option, a working credit system (buy credits, consume credits per action), Claude AI API integration ready to extend, and a clean project structure deployable to Netlify in minutes.&lt;br&gt;
The part that took the most time&lt;br&gt;
Getting three payment processors to coexist cleanly — each with their own webhook, their own success/failure callbacks, and all of them updating the same credit balance in the database. The starter kit has this logic already abstracted and working.&lt;br&gt;
Who this is for&lt;/p&gt;

&lt;p&gt;Devs who want to launch a SaaS fast without a heavy backend&lt;br&gt;
Anyone integrating AI features with a credit/usage model&lt;br&gt;
Developers targeting both LATAM (MercadoPago) and international (Stripe) users simultaneously&lt;/p&gt;

&lt;p&gt;Get it&lt;br&gt;
Live proof: ValorMercado.mx is running this stack with real paying users right now.&lt;br&gt;
👉 Get the starter kit on Gumroad — $29 USD&lt;br&gt;
Custom development available: &lt;a href="mailto:buildlabig@gmail.com"&gt;buildlabig@gmail.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>netlify</category>
      <category>ai</category>
    </item>
    <item>
      <title>I Built a Flutter App with Firebase + MercadoPago and Turned It Into a Starter Kit (Real Production Code)</title>
      <dc:creator>BuildLabIG</dc:creator>
      <pubDate>Sat, 30 May 2026 23:50:19 +0000</pubDate>
      <link>https://dev.to/buildlabig/i-built-a-flutter-app-with-firebase-mercadopago-and-turned-it-into-a-starter-kit-real-production-5ad</link>
      <guid>https://dev.to/buildlabig/i-built-a-flutter-app-with-firebase-mercadopago-and-turned-it-into-a-starter-kit-real-production-5ad</guid>
      <description>&lt;p&gt;Most Flutter tutorials show you how to build a todo app. This is not that.&lt;br&gt;
I spent months building Valúa — a real Flutter app currently live on Google Play in Mexico, with paying customers, Firebase Auth, Firestore, and MercadoPago payments fully integrated. Then I packaged the entire foundation into a starter kit so other devs don't have to start from scratch.&lt;br&gt;
Here's what I built, how it works, and why MercadoPago integration is harder than anyone tells you.&lt;br&gt;
The stack&lt;/p&gt;

&lt;p&gt;Flutter (Dart) — cross-platform mobile&lt;br&gt;
Firebase Auth — email/password + Google Sign-In&lt;br&gt;
Firestore — real-time database, user data persistence&lt;br&gt;
MercadoPago — payment processing for LATAM (Mexico, Argentina, Brazil, Colombia)&lt;/p&gt;

&lt;p&gt;Why MercadoPago and not Stripe?&lt;br&gt;
If you're building for Latin America, this question answers itself. MercadoPago has 50M+ active users in LATAM, local payment methods (OXXO, bank transfer, credit/debit cards), and better conversion rates for Mexican and Argentine users than any international processor.&lt;br&gt;
Stripe works great for USD. MercadoPago works for where your users actually are.&lt;br&gt;
The problem? The Flutter + MercadoPago integration docs are scattered, incomplete, and half of them are outdated. I burned a lot of hours figuring it out. That's exactly what this starter kit solves.&lt;br&gt;
What's inside&lt;br&gt;
The kit includes complete Firebase Auth with email and Google Sign-In already configured, Firestore CRUD operations ready to use, MercadoPago Checkout Pro integration with deep link callbacks, and a clean folder structure ready to extend.&lt;br&gt;
The part nobody tells you about is the deep links for payment callbacks. When MercadoPago redirects back to your app after payment, you need to handle it properly — miss this and your users complete payment but your app has no idea it happened. The starter kit has this already set up and working.&lt;br&gt;
Who this is for&lt;/p&gt;

&lt;p&gt;Flutter devs building for the Latin American market&lt;br&gt;
Developers who want Firebase Auth + payments without setting it up from scratch&lt;br&gt;
Anyone tired of integrating MercadoPago with incomplete docs&lt;/p&gt;

&lt;p&gt;Get it&lt;br&gt;
This is not a tutorial project. It's extracted from a real app with real paying users in production.&lt;br&gt;
👉 Get the starter kit on Gumroad — $29 USD&lt;br&gt;
If you want something fully custom built, reach out: &lt;a href="mailto:buildlabig@gmail.com"&gt;buildlabig@gmail.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>flutter</category>
      <category>firebase</category>
      <category>dart</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
