ProWrite logoHamburger menu
Get ProWrite
Hamburger menu

Deployment

Deploying to Vercel

Vercel is the platform behind NextJS and the easiest to host ProWrite. Following are the instructions to host your blog on Vercel:

  1. Create a Vercel account.
  2. Connect your GitHub repository to Vercel.
  3. Set a project name and the environment variables and deploy!

Additional Deployment Options

You can also deploy ProWrite to other platforms like:

  • Netlify: Configure the NextJS build command and environment variables to deploy to Netlify.
  • DigitalOcean: Use DigitalOcean's App Platform to deploy to DigitalOcean.
  • Custom Server: If you have a custom server, you can deploy using Docker or other preferred deployment methods.