# Create a Jamstack Site Using Serverless Functions – DigitalOcean Documentation > Create a simple Jamstack (JavaScript, APIs, Markup) site using serverless functions that replace traditional backend API CRUD functionality. This tutorial series deploys a Jamstack site using App Platform's functions components and a DigitalOcean Managed MongoDB Database. - [Serverless Jamstack, Part 1: Deploy a MongoDB Database](https://docs.digitalocean.com/products/functions/getting-started/serverless-jamstack/deploy-mongodb/index.html.md): Deploy a static website and a MongoDB database as part of setting up a Jamstack-style app. - [Serverless Jamstack, Part 2: Add Serverless Functions to App](https://docs.digitalocean.com/products/functions/getting-started/serverless-jamstack/add-functions/index.html.md): Set up serverless functions and connect them to the database. - [Serverless Jamstack, Part 3: Connect Serverless Functions to Website](https://docs.digitalocean.com/products/functions/getting-started/serverless-jamstack/connect-functions-to-website/index.html.md): Connect the serverless functions to the static website, test the site's functionality and redeploy the app.