Deploy something—anything—right now, for free:
Surge makes it easy for developers to deploy projects to a production-quality CDN through Grunt, Gulp, npm.Type surge and hit enter in your project directory to get it online immediately.
surge project path: ~/Jane/Desktop/my-project/ domain: my-project.surge.sh upload: [====================] 100%, eta: 0.0s propagate on CDN: [====================] 100%Success! Project is published and running at my-project.surge.shSurge blends into your build tool, adding deployment capabilities to your existing workflow.
Surge augments the tools you already love. Deploy using your favourite build tool, like Grunt, Gulp, or through an npm run command. To make it a devDependency, run:
npm install --save-dev surgeAdd collaborators, right through the CLI. Deployment is simple for new team members, whether you’re part of an open source project or a large organization.
surge --add myfriend@gmail.comDeploy to any custom domain for free by adding a CNAME.
Add a custom domainSurge is reliable and production-quality, but also convenient and free. It’s not just for apps—publish any folder of flat files to the web, right through the CLI.
ls1.jpg 2.jpg 3.jpgsurgeInstall Surge to get started deploying your project through Grunt, Gulp, or npm.
npm install --global surgeRight from the comfort of the command line.
Get started