https://github.com/johndavedecano/audrey-va
Audrey VA enables you to create multiple chat widgets to embed to your website and integrate to your dialogflow bot.
https://github.com/johndavedecano/audrey-va
chatbots css dialogflow html javascript svelte sveltekit
Last synced: about 1 year ago
JSON representation
Audrey VA enables you to create multiple chat widgets to embed to your website and integrate to your dialogflow bot.
- Host: GitHub
- URL: https://github.com/johndavedecano/audrey-va
- Owner: johndavedecano
- Created: 2023-11-16T08:14:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T21:52:19.000Z (about 2 years ago)
- Last Synced: 2025-04-05T14:11:09.659Z (about 1 year ago)
- Topics: chatbots, css, dialogflow, html, javascript, svelte, sveltekit
- Language: Svelte
- Homepage:
- Size: 935 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Audrey VA
Audrey VA enables you to create multiple chat widgets to embed to your website and integrate to your dialogflow bot.

## Installation
Audrey VA is built using SvelteKit and Firebase. Make sure you have NodeJS installed to your machine and you have a Firebase account.
1. Clone the repo and install depedencies
```
git clone git@github.com:johndavedecano/audrey-va.git
cd audrey-va
npm install
```
2. Create a .env file with the following details
```
PUBLIC_FIREBASE_API_KEY=
PUBLIC_FIREBASE_AUTH_DOMAIN=
PUBLIC_FIREBASE_PROJECT_ID=
PUBLIC_FIREBASE_STORAGE_BUCKET=
PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
PUBLIC_FIREBASE_APP_ID=
PUBLIC_APP_URL=http://localhost:5174
FIREBASE_SERVICE_ACCOUNT_KEY=''
ADMINISTRATORS='[]'
JWT_SECRET_KEY=
```
3. Spin up the DEV server
```
npm run dev
```
## Support
I am open to work right now. Please contact me.