Skip to content

A website that helps you find the best suitable AI Agent for your business.

License

Notifications You must be signed in to change notification settings

zaid-ahmad/agent-finder

Repository files navigation

Issues MIT License LinkedIn


Agent Finder

A simple website that helps businesses find the best suitable AI agent for them.

View Live · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Contributing
  3. License
  4. Contact

About The Project

AI Agent Finder Screen Shot

(back to top)

Built With

  • Next.js
  • React
  • TypeScript
  • Tailwind CSS

(back to top)

Installation

  1. Use this Google Sheets to get the data Google Sheets Link

  2. Clone the repo

    git clone https://github.com/zaid-ahmad/agent-finder.git
  3. Install NPM packages

    npm install
  4. Enter your API in config.js

    const SHEET_ID = 'ENTER THE SHEET ID';
  5. Create a secrets.json and add it to .gitignore

     {
       "type": "",
       "project_id": "",
       "private_key_id": "",
       "private_key": "",
       "client_email": "",
       "client_id": "",
       "auth_uri": "",
       "token_uri": "",
       "auth_provider_x509_cert_url": "",
       "client_x509_cert_url": "",
       "universe_domain": "googleapis.com"
     }

    Watch this video if you get stuck setting up the google sheets: YouTube

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Zaid Ahmad - @zaidahmad__dev - zaidd250@gmail.com

Project Link: https://github.com/zaid-ahmad/agent-finder

(back to top)

About

A website that helps you find the best suitable AI Agent for your business.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published