dadzy-website/ ├── index.php # Main website (homepage) ├── .htaccess # Apache configuration ├── config/ │ └── database.php # Database configuration ├── api/ │ ├── chat.php # AI Chatbot API │ ├── ...