Skip to main content

Digital Ocean

note

Digital Ocean, like other Cloud Providers have many products, we are only using the App Platform.

App Platformโ€‹

info

App Platform has three pricing tiers:

Starter: Free. Good for trying App Platform and deploying static sites. You can build and deploy 3 static sites for free on the Starter tier. Every additional static site costs $3.00 per month.

Basic: Starts at $5.00 per month (for one container). Good for prototyping apps.

Professional: Starts at $12.00 per month (for one container). Good for deploying production apps.

We are using the Starter plan and therefore can deploy 3 static sites.

Our deployed sitesโ€‹

app-platform

Node Versionโ€‹

caution

Storybook and Docusaurus both fail builds on Digital Ocean using < Node 14

/www/package.json
"engines": {
"node": "16"
},