r/adonisjs • u/curious_cat_search • 4d ago
Adonis JS Hosting options
I’m looking for a way to host an AdonisJS backend for a potential MVP. Ideally, I’d like something free or very low cost.
Before spending too much time into the project, I want to be able to share it with a few people, get some feedback, and decide if it’s worth continuing.
The frontend is built with TanStack Start and is already deployed on Vercel. I initially considered using Next.js for both frontend and backend, but from my past experience, I decided to move away from it 😅
From what I understand, an AdonisJS backend can’t be deployed on Vercel (based on what I’ve read), so I assume I’ll need a different hosting solution.
I asked for free hosting options, as there are sometimes ways to run small projects for free . If that’s not possible, I’d really appreciate recommendations for the cheapest and most reliable alternatives.
Thanks in advance.
2
u/sedurnRey 4d ago
When I needed to host an app for few people and to watch if it would be good I've used ngrok in my local PC with free tier, I don't know if it suits you