Docs / Templates you buy
Put a template live yourself
The order of operations, the hosts that will take a Next.js export, and the four jobs that become yours the moment you host it yourself.
On this page
Without a plan, hosting is yours to arrange. What you get is a standard Next.js project that runs anywhere serving static files.
The order of operations#
Five steps, and only the last one is public.
- Unzip the download and open the project folder.
- Install its dependencies with Node.
- Replace the demo content, then run it locally and click through every page.
- Build it, and upload the built output to your host.
- Point your domain at that host.
Where it will run#
Anywhere that serves static files.
- Cloudflare Pages, which is what we use ourselves.
- Netlify or Vercel, both of which take a Next.js project directly.
- Any static host at all, including one you already pay for.
- Your own server, if that is what your business runs.
Nothing is locked to us#
The files do not phone home.
- No licence key has to be checked at runtime.
- No account with us is needed to serve the site.
- No plugin marketplace, so nothing has to be kept updated on our schedule.
What stays yours to do#
Self-hosting means these are yours.
- SSL - most hosts issue and renew a certificate for you, but it is your host's job, not ours.
- Updates - security patches on your dependencies are yours.
- Backups - whatever your host offers, plus your own copy of the files.
- Uptime - your host's, and their status page is the one to watch.
If you would rather not#
There is a supported way out of all of that.
- Start a plan and we host the site, renew the SSL and answer when it breaks.
- Buying a template does not commit you either way, in either direction.
Related
Not covered here? The FAQ answers what it costs and what you own, and [email protected] reaches a person.