I noticed that you guys have a repo for the frontend and the backend. You can leverage NextJS + Vercel to deploy both in a single server for free by following any of these templates:
NextJS frontend + flask backend
NextJS frontend + FastAPI backend
NextJS frontend and backend + FastAPI backend (so 2 backends in 1 server)
I was also a hacker and was just going through some of the htn projects out there and found yours
I noticed that you guys have a repo for the frontend and the backend. You can leverage NextJS + Vercel to deploy both in a single server for free by following any of these templates:
NextJS frontend + flask backend
NextJS frontend + FastAPI backend
NextJS frontend and backend + FastAPI backend (so 2 backends in 1 server)
I was also a hacker and was just going through some of the htn projects out there and found yours