AI coder building clean apps, automations & websites with modern AI tools. Sharing projects, ideas & connecting with cool people
#VibeCoder#Automation#AIApp
@CodeEmmanuelPy Exactly! That shared responsibility is what makes the architecture powerful. You don't need one service doing everything when each component can handle what it's best at.
A Supabase secret beginners miss:
Your database can trigger actions when data changes.
New order → trigger → update stock → log activity → call a webhook.
You don't need a separate server for every little task.
Let Postgres do more work. ⚡
#Supabase#Postgres#Backend
Bitter truth about AI agents:
Your agent can have the smartest model…
…and still fail because one API call returned garbage.
The model isn't always the problem.
Sometimes your tools, schemas and error handling are.
Build the system, not just the prompt.
#AIAgents#LLM
Most people use Supabase as a database.
But did you know it also has Queues?
You can put background jobs in a queue and process them later.
Perfect for: Emails,Notifications, AI tasks, Heavy processing
Less blocking. More reliable apps.
#Supabase#Postgres#Backend#WebDev
Your CRM shouldn't just store leads.
It should WORK on them.
New lead comes in →
→ Qualify it
→ Assign it
→ Send a personalized follow-up
→ Create a sales task
→ Alert your team if it's hot
All automatically.
Your CRM can be more than a database. 🤯
#CRM#Automation
AI coding is getting ridiculously fast.
But there’s a trap:
Fast code ≠ good software.
If you don’t test what AI builds, you’re not vibe coding.
You’re vibe praying. 😭😂
Build fast. Test faster.
#VibeCoding#AI
POV: You told AI to “build a simple app.”
5 minutes later:
Authentication ✅
Database ✅
Payments ✅
Admin dashboard ✅
You: “Bro�� I only asked for a login page.” 😭😂
AI can build fast.
You still need to know what to build.
#VibeCoding #AI #crm
AI didn’t make developers useless, It made “I can code” less impressive.
Now the real skill is knowing:
→ What to build
→ What to automate
→ What AI should handle
→ How to turn an idea into a working product
The advantage is knowing what to do with it.
#AI#BuildInPublic
Your Supabase free project keeps getting paused? 👀
Here’s a simple fix:
Set up a cron job that runs every 24 hours and logs a heartbeat to a Supabase table.
For example:
→ Cron runs every 24h
→ Sends a request to your API
→ Inserts a timestamp into Supabase
→ Keeps your project active
Simple, automated, and you don’t have to remember to do it manually.
#Supabase #WebDev #Vercel #NextJS #Vibecoding #vibecoder
Client: "There are just a few bugs on the landing page." 😅
Me: 👀
❌ Broken CTA
❌ Game list won't load
❌ Empty states
❌ Backend waiting for data
...and that's just the first 5 minutes. 😂
Analyze first. Code second.
#BuildInPublic#AICoding#WebDevelopment#BugFix#ReactJS