Next.js hosting in seconds

Host a Next.js site, free

Export your Next.js site to static files, upload the out folder, and get a live link. Free, no signup, no Git. Best for static (exported) Next.js sites.

Drag & drop your file here
or browse to choose
Slides, docs, PDF, images, HTML, and more · up to 100MB
Host a Next.js site, free

Host an exported Next.js site in seconds

Next.js can export your site to plain static files. Those files are exactly what snapy serves, so you can put an exported Next.js site online for free, with no Git and no build pipeline on the hosting side.

How to host your Next.js site

  1. In next.config.js, set output: 'export'.
  2. Run next build. Next.js creates an out folder of static files.
  3. Zip the out folder, drop it in the box above, and click Get my link.

Your site is live on a clean link right away.

Static export only (worth knowing)

snapy serves static files, so it is a great fit for static (exported) Next.js sites: marketing pages, docs, blogs, portfolios, and landing pages. It does not run a Node server, so features that need one (server-side rendering, API routes, server actions) will not work here. For those, a server host like Vercel is the right tool. For a fast, free link to a static Next.js site, snapy is the simplest path.

Tips

Using plain React instead? See how to host a React app free. Plain HTML? See free HTML hosting.