#
Deployment
QuickDapp deployment consists of deploying both:
- Next.js app
- Background worker process
You will most likely want to deploy the dapp to Vercel or an equivalent serverless environment for maximum scalability.
However, QuickDapp has built-in support for building Docker images of the dapp in order to deploy it to hosted container environments. The background worker process must be built as a docker image.