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: https://gilded-horizon-properties.lovable.app 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