Skip to content

Commit

Permalink
deploying docs (marimo-team#1440)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayka authored May 22, 2024
1 parent 6ea69d7 commit 29338ee
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/guides/deploying/deploying_docker.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Deploying with Docker
# Deploy with Docker

## Prerequisites

Expand Down
40 changes: 40 additions & 0 deletions docs/guides/deploying/deploying_marimo_cloud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Deploy to Marimo Cloud

To deploy marimo notebooks and apps to production, with access controls,
schedules, and more, you can use **Marimo Cloud**. Using Marimo Cloud, you can
deploy either on our cloud servers or your own (we'll bring the software).

Marimo Cloud is currently in beta: if you'd like access, email us at
[[email protected]](mailto:[email protected]) or book time on [our
calendar](calendly.com/akshay-marimo) and we'll onboard you very quickly.


## Marimo Cloud

Marimo Cloud seamlessly augments local development on marimo notebooks with
on-demand cloud resources for experimentation, batch processing, sharing, and
deployment.

Today, marimo cloud has two main features:

1. deploy marimo notebooks as interactive web apps internally or to the public, with access controls;
2. collaborate on an unlimited number of [WASM-powered](/guides/wasm.md) marimo
notebooks, with mounted storage and GitHub sync.

We have many more features planned for the near future, and **big ideas** on
how Marimo Cloud can supercharge the entire lifecycle of working with and
experimenting on data, from small workloads to very large ones as well.

## Reach out to us!

If you'd like to get onboarded, learn more about our roadmap, or share
ideas/feature requests of your own, reach out at
[[email protected]](mailto:[email protected]) or book time on
[our calendar](calendly.com/akshay-marimo).

## Follow along!

To follow us on our journey:

- sign up for the [marimo newsletter](https://marimo.io/newsletter);
- sign up for the [cloud waitlist](https://marimo.io/cloud).
2 changes: 1 addition & 1 deletion docs/guides/deploying/deploying_public_gallery.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Deploying to our public gallery
# Deploy to our public gallery

If you would like to deploy your application to our [public
gallery](https://marimo.io/@public), please reach out on
Expand Down
14 changes: 11 additions & 3 deletions docs/guides/deploying/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ These guides help you deploy marimo notebooks.
| | |
| :------------------------------ | :-------------------------------------------------------- |
| {doc}`programmatically` | Programmatically run the marimo backend for customization |
| {doc}`deploying_docker` | Deploying marimo notebooks and apps with Docker |
| {doc}`deploying_public_gallery` | Deploying marimo notebooks and apps to our public gallery |
| {doc}`deploying_ploomber` | Deploying marimo to Ploomber Cloud |
| {doc}`deploying_docker` | Deploy with Docker |
| {doc}`deploying_public_gallery` | Deploy our public gallery |
| {doc}`deploying_marimo_cloud` | Deploy to Marimo Cloud |
| {doc}`deploying_ploomber` | Deploy to Ploomber Cloud |

```{admonition} Sharing notebooks on the public web
:class: tip
Expand All @@ -30,6 +31,13 @@ WASM notebooks support most but not all Python features and packages. See our
[guide on WASM notebooks](../../guides/wasm.md) to learn more.
```

```{admonition} Marimo Cloud
:class: tip
For a turnkey cloud solution, try [Marimo Cloud](/guides/deploying/deploying_marimo_cloud.md).
```


## Programmatically running the marimo backend

When deploying marimo notebooks, you can run the marimo backend programmatically. This allows you to customize the backend to your needs and deploy it in your own environment.
Expand Down

0 comments on commit 29338ee

Please sign in to comment.