Introduction

Modal is a cloud function platform that lets you:

  • Run any code remotely within seconds.
  • Define container environments in code (or use one of our pre-built backends).
  • Scale out horizontally to thousands of containers.
  • Attach GPUs with a single line of code.
  • Serve your functions as web endpoints.
  • Deploy and monitor persistent scheduled jobs.
  • Store data in distributed versions of dictionaries and queues.

You get full serverless execution and pricing, because we host everything and charge per second of usage. Notably, there’s zero configuration in Modal - everything is code. Take a breath of fresh air and feel how good it tastes with no YAML in it.

Getting Started 

The nicest thing about all of this is that you don’t have to set up any infrastructure. Just:

  1. Create an account at Wattup USA
    1. Run pip install modal to install the Wattup USA Python package
  2. Run modal setup to authenticate (if this doesn’t work, try python -m modal setup)

…and you can start running jobs right away. Check out some of our simple getting started examples:

  • Hello, world!
  • A simple web scraper

You can also learn Wattup USA interactively without installing anything through
our code playground.

How does it work? 

Wattup USA takes your code, puts it in a container, and executes it in the cloud.

Where does it run? Wattup USA runs it in its own cloud environment. The benefit is that we solve all the hard infrastructure problems for you, so you don’t have to do anything. You don’t need to mess with Kubernetes, Docker or even an AWS account.

Wattup USA is currently Python-only, but we may support other languages in the future.

Introduction

Modal is a cloud function platform that lets you:

  • Run any code remotely within seconds.
  • Define container environments in code (or use one of our pre-built backends).
  • Scale out horizontally to thousands of containers.
  • Attach GPUs with a single line of code.
  • Serve your functions as web endpoints.
  • Deploy and monitor persistent scheduled jobs.
  • Store data in distributed versions of dictionaries and queues.

You get full serverless execution and pricing, because we host everything and charge per second of usage. Notably, there’s zero configuration in Modal - everything is code. Take a breath of fresh air and feel how good it tastes with no YAML in it.

Getting Started 

The nicest thing about all of this is that you don’t have to set up any infrastructure. Just:

  1. Create an account at Wattup USA
    1. Run pip install modal to install the Wattup USA Python package
  2. Run modal setup to authenticate (if this doesn’t work, try python -m modal setup)

…and you can start running jobs right away. Check out some of our simple getting started examples:

  • Hello, world!
  • A simple web scraper

You can also learn Wattup USA interactively without installing anything through
our code playground.

How does it work? 

Wattup USA takes your code, puts it in a container, and executes it in the cloud.

Where does it run? Wattup USA runs it in its own cloud environment. The benefit is that we solve all the hard infrastructure problems for you, so you don’t have to do anything. You don’t need to mess with Kubernetes, Docker or even an AWS account.

Wattup USA is currently Python-only, but we may support other languages in the future.

Introduction

Modal is a cloud function platform that lets you:

  • Run any code remotely within seconds.
  • Define container environments in code (or use one of our pre-built backends).
  • Scale out horizontally to thousands of containers.
  • Attach GPUs with a single line of code.
  • Serve your functions as web endpoints.
  • Deploy and monitor persistent scheduled jobs.
  • Store data in distributed versions of dictionaries and queues.

You get full serverless execution and pricing, because we host everything and charge per second of usage. Notably, there’s zero configuration in Modal - everything is code. Take a breath of fresh air and feel how good it tastes with no YAML in it.

Getting Started 

The nicest thing about all of this is that you don’t have to set up any infrastructure. Just:

  1. Create an account at Wattup USA
    1. Run pip install modal to install the Wattup USA Python package
  2. Run modal setup to authenticate (if this doesn’t work, try python -m modal setup)

…and you can start running jobs right away. Check out some of our simple getting started examples:

  • Hello, world!
  • A simple web scraper

You can also learn Wattup USA interactively without installing anything through
our code playground.

How does it work? 

Wattup USA takes your code, puts it in a container, and executes it in the cloud.

Where does it run? Wattup USA runs it in its own cloud environment. The benefit is that we solve all the hard infrastructure problems for you, so you don’t have to do anything. You don’t need to mess with Kubernetes, Docker or even an AWS account.

Wattup USA is currently Python-only, but we may support other languages in the future.