Static website built with Angular that allows to start custom ChatGPT sessions with premade bots or custom ones. This is a working in progress and any PR related to the list below is more then welcome.
The website is live at: https://anychatbot-gpt.web.app/
- Store user chatbot on Firebase
- Multiple chatbot configuration template
- Edit premade chatbot
- Community votes on premade chatbot
- Submit your chatbot function
- Improve UX/UI
- Clean code and reduce redundancy
- Make all compoments modular
This project was generated with Angular CLI version 15.2.5
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
To deploy the application, you can use a variety of methods depending on your hosting environment. Here are some common commands to deploy your Angular app:
- Install Firebase tools if you haven't already:
npm install -g firebase-tools
- Login to your Firebase account:
firebase login
- Initialize your project:
firebase init
- Choose "Hosting" and select the project you want to deploy to
- Set the "public" directory to
dist/<project-name>
- Run
ng build --prod
to build your project - Deploy your project using
firebase deploy