Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy Python Chatbot Server and Front-End on Vercel (or any other suitable platform) #76

Open
ajaysehwal opened this issue Dec 16, 2024 · 1 comment
Assignees

Comments

@ajaysehwal
Copy link
Contributor

The current chatbot in our app is deployed on Railway, and the front-end interacts with it via the deployed link. While this setup works well, it incurs costs for keeping the chatbot running on Railway.

We are looking for a way to deploy both the Python chatbot server and the front-end of the app on a platform like Vercel (or any other platform that supports both), so we can avoid deploying the chatbot on a separate platform and reduce costs.

Acceptance Criteria:

Investigate and confirm if it's possible to deploy the Python server and the front-end together on Vercel (or another platform).
Ensure that the chatbot and front-end communicate seamlessly after deployment.
Provide a guide or documentation on the steps involved in the deployment process.

Additional Notes:

Ensure the solution supports scalability and easy maintenance.
Consider any platform-specific constraints for Python server deployment.

@DeveloperAmrit
Copy link

We can deploy only the python chatbot on pythonanywhere.com. It supports flask and is completely free.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants