Okay real talk - if you're still spinning up heavy custom databases for lightweight client projects, you might be overcomplicating your life.
I just wrapped a full order management system for a client using Airtable (free tier) as the backend, paired with n8n for all the automation logic. It took maybe 30 minutes to hook up once I had the logic sketched out, and it runs beautifully.
Most people treat Airtable like a fancy spreadsheet. But it's actually a legit relational database and honestly one of the most underrated tools in this space.
For this client it replaced a pricey software subscription, cleaned up their chaotic spreadsheet situation, and felt like a massive upgrade without the massive price tag.
Two things to know before you try it:
- The free tier caps at 100 internal automation runs
- Easy fix: don't use Airtable's native automations at all, just let n8n do the heavy lifting instead
Have you guys been sleeping on tools like Airtable for client builds, or are you already sneaking it into your stack? Genuinely curious 👇