
🔧 Building the WordPress Generator in Python
Today marks a real turning point: I finally got the site generator to work exactly as I envisioned it for the beta. With just one Python script, I’m now able to generate full WordPress websites based on user input. The builder talks directly to the multisite REST API, creates the subsite, injects custom blocks, and applies styles and content dynamically. It’s fast, clean, and already usable for real demo showcases. This is the backbone of what Alisaï was supposed to become: an assistant that builds for you.
💬 The ChatBot Side: Smart, but Still Messy
The chatbot, on the other hand, is where things get rough. It’s running on my VPS via FastAPI and handles over 30 conversational steps, records answers in CSV, detects mood from tone, and verifies addresses with Geoapify. Sounds cool — and it is — but managing all the conditions, edits, and flow logic is a nightmare. Every step has to account for errors, confirmations, fallbacks… and right now, it’s still a bit of spaghetti. Functional? Yes. Stable? Not really. But we’re getting there.
