Skip to content
forked from apex/up

Deploy infinitely scalable serverless apps, apis, and sites in seconds.

License

Notifications You must be signed in to change notification settings

matthewmueller/up

 
 

Repository files navigation

Up deploys infinitely scalable serverless apps, APIs, and static websites in seconds, so you can get back to working on what makes your product unique.

Up focuses on deploying "vanilla" HTTP servers so there's nothing new to learn, just develop with your favorite existing frameworks such as Express, Koa, Django, Golang net/http or others.

Up currently supports Node.js, Golang, Python, Java, Crystal, and static sites out of the box. Up is platform-agnostic, supporting AWS Lambda and API Gateway as the first targets. You can think of Up as self-hosted Heroku style user experience for a fraction of the price, with the security, flexibility, and scalability of AWS.

Check out the documentation for more instructions, try one of the examples, or chat with us in Slack.

Features

Open source community edition.

Open source edition features

Pro Features

Up Pro is $20/mo USD for unlimited use within your company, with no additional cost per team member. Up Pro is currently in early-access alpha, please use the up-early-adopter-57AAA8693354 coupon for 50% off indefinitely. Head over to Subscribing to Up Pro to get started.

Note that the following Pro features are currently available:

  • Encrypted env variables
  • Alerting

Pro edition features

Quick Start

Install Up:

$ curl -sfL https://raw.githubusercontent.com/apex/up/master/install.sh | sh

Tell up which AWS profile to use:

export AWS_PROFILE=example

Create an app.js file:

require('http').createServer((req, res) => {
  res.end('Hello World\n')
}).listen(process.env.PORT)

Deploy the app:

$ up

Open it in the browser:

$ up url --open

Community

Donations

We also welcome financial contributions for the open-source version on Open Collective. Your contributions help keep this project alive!

Sponsors

Backers

About

Deploy infinitely scalable serverless apps, apis, and sites in seconds.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 95.6%
  • JavaScript 2.2%
  • Shell 1.8%
  • Other 0.4%