Deploy React applications with a single click. WebSlop builds your project, serves the static output, and gives you a live URL with automatic HTTPS.
{
"name": "my-react-app",
"private": true,
"scripts": {
"start": "npx serve -s build -l $PORT",
"build": "react-scripts build"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"serve": "^14.2.0"
}
}Run your build, then serve the output with the serve package. WebSlop injects the PORT automatically.
16, 17, 18, 19
CRA, Vite, Webpack
React Router v6+
Tailwind, CSS Modules
Build, deploy, and share — with automatic HTTPS and instant URLs.