Questions about Vercel services

Hi @matsilva06-gmailcom! It’s possible to use Vercel for the client-side and server-side (i.e. API) layers of the application. The database would need to either be Vercel Postgres or be hosted elsewhere. The available database integration options can make connection to an external database easier if you choose that route.

People do sometimes run into some trouble deploying Nest projects in serverless environments. There are some resources available to help you get it configured. Quite a few people have been kind enough to share what worked for them:

Alternatively, you could use a traditional server for the server-side layer of your app.