Yesterday I shared the luxury real estate website I've been building.
Today I completed the first end-to-end AI automation for the platform.
Now, whenever someone submits the inquiry form, the system automatically:
β
Receives the lead from the website
β
Uses AI to qualify the lead
β
Determines whether the inquiry is from a Buyer or Seller
β
Generates AI insights and recommendations
β
Stores everything in an Airtable CRM
β
Continues the automation workflow for follow-ups
One thing I learned today is about deployment.
Right now, my n8n instance is running locally inside Docker Desktop and exposed using ngrok. It works perfectly for development, but if I shut down my laptop, the workflow stops because the webhook is no longer available.
My next step is deploying n8n to a VPS or n8n Cloud so the automation can run 24/7 with a permanent webhook URL.
You can explore the website here:
I'd love your feedback on both the website and the automation architecture. If you've deployed n8n in production, what hosting setup has worked best for you?
#AI #AIAutomation #n8n #OpenAI #Docker #BuildInPublic #RealEstate #CRM #Automation #AIAgents