This app is designed to help technology vendors leverage the Sandler Method to uncover prospective buyer's critical business issues using sequential questioning and generative AI from ChatGPT, via OpenAI's API.
To set up and use the app, follow these steps:
-
Clone this repository to your local machine.
git clone https://github.com/bigscotia10/disco-helper.git
-
Run
npm install
to install the necessary dependencies from the package.json. -
Create an .env file in the root directory
touch .env
to secure your API Key. -
Open the .env file and add your OpenAI API Key.
OPENAI_API_KEY=<your_openai_api_key>
-
Replace your_openai_api_key with your API Key. (Link to create an OpenAI API Key)
-
Run
npm run dev
to start the development server. -
Open http://localhost:3000 in your web browser to use the app.
The Sandler Method is a proven sales methodology that helps technical solutions professionals ask the right questions to uncover critical business issues. The Disco Helper app uses the Sandler Method to generate a range of sequential discovery questions tailored to your target client needs, which when used correctly can help uncover and identify the root causes and most important challenges their business requires help solving.
This app is open source, and we welcome contributions from the community. You can find the code for this app on GitHub.
This app is licensed under the MIT License.