This is a simple project to get the organization name from domain name. It use the ChatGPT API to get the organization name from domain name.
To get a local copy up and running follow these simple steps. clone the repo
git clone
Install composer packages
composer install
Copy the .env.example file to .env
cp .env.example .env
Generate the application key
php artisan key:generate
Run the application
php artisan serve
Enter the domain name in the input field and click on the submit button to get the organization name.