Free and Open Source Vercel, Netlify, Cloudflare Pages, and Cloudflare Workers alternative.
- 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
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
# bun
bun install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Licensed under the MIT License. See the LICENSE file for details.