spunrun
v2.0.3
Published
Deploy SSR apps to spun.run with one command
Maintainers
Readme
spun
Deploy SSR apps with one command. Live in seconds, expires in 24 hours.
Install
npm i -g spunrunDeploy
Run from any SSR project directory:
spun deployThat's it. You'll get a live URL at https://your-app.spun.run.
No config, no SSH keys, no accounts. Deployments expire after 24 hours.
Commands
spun deploy # deploy current directory
spun deploy my-app # deploy with a custom name
spun ls # list your deployed apps
spun rm <name> # remove an appSupported frameworks
Next.js, Remix, Nuxt, SvelteKit, Astro, TanStack Start, SolidStart, and any Node.js app with a start script.
How it works
- Detects your framework and package manager
- Creates a source tarball (excludes
node_modules, build artifacts) - Uploads to the build server
- Server runs
install,build, and starts your app with PM2 - Provisions a TLS cert and returns your URL
Limits
- Source must be under 10MB (no
node_modules) - Apps expire after 24 hours
- 2 concurrent builds on the server
License
MIT
