Implement additional service to project in free plans

Currently for one of our project on next.js we use free plan.

On current stage we required implement additional servises to our project like node-soap.

We clearly understand thay additional service required separete start process after deploy.

Please kindly advise which changes we should make in project for safe use or its required paid plans for project.

Thank You.

Hi @dominickuaods, welcome to the Vercel Community!

I’m not sure if I understand correctly about the project you are hosting.

The basic norm is if your usage is under the Hobby plan quota and you’re not charging customer to use your service hosted on Vercel. You can safely continue on the Hobby plan.

For more details, you can read the Fair use Guidelines.

Dear Anshuman,

thanks for quick reply.

We planning implement soap service for exchange some data and main question how correct it do without building additional project and etc.

Thank You.

Oh, I see. I haven’t made a SOAP service myself but assuming it’s built on a supported runtime, you could potentially have it in the api/ directory in the same project.

By the way, I’m curious why don’t you want it on a different project?

1 Like

Hi @dominickuaods, just checking in to see if you still need assistance with implementing the SOAP service in your project. Have you found a solution, or do you need further guidance on this? Let me know if you need more details.