Skip to content

sail-host/sailhost.io

Repository files navigation

Sailhost

Free and Open Source Vercel, Netlify, Cloudflare Pages, and Cloudflare Workers alternative.

Features

  • Free and Open Source
  • Auto deploy your Next.js, Nuxt.js, Vue, Svelte, Astro, and Other Projects
  • Auto HTTPS. Free SSL/TLS certificates.
  • Auto configure Cloudflare DNS
  • Only need install tools.
  • Open Source

Development

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

# bun
bun install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

License

Licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published