Skip to main content
Version: Next

Netlify

note

Last checked with Wasp 0.26 and Netlify (as of May 28, 2026).

This guide depends on external libraries or services, so it may become outdated over time. We do our best to keep it up to date, but make sure to check their documentation for any changes.

Netlify Can't Host a Wasp App

A Wasp app is not a static site. wasp build produces a single server that serves your app's pages, its static assets and its API from one origin, and it needs a PostgreSQL database to talk to. There is no separate client bundle to upload anywhere.

Netlify hosts static files and serverless functions. It has nowhere to run your app's server, so it can't host a Wasp app on its own.

Where to Deploy Instead

Deploy your app to a provider that runs containers:

See Cloud Providers for all of our deployment guides.